搜索资源列表
汇编内核加密算法
- 汇编内核的md5算法,应网友要求改进了两个部分: 1、采用nasm风格汇编,可以方便的移植到linux平台下。 2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密 使用方法: 一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用。 -compilation of md5 kernel algorithm, a netizen called for improvemen
数据加密传输
- :某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下: 每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。 -: a company using a public phone data transfer, data is four integer, in the course of transmission is encrypted, encryption rules are as follows : E
加密解密2配套光盘
- 加密解密2配套光盘,内有加密解密第二版书内提及的软件.-encryption and decryption two matching CD with the second edition of encryption and decryption mentioned in the book software.
TrribleDES
- 这是一个用VC.Net编写的加密算法,TrribleDes,该算法具有较高的执行效率,加密速度大概为每秒3Mb,速度较快!-VC.Net prepared using the encryption algorithm, TrribleDes. the algorithm has a higher efficiency in the implementation, encryption speed of around between 3Mb per second, faster!
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
rsa_tool
- 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of
hackCD3
- 加密解解密CD3的第二部,加密解解密CD3-encryption solution to the second part of the decryption CD3, CD3 declassified encryption solution
RSAUpper
- 计算机密码学第二版卢开澄这本书后附的RSA源码-computer cryptography Lu opened the second edition of this book Cheng attached RSA FOSS
md5破解
- DeMD5 可以破译经 MD5 算法编码过的密码,如有些共享软件或论坛程序的注册码(密码)就是使用 MD5 算法编码的。 由于 MD5 是一种不可逆的编码算法,因此要“还原”出原始密码就只能用穷举法(暴力法)了。 本程序使用了公开的 MD5 算法模块,在P4-1.5G的机器上一秒钟可以尝试约20000个号码。另外本程序还带有四个实用的密码字典,-DeMD5 be deciphered by the MD5 algorithm coding passwords, as some forum or
md5.rar
- MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致:
AES
- AES加密算法 2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的AES。 Rijndael是在 1999 年下半年,由研究员 Joan Daemen 和 Vincent Rijmen 创建的。AES 正日益成为加密各种形式的电子数据的实际标准。 美国标准与技术研究院 (NIST) 于 2002 年 5 月 26 日制定了新的高级加密标准 (AES) 规范。-AES encryption alg
Main
- 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
sha256
- SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
MD5
- 信息安全实验指导源程序第二弹-MD5源程序!用网上最流行的加密方法MD5,能保证您的文件安全,还能学习最流行的加密方法。纯c编程,代码清晰,有解释说明。希望对广大初学者有用!欢迎下载!-Experimental source of information security guidance to the second bomb-MD5 source! Using the Internet s most popular encryption method MD5, can guarantee th
jmyjm
- 《加密与解密(第二版)》很好的加密解密介绍书,详细介绍了Windows下的加密解密- Encryption and decryption (Second Edition) very good encryption and decryption to introduce the book, described in detail under Windows encryption and decryption
jiamijiemi
- 千年加密解密代码....虽然看起来挺复杂的.我是对应汇编的.编译后几乎和游戏客户端里的一样...保证了速度..q4uLinux联盟 二次解密代码我还没去搞.不过一次解密足够了.可以制出很多功能*.如自动拾取.吃药.等等...二次解密加密主要用于怪物坐标用的.(自动练功需要解析怪物坐标要用)-Millennium encryption and decryption code .... Although it looks quite complex. I am the correspondin
des
- des加密,大学二年级密码学课程,界面为控制台-des encryption, cryptography University second-year curriculum, the interface for the console
MD5
- 经本人优化后的计算 MD5 的类 CMD5 类及动态库源程序,单线程在 Core 6320 CPU,DDR2 667内存 时,忽略读取硬盘速度,每秒可计算150MB以上的数据,可直接做为计算MD5的工具,也可将其嵌入其它程序作为程序的一部分进行编译.-After I optimized the calculation of MD5 class CMD5 category and dynamic library source, single-threaded at Core 6320 CPU, D
yxyDES2_VC
- 尹学渊版的DES第二版,注释写得非常清楚,并且执行效率不错,代码质量相比第一版有很大的改进,尹学渊保留所有权利,转载自:http://www.cnblogs.com/erwin/-The second edition of YinXueyuan s DES code,the Notes is very clear, and good performance, code quality compared to a significant improvement over the first edi
fpga_security
- The use of FPGAs for cryptographic applications is highly attractive for a variety of reasons but at the same time there are many open issues related to the general security of FPGAs. This contribution attempts to provide a state-of-the-art descr ipt