资源列表

« 1 2 ... .90 .91 .92 .93 .94 395.96 .97 .98 .99 .00 ... 1665 »

[加密解密AES

说明:通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密
<陈剑峰> 在 2025-01-21 上传 | 大小:3kb | 下载:0

[加密解密DesLA

说明:功能:对称算法DES的安全性分析--线性分析 (即8个S_Box的线性分析)-function : symmetric DES algorithm Safety Analysis-- linear analysis (ie eight S_Box linear analysis)
<小布丁> 在 2025-01-21 上传 | 大小:3kb | 下载:0

[加密解密VC_RSA

说明:一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要
<> 在 2025-01-21 上传 | 大小:1.87mb | 下载:0

[加密解密vbkey

说明:基于vb的加解密程序,也可用于数字签名,求素数等-on the encryption and decryption procedures, can also be used for digital signatures, and so on-demand
<weini> 在 2025-01-21 上传 | 大小:10kb | 下载:0

[加密解密jonathan

说明:无解压密码,用java语言实现的加密与解密程序-without extracting passwords, using java language of encryption and decryption procedures
<李冰> 在 2025-01-21 上传 | 大小:21kb | 下载:0

[加密解密Authentication

说明:用java语言实现的认证程序,无需解压密码-with java language certification procedures, without extracting passwords
<李冰> 在 2025-01-21 上传 | 大小:16kb | 下载:0

[加密解密gxrjsfklwf

说明:(1)你可以不用懂任何加密算法,就可以方便的使用Reg.dll对你的程序进 行高强度的算法加密。 (2)内置多种强大的对称和非对称算法,可满足各类应用需求。 (3)包含VC、VB、BCB、Delphi等多种开发工具的详细调用示例源码。 加密算法库内置了BlowFish、MD5、 SHA512、RIPEMD160、Secret16、MD5FileCheck、CRCFileCheck、 EncryptStringFu
<> 在 2025-01-21 上传 | 大小:1016kb | 下载:0

[加密解密zcmfsqlwf

说明:VB实现的注册码发生器 ,为制作共享软件提供帮助-VB The license generator, the production-sharing software to help
<wflee> 在 2025-01-21 上传 | 大小:134kb | 下载:0

[加密解密20041121125751

说明:SHA算法,一个安全散列算法,通过把数据变成相应的消息摘要,根据迭代值,进行四次循环运算而产生的消息摘要.-SHA algorithm, a secure hash algorithm, the data into corresponding news summary, according to the value iteration, for the fourth cycle of operation and the news sum
<hanlihu> 在 2025-01-21 上传 | 大小:7kb | 下载:0

[加密解密simpledes

说明:压缩包中有古典密码学中放射密码和维吉尼亚密码以及 DES加密解密,并观察DES密码体制的性质。-compressed with classical cryptography radiotherapy passwords and Virginia passwords and DES encryption and decryption. DES and observation system in nature.
<周崇青> 在 2025-01-21 上传 | 大小:1.11mb | 下载:0

[加密解密webfree_web

说明:asp解密 asp解密 asp解密-asp declassified as p declassified as p declassified asp declassified a declassified asp declassified declassified asp
<sanitom> 在 2025-01-21 上传 | 大小:34kb | 下载:0

[加密解密2006022012045918316

说明:用visual c++ 编的关于RC6加密算法! -with visual c series on RC6 encryption algorithm!
<倚帆> 在 2025-01-21 上传 | 大小:69kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 395.96 .97 .98 .99 .00 ... 1665 »

源码中国 www.ymcn.org