资源列表

« 1 2 ... .89 .90 .91 .92 .93 2494.95 .96 .97 .98 .99 ... 16282 »

[加密解密7_Rsa

说明: RSA公钥加密算法基于大整数因式分解困难这样的事实。 选择两个素数,p,q。(一般p,q选择很大的数) 然后计算 z=p*q f=(p-1)(q-1) 选择一个n,使gcd(n,f)=1(gcd代表greatest common divider,一般n也选择一个素数), n和z就作为公钥。 选择一个s,0<s<f,满足n*s % f=1,s就作为私钥。-RSA public key encryption alg
<fasf> 在 2025-03-17 上传 | 大小:792kb | 下载:0

[加密解密2_des

说明:DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,首先,DES把输入的64位数据块按位重新组合,并把输出分为L0、 R0两部分,每部分各长32位,并进行前后置换(输入的第58位换到第一位,第50位换到第2位,依此类推,最后一位是原来的第7位),最终由L0输出左 32位,R0输出右32位,根据这个法则经过16次迭代运算后,得到L16、R16,将此作为输入,进行与初始置换相反的逆置换,即得到密文输出。-DES
<fasf> 在 2025-03-17 上传 | 大小:193kb | 下载:0

[加密解密3_3des

说明:三重DES增加了密钥长度,由56位增加到112或168位,有更高的安全性,而且在新一代因特网安全标准IPSEC协议集中已将DES作为加密标准。-3DES key length increased from 56 to 112 or 168. have higher security, and the new generation of Internet security standards IPSEC agreement has bee
<fasf> 在 2025-03-17 上传 | 大小:188kb | 下载:0

[加密解密10_md5

说明:MD5将任意长度的“字节串”变换成一个128bit的大整数,并且它是一个不可逆的字符串变换算法-MD5 arbitrary length of the "byte string" transform into a 128bit large integers, and it is an irreversible string algorithm
<fasf> 在 2025-03-17 上传 | 大小:207kb | 下载:0

[加密解密11_SHA

说明:安全散列算法采用单向Hash函数将需加密的明文"摘要"成一串128bit的密文-security hash algorithm uses one-way hash function would require encryption expressly "summary" as a bunch of 128bit The ciphertext
<fasf> 在 2025-03-17 上传 | 大小:350kb | 下载:0

[Linux/Unix编程rpm2targz-9.0.tar

说明:一个将rpm格式的包转换成gz格式的包的工具。-an rpm format will be converted into packets of the packet format gz tool.
<刘焱磊> 在 2025-03-17 上传 | 大小:3kb | 下载:0

[系统编程internet_security

说明:对文件进行加密和解密操作,包含操作VC源代码和实验指导。-right document encryption and decryption operations, including operations VC source code and experimental guidance.
<王聪> 在 2025-03-17 上传 | 大小:125kb | 下载:0

[系统编程security_DES

说明:网络安全DES算法,进行简单的3DES加密和解密操作-network security DES algorithm, for the simple 3DES encryption and decryption operation
<王聪> 在 2025-03-17 上传 | 大小:174kb | 下载:0

[加密解密pwaccess

说明:access数据库密码全破译,帮助忘记和没有access密码的人员进入数据库.-database password access all deciphered, help and no access to forget the password to enter the database.
<水竹> 在 2025-03-17 上传 | 大小:25kb | 下载:0

[加密解密20041116073743

说明:一个简单的注册机加码,拥有了她你可以保证你文件的安全性.-a simple RI coded with her you can guarantee that you have the security of the document.
<水竹> 在 2025-03-17 上传 | 大小:21kb | 下载:0

[加密解密md5test1

说明:md5的源码,经验证无错误,可以正常运行,使用vc编写-md5 source code, certification of strict experience, it works, use prepared vc
<李强> 在 2025-03-17 上传 | 大小:1.84mb | 下载:0

[加密解密md5_another_implementation

说明:md5算法的另外一种实现,实现非常简单。代码可读性高,并且容易使用-md5 algorithm to achieve another, achieving very simple. Code readability, and ease of use
<鲁飞> 在 2025-03-17 上传 | 大小:6kb | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 2494.95 .96 .97 .98 .99 ... 16282 »

源码中国 www.ymcn.org