资源列表
ecdsa-src-vc6
- 使用openssl实现的椭圆密码学签名、认证的简单例子,vc6.0。-Elliptical cryptography signature authentication using openssl achieve simple example, vc6.0.
diffeehellmanPROGRAM
- Example 1. To find 1537 x 4248 modulo 10, you could multiply out and take the last digit, but a better way would be to replace 1537 by 7 and 4248 by 8 to start, find 7 x 8 = 56, and then take 56 mod 10 to get 6 as the answer. A handy standard no
CRYPT76
- Gives freedom of chosing mp crypt also can do ftb crypting and decrypt.
PasswordManager
- A class that can hash password
CryptAPI1
- CryptAPI数字签名。可以对文件进行数字签名,学习数字签名算法-CryptAPI digital signatures. On documents for digital signatures, digital signature algorithm learning
GetCRC32(VC)
- 介绍Hash算法,VC源代码,着是一个精点的酸法。
Z8D64UDemo
- Z8D64U的演示程序。本工程建立了Z8D64U程序的基本框架,用户程序可以在本工程基础上修改,完成了USB功能程序,插入主机后就可以完成枚举过程,使用UART打印调试信息,接到PC COM口就可以看到调试信息-Z8D64U demonstration program.
c_sha1_rsa
- 一个用纯C写的RSA_SHA1数字签名库,可以在各个平台下编译成功,不需要任何其它的包依赖,便于移植,适合对信安有兴趣的朋友学习 PS:刚才有个相同的包上传后没有显示,不知道是不是bug..小修改后重新上传
YeeTooMD5P
- YeeTooMD5是免费的,开源的,它是在GPL许可下发布的,所有人都可以免费的使用它,修改它,并将它再次发布。 能够快速的计算出任意长度的字符串及任意类型文件的MD5值,并且用户能方便的检验结果. 能够输入MD5值,计算MD5计算值的匹配结果;可以打开任意文件并计算其MD5值。 -YeeTooMD5 is free, revenue, which is permitted under the GPL Release, everyone can use it free, modify
R2_Lib_Api32
- ROCKEY2 is a traditional secure storage dongle that is extremely simple to implement and low cost
sha
- SHA加解密算法,SHA是安全散列算法,c语言实现的Benchmark-SHA encryption and decryption algorithm
dataencrypt
- 在一些应用程序或网络中,经常会存有一些非常机密的文件或数据,为防止其他非法用户查阅或盗取这些机密数据,可对其进行加密。运行程序,在“密钥”编辑框中输入密鈅,在“待加密的字符串”编辑框中输入要加密的字符串,单击“加密”按钮,密文将显示在“加密后的字符串”的编辑框中。