Documentation
¶
Index ¶
- func AesDecryptECB(encryptedStr, keyStr string) string
- func AesEncryptECB(origDataStr, keyStr string) string
- func DecodeFromBase62(encoded string) string
- func EncodeToBase62(str string) string
- func Md5(str string) string
- func PasswordHash(pwd string) string
- func PasswordVerify(pwd, hash string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeFromBase62 ¶ added in v0.4.54
DecodeFromBase62 将 Base62 字符串解码为原始字符串
func EncodeToBase62 ¶ added in v0.4.54
EncodeToBase62 将字符串编码为 Base62 字符串
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.