//
pkg.gl
Category
github.com/hero1s/golib
helpers
crypto
xrsa
package
1.0.20
Repository:
https://github.com/hero1s/golib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
60 SLOC
#
Functions
RsaDecryptData
RSA解密数据 cipherData:加密字符串 privateKeyFilePath:私钥证书文件路径.
RsaEncryptData
RSA加密数据 originData:原始字符串 publicKeyFilePath:公钥证书文件路径.