资源列表
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
AESjiamijiami
- AES 加密算法 利用AES实现文件加解密的VC源码-AES encryption algorithm
md5-encryption-
- md5加密算法源代码,包含编译好的成品,可执行。也有相应的DLL文件-md5 encryption algorithm source code that contains the the finished compiled executable. DLL files
ElGamal
- 最近看了一些同态加密方面的文章,提到了RSA和ElGamal两种具有同态性质的算法,并加以实现-Encrypt&decrypt for RAS & Elgamal
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.
高级加密算法
- AES加密和解密源码!-AES encryption and decryption source!
refine_RSA
- 实现了蒙哥马利算法,能够对2048,1024.512位的RSA进行加解密运算,能够自动生成密钥-Montgomery algorithm is implemented, can 2048,1024.512 bit RSA encryption and decryption operations to automatically generate the keys
ykq
- 433MHZ 无线遥控接收器KEELOQ加密代码,PIC16F917单片机程序。用于工业控制上面。 MAPLAB IDE开发环境-433MHZ Wireless Remote Receiver KEELOQ encryption code, PIC16F917 microcontroller program. Above for industrial control. MAPLAB IDE development environment
KeeLoq
- Keeloq滚动码的加密和解密程序,是用C语言编写的,可能会有点复杂,请慢慢研究!-KeeLoq Encrypt&Decrypt
base64
- Base 64 加解码程序-The program of BASE 64 encryption and decryption
DES-Crypt-VC-source-code
- DES加密与解密源码,并给出了一个简单应用。-DES encryption and decryption source code, and gives a simple application.
SecureCRT-kg
- SecureCRT 6.xx crack,测试过6.0.2, 6.2.1 build 215,6.2.2 build263以及最新的6.5.0 (build 380。将其解压到SecureCRT的安装目录运行,获得序列号-SecureCRT 6.xx crack, tested 6.0.2, 6.2.1 build 215,6.2.2 build263, and the latest 6.5.0 (build 380. Unzip it to the SecureCRT installation
