搜索资源列表
jiandan
- 用于加密/解密的代码,以ATL形式提供... 软件类别:VC源代码 运行环境:Win9x/NT/2000/XP/2003/-for encryption / decryption code to form ... ATL software categories : VC source runtime environment : Win9x/NT/2000/XP/2003 /
加密机与解密机实例源码
- 加密解密的代码,从网络上找到,应该对写共享软件有用。-encryption and decryption code from the Internet found to be useful write-sharing software.
aaffujhyigdsdfrdh
- Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上
MD5_zka
- MD5加密算法,用标准C++完成,需要在UNIX系统上执行make来运行.可修改代码.-MD5 encryption algorithm, using standard C completed, in UNIX systems make the implementation run. code can be amended.
shenfenyanzheng
- 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha
DES20070422
- DES算法代码,利用此程序可以学习DES算法的加密,解密过程-DES algorithm code, the use of this procedure can learn DES algorithm encryption, decryption process
Access-mimapojie
- 破解加密Access数据库源代码,代码详细易懂,值得参考。
MyDES
- 用c语言编写的des加密程序。具体的算法可以参考相关规范,此处给出代码实现。
FindSdemoPass
- sdemo加密录像密码破解,附可执行文件和全部代码