资源列表
RSALib_PHP_1.0
- We have lots of essays in our essay database, so please check back here frequently to see the newest additions. We currently have more than 1,000 essays, mostly in English. Below is the alphabetized list. And they are all FREE! Download as many as yo
DES_3DES
- Linux下c语言实现DES和3DES算法,DES算法属于对称加密算法,在一些对安全性要求较高的交易中运用广泛,如支付行业等。-Linux c language DES and 3DES algorithm, DES algorithm is a symmetric encryption algorithm, widely used in the transactions with higher security requirements, such as the payment industr
10_md5
- MD5加解密算法,用C++编译,但是很方便,尤其是对于为了理解这个算法的人
rsasoft.rar
- 利用vc++实现RSA加密解密算法源代码 [VC_RSA.rar] - 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。,Vc++ to achieve the use of RSA encryption and decryption algorithm source
Blowfish
- 河豚(blowfish)加密算法 拥有CBC CFB ECB 加密模式-Fugu (blowfish) encryption algorithm has CBC CFB ECB encryption mode
DES
- DES算法的C语言实现,大家可以参考一下。-DES algorithm to achieve the C language, we can reference.
SM2-SM3-SM4
- 国密算法SM2、SM3、SM4 C语言实现-SM2, SM3, SM4 C language implementation
ENCRYPT
- 对文件内容进行加密,生成密钥,解密时用密钥解密的过程,本程序使用了锁技术,为UNIX下的加解密及文件操作提供了很好的帮助。-The contents of the file encryption, key generation, decryption key to decrypt the process, the program uses the lock technology, provides a good help for the encryption and decryption and
cast128
- NetBSD和FreeBSD上实现的Cast128加解密算法-NetBSD and FreeBSD to achieve the encryption and decryption algorithms Cast128
RSALib_PHP_1.0
- RCA encryption algorithm implementation
TraditionalCrypt
- 经典密码算法。四个打包。包括移位密码,弗吉尼亚密码,周期密码,列置换密码。使用C语言实现,控制台程序。可用于密码学实验。-Classical cryptographic algorithms. Four packaging. Including the shift cipher, Virginia passwords, periodic password column permutation password. Using the C language, the console program.
hashtable_in_c++
- Hash tables are very common data structures. They provide efficient key based operations to insert and search for data in containers. This code contains a simple implementation in c++.
