码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
彩票查询结果
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-28 19:54:35    阅读次数:199
火车票演示示例及返回示例代码
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net.Security; using System.Security.Cryptography.X509Certificates; using System.Net; using System....
分类:其他好文   时间:2014-09-25 16:42:09    阅读次数:234
航班查询接口演示
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-23 16:07:34    阅读次数:250
Java Cryptography Extension (JCE): 放开Java加密算法密钥最大长度16的限制
1. 在官网下载JCE:http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html2. 解压后,将local_policy.jar,US_ex...
分类:编程语言   时间:2014-09-18 20:23:24    阅读次数:303
快递查询
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-18 12:45:13    阅读次数:353
快递查询
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Security;using System.Security.Cryptography.X509Cer...
分类:其他好文   时间:2014-09-18 11:04:23    阅读次数:225
C#统计目录中文件MD5值
1. [代码]统计目录中文件MD5值 using System.IO;using System.Security.Cryptography;using System.Collections;using System.Windows.Forms;IDataObject iData = Clipboa....
分类:其他好文   时间:2014-09-13 17:05:25    阅读次数:170
C# 加密解密
1 using System; 2 using System.IO; 3 using System.Security.Cryptography; 4 using System.Text; 5 6 namespace Public 7 { 8 /// 9 ///...
分类:其他好文   时间:2014-09-12 14:45:43    阅读次数:239
c#生成注册码的两种方法(mac地址与IP地址)
using System;using System.Management;using System.Security.Cryptography;using System.IO;using System.Collections.Generic;using System.Text;namespace x...
分类:其他好文   时间:2014-09-09 15:23:18    阅读次数:149
关于数字证书(转载)
数字证书的格式与区别作为文件形式存在的证书一般有这几种格式: 1.带有私钥的证书 由Public Key Cryptography Standards #12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式,以pfx作为证书文件后缀名。 2.二进制编码的证书 证书中没有私钥,...
分类:其他好文   时间:2014-08-29 12:56:59    阅读次数:239
396条   上一页 1 ... 34 35 36 37 38 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!