//
pkg.gl
Category
github.com/safescale-dev-team/safescale
lib
utils
crypt
package
19.10.0+incompatible
Repository:
https://github.com/safescale-dev-team/safescale.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
70 SLOC
#
Functions
Decrypt
Decrypt decrypts data using 256-bit AES-GCM.
Encrypt
Encrypt encrypts data using 256-bit AES-GCM.
NewEncryptionKey
NewEncryptionKey generates a random 256-bit key for Encrypt() and Decrypt().
#
Type aliases
Key
Key ...