Documentation
¶
Overview ¶
Crypt package can do basic encryption/decryption with AES and uses GCM
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptData ¶
DecryptData decrypts the data with the key
func EncryptData ¶
EncryptData encrypts the data with the specified key
func GenerateKey ¶
GenerateKey generates the encryption key from the passphrase and salt
func GenerateSalt ¶
GenerateSalt generates the salt for the encryption
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.