Documentation ¶
Index ¶
- func AesDecrypt(ciphertext string, key string) (string, error)
- func AesEncrypt(text string, key string) (string, error)
- func Decrypt(value string) (string, error)
- func DesDecrypt(data, key string) (string, error)
- func DesEncrypt(data, key string) (string, error)
- func Encrypt(value string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DesDecrypt ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.