Documentation ¶
Index ¶
- func Decrypt(ciphertext string, key string) (string, error)
- func DecryptStruct(encryptedStruct string, key string, object any) error
- func Encrypt(plaintext string, key string) (string, error)
- func EncryptStruct(object any, key string) (string, error)
- func Hash(input string, key string) string
- func Md5HashString(bytesToHash []byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptStruct ¶ added in v1.70.0
func Md5HashString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.