package
0.0.0-20250221070010-8f85b7a13d98
Repository: https://github.com/axengine/utils.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
AESDecrypt AES解密 初始向量16字节空 PKCS5 CBC 入参:src 已加密[]byte key:密钥[]byte 16/24/32 返回:解密后[]byte.
AESEncrypt AES加密 初始向量16字节空 PKCS5 CBC 入参:src 待加密[]byte key:密钥[]byte 16/24/32 返回:加密后[]byte.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TripleDesECBDecrypt 3des解密.
TripleDesECBEncrypt 3des加密 使用加密模式为ECB 填充方式为pkcs5入参:待加密原始数据 字符串key返回值:加密后的base64字符串.