搜索资源列表
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
cryptopp560
- 最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes cryptlib.h Authenticated Encryption AuthenticatedSymmetricCipherDocumentation Symmetric Ciphers SymmetricCipherDocumen
SHAMD
- c实现的sha256解密程序,包括加密解密代码。-c implementation sha256 decryption procedures, including encryption and decryption code.
sha256
- SHA256算法源码,Visual C++.加密字符串,数组。-The SHA256 source code. Encryption string, array.
sha512
- sha512.c - implementation of SHA256, SHA384 and SHA512 for Linux.
sha-256
- sha256的签名算法,纯C实现,已验证正确,在控制台上直接运行即可,-sha256 signature algorithm, pure C implementation ,has been verified properly and can be run directly on the console.
MD5-SHA1-SHA256
- SHA算法源码,算法语言是C语言,分别包括SHA1和SHA256-SHA algorithm source code, algorithms, language is the C language, respectively, including SHA1 and SHA256
sha256_code_release_v2
- SHA256 Implementation in C/C-SHA256 Implementation in C/C++
axtls-code
- 通用C/C++加密算法实现,包括rc4,rsa,sha1,sha256,sha384,sha512等(Implementation of general C/C++ encryption algorithm)