资源列表
My_Des
- 自己动手写的一个基于VC6的加密解密的动态库,包括常用的PBOC规范的DES,3DES,MAC,等加密函数。-Write yourself a VC6-based encryption and decryption of the dynamic libraries, including the commonly used PBOC standard DES, 3DES, MAC, and other encryption functions.
ElGamal
- 最近看了一些同态加密方面的文章,提到了RSA和ElGamal两种具有同态性质的算法,并加以实现-Encrypt&decrypt for RAS & Elgamal
md5-encryption-
- md5加密算法源代码,包含编译好的成品,可执行。也有相应的DLL文件-md5 encryption algorithm source code that contains the the finished compiled executable. DLL files
AESjiamijiami
- AES 加密算法 利用AES实现文件加解密的VC源码-AES encryption algorithm
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
MinDBG
- 一个调试器的例子,通过软件断点实现。能单步执行和再指定位置设置断点。-Example, through a debugger software breakpoints. Single step and set breakpoints specified location.
DES-MFC
- 基于MFC的DES加密程序,该程序仅实现了DES的细节-MFC-DES-based encryption program that implements only the details of DES
jiami2
- 完全解决了中文问题- Completely has solved Chinese problem
RSA_MFC
- 这次是MFC界面的RSA加解密。自动生成公私钥对,对输入的内容进行公钥加密,私钥解密。-This is the MFC interface of RSA encryption and decryption. Automatically generate the public and private key pairs, public key encryption, private key to decrypt the contents of the input.
PasswordGen
- 按照不同的组合生成密码,主要用来破解。--Generate password from various combinations. Mainly used for cracking password.
AES
- 128、192、256位AES加解密算法-128,192,256-bit AES encryption and decryption algorithm
AFFINE
- 用C语言编写的仿射,我从别的网站下载下来的-Affine with C language, I have downloaded from another site down
