搜索资源列表
20050423142831
- 1、改进了数据库的md5加密算法。 2、可自主设置每页显示的页数。 3、加强了回复功能,使其具有管理员编辑留言的权限。 4、增加了搜索留言的功能。 5、可在线修改管理员密码。 6、管理员可以添加、删除、编辑和回复留言。 7、增加了留言本访问量的统计功能。。 8、增加了留言本的验证码功能,防止机器人群发软件的留言。-an improved database of md5 encryption algorithm. 2, can create your own page shows the main
AES加密算法演示程序
- 欢迎使用由ksaiy制作的AES加密算法演示程序,此算法为标准的AES算法,你可以根据的 //的自己需要进行变形。具体怎么操作可以登录我们的网站查询详细的资料。我们专门为软 //件开发者提供软件加密安全测试服务和软件加密解决方案,具体的可以参看我们的网站上 //的资料。我们的网站:http://www.ksaiy.com http://www.magicoa.com //技术支持:ksaiy@sina.com 在线QQ:40188696 UC:9341-welcome ksaiy
DESChecker11111
- DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误! -DES (Data Encrypton Standard) algorithm has been achieved online many, I would like to speak on is the DES encryptio
md5_demo
- md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。-md5 is a commonly used encryption algorithm, but in vc no class system can be used. This procedure was completed md5 categories, using a simple. Rather than domestic circulating online class.
Rsa
- 检验质数 rabinmiller算法 网上收集-Prime number testing algorithm rabinmiller online collection
AES_C_Delphi7
- AES算法的C和Delphi实现,支持128,192,256位密码,C实现为网上下载,Delphi为本人根据C翻译的,经测试完全可以实现相互加密解密。-AES algorithm C and Delphi to achieve, support 128,192,256-bit code, C implementation for online download, Delphi as my translation according to C, tested fully with each oth
DORA
- DORA算法在ns中的模拟,用tcl语言实现,包含离线阶段和在线阶段代码-DORA algorithm in ns of simulation, with the tcl language, including offline and online stages of the code phase
CSPF
- cspf算法在ns中的模拟,用tcl语言实现,包含离线阶段和在线阶段代码-cspf algorithm in ns of simulation, with the tcl language, including offline and online stages of the code phase
CSPF-9
- cspf算法在ns2中九点网络的的实现,分为离线阶段和在线阶段两种算法-cspf algorithm in ns2 in the implementation of nine network is divided into offline and online phase two algorithm stages
DORA-9
- DORA算法在ns2中九点网络的的实现,分为离线阶段和在线阶段两种算法-DORA algorithm in ns2 in the implementation of nine network is divided into offline and online stages of phase two algorithms
chulijidiaodu
- 很好的处理机调度算法的实现 希望大家能够喜欢 也希望大家继续支持pudn网 上传更多的好的源代码-Good processor scheduling algorithm implemented like to hope that we can continue to support pudn hope more good online source mass
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
Password
- MD5算法,针对网上出现的CSDN密码泄露事件,本程序可将任意一个密码转化成128位的十进制字符串,即嵌入到数据库中以暗文的形式存储,而且MD5是不可以算法,防止了黑客很难获取正确的密码,感谢您的进一步修改更新-MD5 algorithm for passwords CSDN appear online leak, the program can be password into any 128-bit decimal characters String, that is embedded
deschecker
- DES(Data Encrypton Standard) 算法的实现网上已经有很多,本人在此讲述的是在DES算法加密过程中如何查看16迭代过程中生成的Ki,Li,Ri,Fi,Si等,这样可以当做一个DES加密对照器,这样可以方便的发现你在加密过程中出现的错误!-DES (Data Encrypton Standard) algorithm to achieve online has been a lot, I talk about this is the process of how to vi
mat-RandFo
- matlab编写的随机森林算法,网上下的,拿来分享一下-Random Forest algorithm, matlab prepared online, and brought it to share
MD5-Encryption-Algorithm-VCPP
- MD5是一个安全的散列算法,输入两个不同的明文不会得到相同的输出值,根据输出值,不能得到原始的明文,即其过程不可逆;所以要解密MD5没有现成的算法,只能用穷举法,把可能出现的明文,用MD5算法散列之后,把得到的散列值和原始的数据形成一个一对一的映射表,通过比在表中比破解密码的MD5算法散列值,通过匹配从映射表中找出破解密码所对应的原始明文。 对信息系统或者网站系统来说,MD5算法主要用在用户注册口令的加密,对于普通强度的口令加密,可以通过以下三种方式进行破解: (1)在线查询密码。一些在
hash
- 网上收集的14种hash算法。希望对大家有用。-14 kinds of hash algorithm online collection
theRealRsa4vb6
- 最真实有效的VB6.0版的RSA加解密算法模块,已做成类模块很方便调用。这是我这两三年来找到的最好用的RSA加解密算,运算速度超快,制作1024位及2048位的加解密相当快,实用性极强,用于共享软件的网络在线验证再合适合过了。这个代码对于还在用VB6.0做共享软件的朋友在做注册模块时相当有用的,可以确保不会被写出注册机来。-The most real and effective VB6.0 version of RSA encryption and decryption algorithm mo
0_Pure-Waters-4-6-Legendary-1111-4-6
- This is an implementation of a genetic algorithm that solves the traveling salesman problem, created as a part of an online course in artificial intelligence for game programming. Code written scratch, theoretical information on TSP and genetic algor
TEA
- 适用于8位单片机的TEA算法实现,可以在线测试,有测试截图(The TEA algorithm Applies to 8 bit MCU, you can test online, there are test screenshots attached.)