package
0.0.15
Repository: https://github.com/shiliangapi/goutils.git
Documentation: pkg.go.dev

# README

salt = ... iterations = 0

项目启动时运行

NewPwdUtil(salt, iterations)

密码加密(与python相同)

GetPwdUtil().PasswordHash(pwd)

密码 和 加密 的密码校验

GetPwdUtil().PasswordVerify(pwd, hash)

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author