Documentation ¶
Index ¶
- func AesDecrypt(encryptText string, key string) string
- func AesEncrypt(orig string, key string) (r string, err error)
- func Base64Decrypt(data string) ([]byte, error)
- func Base64DecryptString(data []byte) ([]byte, error)
- func Base64Encrypt(b []byte) string
- func Base64EncryptString(text string) string
- func MD5Encrypt(bs []byte) *md5Sum
- func MD5EncryptReader(reader io.Reader) *md5Sum
- func MD5EncryptString(text string) *md5Sum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.