package
0.0.0-20240205151722-28f9c355b091
Repository: https://github.com/ahwhy/mygolang.git
Documentation: pkg.go.dev

# Packages

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

# Functions

No description provided by the author
No description provided by the author
DesDecrypt DES解密密钥必须是64位,所以key必须是长度为8的byte数组.
No description provided by the author
DesEncrypt DES加密密钥必须是64位,所以key必须是长度为8的byte数组.
No description provided by the author
ECCDecrypt 椭圆曲线解密.
ECCEncrypt 椭圆曲线加密.
No description provided by the author
No description provided by the author
No description provided by the author
RSA解密.
RSA加密.
No description provided by the author
XOR 异或运算,要求plain和key的长度相同.
No description provided by the author
ZeroUnPadding 这种方法不严谨,末尾的0不一定全是padding出来的.