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