//
pkg.gl
Category
github.com/wecisecode/util
crypto
package
0.1.2
Repository:
https://github.com/wecisecode/util.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
53 SLOC
#
Functions
AesDecrypt
No description provided by the author
AesEncrypt
No description provided by the author
PKCS7Padding
补码 AES加密数据块分组长度必须为128bit(byte[16]),密钥长度可以是128bit(byte[16])、192bit(byte[24])、256bit(byte[32])中的任意一个。.
PKCS7UnPadding
去码.