资源列表
DesEncryption
- DES加密算法的java源代码,内容简明清晰,过程流畅,适合学习参考。-The java source code of DES encryption algorithm , the content is clear and concise, and the process is smooth.So it is easy to learn.
XXTEA
- XXTEA加密算法,适 合 单 片 机 用。-XXTEA encryption algorithm suitable microcontroller.
Security
- C#类,其中包含MD5、DES、TripleDES、AES、RC2,RSA-C# class,include MD5、DES、TripleDES、AES、RC2,RSA, and so on
hash
- 能在数据库中进行数据查找,并且计算平均查找长度,而且对于重复的数据能够解决冲突-Can be in the to find the data, and calculate the average search length, but also for the repeated data to resolve conflicts
mulinv
- MATLAB code for Multiplicitive Inverses over Finite Fields
jiamijiemi
- 这是一个文件加密解密程序,用c语言编程。基于的思想是改变文件结构-This is a file encryption and decryption procedures, with c language programming. Based on the idea is to change the file structure
winrar密码破解的vbs
- 刚才在neeao的站上看了这段代码,不过由于可能是网站粘贴原因等,代码里有一些小错误,我修改了,现在没有错了。代码已打包上传
DCT--info-hiding.rar
- 函数用于DCT的信息隐藏,在变换域嵌入隐藏的信息,Function for the DCT information hidden in the transform domain embedded hidden information
run_length
- runlength encoding compress digital data it represent consecutive runs of the same value in the data as the value followed by the count
abc
- 凯撒密码 c++版的 好像有些小毛病 帮我看看啊
HillCipher
- Hill 加密解密 关于矩阵加密的东西
vigenere
- 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
