资源列表
ECC
- 介绍RSA基本原理的课件,希望能对大家有所帮助-A PPT introducing the principles of RSA which I hope is useful for you
xts-vs2008-17-07-09
- XTS AES to encryp the file, so the file will be safe.
BMsuanfa2
- 密码学里面的BM算法的C语言实现,实验代码 可运行 -failed to translate
Encryption
- 用java实现国际知名的sha-1加密算法,调用方法会得到一个经过加密的20位符号字符串-sha-1 encryption method
dpjjm
- 单片机加密方法,本人总结前人的经验,摸索着写一点实用的方法,供大家参考-SCM encryption method
VC
- YT 狗设置算法源码,VC版本 非常实用,支持版本8以上-YT dog set algorithm source code in VC version is very practical, and supported versions
DES
- 使用C++实现DES算法,要求输入加密内容,将加密内容转为16进制后输入加密密钥,进行加密-C++ implementation DES encryption, the input encrypted content to the encrypted content to enter the hexadecimal encryption key to encrypt
2
- rsa加解密算法,实现一个整数的加密和解密,完整代码。-rsa encryption algorithm,Encryption and decryption of an intege,Complete code。
PairKeyExample
- java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -java encryption algorithm
md5save
- md5转换安全代码,实现方便安全快捷的md5转换-md5 convert the security code md5 convenient, safe and efficient conversion
MD5
- 生成MD5值的算法。在VC++2010中编译通过,运行正常。直接下载就可以拿来使用-Algorithm to generate the MD5 value. In VS2010 compiler, operating normally. Direct download can take it and use
TEA_example_CPP
- TEA(Tiny Encryption Algorithm) 是一种简单高效的加密算法,以加密解密速度快,实现简单著称。算法真的很简单,TEA算法每一次可以操作64-bit(8-byte),采用128-bit(16-byte)作为key,算法采用迭代的形式,推荐的迭代轮数是64轮,最少32轮。目前我只知道QQ一直用的是16轮TEA。没什么好说的,先给出C语言的源代码(默认是32轮)-TEA char