package
0.0.0-20241212002435-a4aaf8ca5232
Repository: https://github.com/chrislusf/gleam.git
Documentation: pkg.go.dev

# Packages

# Functions

CalcPassword is the algorithm convert hashed password to auth string.
DecodePassword converts hex string password to byte array.
EncodePassword converts plaintext password to hashed hex string.
RunWithRetry will run the f with backoff and retry.
Sha1Hash is an util function to calculate sha1 hash.