-
delcert
删除系统某存储区中的证书, 代码参考msdn(removal system of a storage area of the certificate, a code reference VARIANT)
- 2005-07-20 10:17:59下载
- 积分:1
-
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 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
- 2021-04-27 09:28:44下载
- 积分:1
-
des
使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式;
(The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model )
- 2008-07-05 00:04:05下载
- 积分:1
-
aes256
VC写的的AES256加密解密源码,加密解密写在一起,需要的话可剥离(AES VC)
- 2021-05-15 22:30:07下载
- 积分:1
-
md5main
这个程序是MD5算法的C源代码,调试通过。可以直接应用,在网络通讯中有用。(the procedure is MD5 algorithm in C source code, debugging through. Can be directly applied in the network communications useful.)
- 2006-11-04 23:16:45下载
- 积分:1
-
AES128_DECRYPT
aes128解密程序,可以输出每一轮的详细结果。含有注释和示例输入输出。(aes128 decryption program can output detailed results of each round. )
- 2020-07-15 11:58:50下载
- 积分:1
-
encryption
简单的双规加密法和钥控序列加密法
C++实现,可选择(Doubletrack and Keycontrol)
- 2021-04-29 01:58:43下载
- 积分:1
-
find-the-secret
星号密码查看器,只需将放大镜置于要查看星号密码的上方,就能显示出原密码。(Asterisks password viewer, simply put a magnifying glass to view asterisk password above, can show the original password.)
- 2013-07-22 15:38:44下载
- 积分:1
-
Rc4
采用c++实现RC4加密解密算法,该代码可以加密解密任意格式的文件( U91C7 u758ccc_cn R U6587 u4EF6)
- 2021-02-28 16:49:35下载
- 积分:1
-
RSAEuro1.06
C/C++下学习加密算法很好的参考材料,包括的算法有RSA椭圆加密算法等(C/C++ learning the encryption algorithm is a good reference material)
- 2020-10-25 00:20:03下载
- 积分:1