# Functions
CheckPassword 验证密码的正确性.
DecryptKey 解密.
EncryptKey 加密密码.
GeneratePassword 生成密码 plaintextPwd 明文密码 对密码进行加密,获得密码hash.
GeneratePasswordByScrypt 生成passHash.
GenerateSalt 生成盐.
HashCode 将任何长度的字符串,通过运算,散列成0-15整数.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author