Versions in this module Expand all Collapse all v0 v0.0.2 May 18, 2022 v0.0.1 Mar 10, 2022 Changes in this version + func CheckPwdByPbkdf2(pwd, encrypt string) (ok bool) + func EncryptPwdByPbkdf2(pwd string) (encrypt string, err error) + func GenHmacSha256(key string, secret string) string