搜索资源列表
opencsp
- 微软CSP实现源码。 CSP:密码服务提供者。 微软的CryptoAPI是PKI推荐使用的加密 API。其功能是为应用程序开发者提供在Win32环境下使用加密、验证等安全服务时的标准加密接口。CryptoAPI处于应用程序和CSP(cryptographic service provider)之间 。 -Microsoft CSP achieve source. CSP: Cryptographic Service Provider. Microsoft' s CryptoAP
cryptoki
- cryptoki.h include file for PKCS #11.-cryptoki.h include file for PKCS#11.
AES
- 正确的AES加密,包括AES.h,AES.cpp,以及测试文件-AES encryption, including AES.h, AES.cpp, as well as test file
RSA(C)
- RSA D-H加密与解密算法,C语言实现-RSA DH encryption and decryption algorithm, C language
Desktop
- sha256实现代码,亲测可用,店长推荐-sha256.cpp and sha256.h
CPPDES-and-3DES
- 本资料实现了DES和3DES的数据加解密,其中包括.c文件及.h文件,本人亲自测试通过,有需要的朋友可以尽情的下载!-lskdjfo liek laidf laoid8owe
SM3
- sm3算法源码,.c,.h,需要自己验证-sm3 source code
4
- Cryptographic Hash Functions: A cryptographic hash function must have at least two security properties: collision free and Hiding. Collision free property ensures that for a given function H, no one can find x and y such that H(x) = H(y). The hid
discrete_log
- Solve descrete log problem using meet in the middle attack. More formally, write a program to compute discrete log modulo a prime p. Let g be some element in Z p and suppose you are given h in Z p such that h = gx where 1 ≤ x ≤ 240. Your goal