//
pkg.gl
Category
github.com/teamwork/utils/v2
aesutil
package
2.2.5
Repository:
https://github.com/teamwork/utils.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
6
Dependents
0
Files
51 SLOC
#
Functions
Decrypt
Decrypt a base64 string to binary data with AES using the key provided.
Encrypt
Encrypt binary data to a base64 string with AES using the key provided.