09 2020 档案
摘要:using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Security.Cryptography; using System.Text; using Syste
阅读全文
摘要:1、nuget中安装IKVM 2、然后使用以下方法即可: using com.sun.org.apache.xml.@internal.security.utils; using java.security; using java.security.spec; namespace ConsoleAp
阅读全文
摘要:因为C#的RSA加密解密只有公钥加密,私钥解密,没有私钥加密,公钥解密。在网上查了很久也没有很好的实现。BouncyCastle的文档少之又少。很多人可能会说,C#也是可以的,通过Biginteger开源类来实现,不过那个是有一个文章,不过他加密出来的是16进制结果的。根本不能和JAVA互通。连加密
阅读全文