Documentation
¶
Index ¶
- func DecryptAuthorization(token, secretKey string, iv []byte) (string, string, error)
- func Ecb16Decrypt(data string, needEncrypt, needZip bool, aes *symmetric.Aes) (any, error)
- func Ecb16Encrypt(data any, needEncrypt, needZip bool, aes *symmetric.Aes) (string, error)
- func EncryptAuthorization(key, secretKey string, iv []byte, randStr ...string) (string, string, error)
- func MustEncrypt(data any) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptAuthorization ¶
func Ecb16Decrypt ¶
func Ecb16Encrypt ¶
func EncryptAuthorization ¶
func MustEncrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.