bing-framework / Bing.Encryption

Bing.Encryption是Bing应用框架的加密操作类库。 对各种常用的加密算法进行封装,Base64、对称密码(DES、3DES、AES)、非对称密码(RSA)等实现。
MIT License
47 stars 9 forks source link

无法生产base64 公私钥? #3

Open xujunxujun opened 2 years ago

xujunxujun commented 2 years ago

var key = RSAEncryptionProvider.CreateKey(RSAKeySizeType.L1024, RSAKeyType.Base64) 无效

jianxuanbing commented 2 years ago

是用于哪里无效呢?