//
pkg.gl
Category
github.com/helays/utils
crypto
rsaV2
package
1.2.4
Repository:
https://github.com/helays/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
125 SLOC
#
Functions
DecryptBytWithPrivateKey
No description provided by the author
DecryptWithPrivateKey
DecryptWithPrivateKey 私钥解密.
EncryptBytWithPublicKey
EncryptBytWithPublicKey 公钥加密,传入byte 可加密任意长度数据.
EncryptWithPublicKey
EncryptWithPublicKey 公钥加密.
GenRsaPriPubKey
GenRsaPriPubKey 生成公钥私钥.