码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
C#产生不重复随机数
static int GetRandomSeed( ){byte[] bytes = new byte[4];System.Security.Cryptography.RNGCryptoServiceProvider rng = new System.Security.Cryptography.RN...
分类:其他好文   时间:2014-05-12 16:10:44    阅读次数:269
获取文件的MD5码(C#)
using System;using System.IO;using System.Security.Cryptography;using System.Text;namespace Test{ public class MD5Code { /// /// ...
分类:其他好文   时间:2014-05-09 19:43:27    阅读次数:277
poj 2109 Power of Cryptography
Power of CryptographyTime Limit:1000MSMemory Limit:30000KTotal Submissions:17912Accepted:9034DescriptionCurrent work in cryptography involves (among o...
分类:其他好文   时间:2014-05-09 04:24:50    阅读次数:284
(转)poj2109-Power of Cryptography
Power of CryptographyDescriptionCurrent work in cryptography involves (among other things) large prime numbers and computing powers of numbers among t...
分类:其他好文   时间:2014-05-09 03:43:36    阅读次数:260
Carmichael Numbers(Uva 10006)
Carmichael Numbers An important topic nowadays in computer science is cryptography. Some people even think that cryptography is the only important fi....
分类:其他好文   时间:2014-04-29 16:31:45    阅读次数:504
PKI证书格式及转换
PKI证书格式及转换2013年10月29日17:47PKCS 全称是 Public-Key Cryptography Standards ,是由RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准。 常用的有:PKCS#7 Cryptogra...
分类:其他好文   时间:2014-04-29 10:37:45    阅读次数:471
396条   上一页 1 ... 38 39 40
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!