Documentation ¶
Index ¶
- func AesCBCBase64Decrypt(text string, key, iv []byte) (string, error)
- func AesCBCBase64DecryptString(text, key, iv string) (string, error)
- func AesCBCBase64Encrypt(text, key, iv []byte) (string, error)
- func AesCBCBase64EncryptString(text, key, iv string) (string, error)
- func Md5Encode(str string) (md string, err error)
- func PwdCompare(password, hashPassword string) bool
- func PwdEncoder(password string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AesCBCBase64Encrypt ¶
func PwdCompare ¶
func PwdEncoder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.