Documentation
¶
Index ¶
- func StringDecrypt(text string) (string, error)
- func StringDecryptWithBase64(text string) (string, error)
- func StringDecryptWithKey(text, key string) (string, error)
- func StringEncrypt(text string) (string, error)
- func StringEncryptWithBase64(text string) (string, error)
- func StringEncryptWithKey(text, key string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringDecrypt ¶
func StringDecryptWithBase64 ¶
func StringDecryptWithKey ¶
func StringEncrypt ¶
func StringEncryptWithBase64 ¶
func StringEncryptWithKey ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.