//
pkg.gl
Category
github.com/l552121229/golang-tools
aes
package
0.2.0
Repository:
https://github.com/l552121229/golang-tools.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
100 SLOC
#
Functions
Decrypt
No description provided by the author
Encrypt
No description provided by the author
NewAES
创建AES对象, 参数key是AES对象的密钥信息 key长度必须是16,24,32位长度,否则无法创建AES对象实例。.
SetKey
No description provided by the author
#
Structs
AES
AES加密服务组件 key 存储的是密钥信息,目前支持16位,24位,32位长度的密钥 either 16, 24, or 32 bytes to select AES-128, AES-192, or AES-256.