摘要:
引用 AES加密 AES解密 RSA签名 需要引用nuget包 BouncyCastle.NetCore RSA 验签 分割线 此代码是在framework4.6.2下实现的 github:https://github.com/aspros-luo/Qwerty.Encrypt.Demo 以上 :) 阅读全文
摘要:
开发环境在vs2017,2015 暂时没有试过 1.在扩展更新中添加Microsoft WCF Web Service Reference Provider 2.在core项目中添加链接的服务 3.键入对应的webservice地址,跳转后显示对应服务 4.点击完成后等待加载完成后会在对应的项目下会 阅读全文
摘要:
1.获取证书路径 2.数据加密 .net core 中使用gbk encoding需要调用Encoding.RegisterProvider(CodePagesEncodingProvider.Instance); nuget包中使用System.Text.Encoding.CodePages 3. 阅读全文