资源列表
DES
- 本程序用DES分组密码算法实现对一个字符串的加密和解密功能。-The program block cipher algorithm using DES encryption and decryption functions of a string.
GongShi
- 软件加密工具,使用电子注册码加密软件。希望对大家有用。-Software encryption tools, the use of electronic key encryption software. Useful for all of us hope.
DESsystem
- DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
DESsystem
- DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
cryptix_src_3-1-2
- 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码- Another uses the java compilation the encryption general algorithm package, contains des, rsa, sha, md5, md4, md2, idea, blowfish and so on the very many encryption algor
cryptix_src_3-1-2.zip
- 另一个使用java编写的加密通用算法包,含des,rsa,sha,md5,md4,md2,idea,blowfish等很多加密算法和密钥存储、签名等源码
keypojie
- 加密狗破解手册,提供教程及各种工具,非常优秀的,不容错过-Security Dog crack manual, guide and provide tools, very good, not to be missed
DES-Encryption-Algorithm-
- DES算法文件加密,通过此程序吧文件的内容变成密文防止泄露-DES algorithm for file encryption, file by the contents of this program it into ciphertext to prevent the disclosure
Indexation-et-recherche-dimages-par-le-contenu-(1
- cet algorithme est conerne l indexation des images
200601220942288253
- ElGamal算法既能用于数据加密也能用于数字签名,其安全性依赖于计算有限域上离散对数这一难题。 密钥对产生办法。首先选择一个素数p,两个随机数, g 和x,g, x < p, 计算 y = g^x ( mod p ),则其公钥为 y, g 和p。私钥是x。g和p可由一组用户共享。 ElGamal用于数字签名。被签信息为M,首先选择一个随机数k, k与 p - 1互质,计算 -首先选择一个随机数k, k与 p- 1互质,计算 a = g^k ( mod p )
openssl_1.0.0d_lib_shared_mingw
- 使用mingw编译的openssl 1.0.0d shared版开发库,用于windows环境openssl开发,不带文档-Using mingw compile openssl 1.0.0d shared version of the development libraries for openssl development windows environment, with no documentation
CryptographyBench
- Program that runs AES/RSA algorithm multiple times for different input values and outputs their run times for benchmarking purposes. Written in Visual C#