package
0.0.0-20240909141251-83cb98fe3dbd
Repository: https://github.com/byepp/util.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
AESCBCDecrypt AESCBC解密, 并去除PKCS7填充.
AESCBCEncrypt AESCBC加密, 使用PKCS7填充.
No description provided by the author
DESCBCDecrypt DESCBC解密, 并去除PKCS7填充.
DESCBCEncrypt DESCBC加密, 使用PKCS7填充.
3DESECB解密, 并去除PKCS7填充.
3DESECB加密, 使用PKCS7填充.
No description provided by the author
No description provided by the author
使用PKCS7填充.
去除PKCS7填充.
PublicKeyFromBytes 通过字节集生成公钥, e为0时默认使用65537.
PublicKeyFromString 通过字符串生成公钥, e为0时默认使用65537.
RSAEncrypt RSA加密.
RSAEncryptNoPadding RSA使用非填充方式加密.
RSAEncryptPKCS1v15 RSA加密, 并用PKCS1, V1.5填充.
TripleDESCBCDecrypt 3DESCBC解密, 并去除PKCS7填充.
TripleDESCBCEncrypt 3DESCBC加密, 使用PKCS7填充.
3DESECB解密, 并去除PKCS7填充.
3DESECB加密, 使用PKCS7填充.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author