Documentation
¶
Index ¶
- func Decrypt(cipherText []byte, key []byte) ([]byte, error)
- func DecryptString(cipherText string, key []byte, cipherTextEncoding Encoding) (string, error)
- func Encrypt(plainText []byte, key []byte) ([]byte, error)
- func EncryptString(plainText string, key []byte, cipherTextEncoding Encoding) (string, error)
- type Encoding
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptString ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.