码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
ThrowCryptogaphicException
错误信息:System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) 在 System.Security.Cryptography.X509Certificates.X509Ut.....
分类:其他好文   时间:2015-06-08 21:22:39    阅读次数:257
.NET使用OpenSSL生成的pem密钥文件[1024位]
using System;using System.Text;using System.Security.Cryptography;using System.Web;using System.IO;namespace Thinhunan.Cnblogs.Com.RSAUtility{ publ...
分类:Web程序   时间:2015-06-03 23:11:47    阅读次数:159
MD5 加密
using System;using System.Collections.Generic;using System.Linq;using System.Security.Cryptography;using System.Web;namespace GiftWeb.Util{ public ...
分类:其他好文   时间:2015-06-02 13:19:06    阅读次数:88
加解密算法一:散列算法、对称加解密
.Net中的加解密操作所涉及的对象都在命名空间System.Security.Cryptography下,所以应先在程序中添加using System.Security.Cryptography。1、散列算法: 用来产生一些数据片段(例如消息或会话项)的散列值的算法。好的散列算法具有在输入数据中的....
分类:编程语言   时间:2015-06-02 10:54:38    阅读次数:144
md5 加解密
usingJGDJWeb.Model;usingSystem;usingSystem.Collections.Generic;usingSystem.IO;usingSystem.Linq;usingSystem.Security.Cryptography;usingSystem.Text;usin...
分类:其他好文   时间:2015-05-28 15:44:32    阅读次数:166
Java加密技术(七)——非对称加密算法最高级ECC
ECC ECC-Elliptic Curves Cryptography,椭圆曲线密码编码学,是目前已知的公钥体制中,对每比特所提供加密强度最高的一种体制。在软件注册保护方面起到很大的作用,一般的序列号通常由该算法产生。 ??? 当我开...
分类:编程语言   时间:2015-05-27 16:12:00    阅读次数:203
(转)C# CRC32
原文:http://blog.csdn.net/yangang0201/article/details/1682181using System;using System.IO;using System.Security;using System.Security.Cryptography;using...
分类:Windows程序   时间:2015-05-24 15:28:04    阅读次数:346
C#接收邮件附件
接收邮件类using System;using System.Net.Sockets;using System.Net;using System.Security.Cryptography;using System.IO;using System.Data;namespace Common{ ...
分类:Windows程序   时间:2015-05-22 19:01:52    阅读次数:255
部署时,出现用户代码未处理 System.Security.Cryptography.CryptographicException 错误解决方法
在调用RSA加密的.pfx密钥时,在本地调试没有问题,可以布署到服务器,就会报以下的错误:用户代码未处理 System.Security.Cryptography.CryptographicException HResult=-2146893792 Message=出现了内部错误。 Sourc...
分类:其他好文   时间:2015-05-13 12:35:51    阅读次数:131
HTTP原型
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;using System.Security.Cryptography....
分类:Web程序   时间:2015-05-11 10:26:46    阅读次数:115
396条   上一页 1 ... 26 27 28 29 30 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!