资源列表
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_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
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
pam.tar
- PAM的介绍资料,如何使用Linux下的加密机制等。-Descr iption of PAM
aes
- 针对16bit cpu优化过的aes算法,比优化前快1倍。-Optimized for the 16bit cpu' s aes algorithm, a times faster than before optimization.
base64.pb115
- 加密程序,能够支持pb11.5的程序,非常好用-this is a jiami
RSA.rar
- RSA加密程序 1、能够对字串进行加密; 2、可以自动生成RSA加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。 ,RSA Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the crptogr
pccode_200691012142756
- 游戏修改器 游戏修改器
mimaxue-test1
- 密码学作业-古典密码体制的实践与分析,包括仿射密码,维吉尼亚密码,希尔密码和维吉尼亚和行置换的乘积密码体制 -Cryptography operations- the practice of classical cryptography and analysis, including affine password Virginia password, password, and Virginia Hill and replacement of the product line cryptosy
RepairAccess
- 数据库安全至关重要,尤其是Access数据库,由于其加密算法过于简单,使得Access单靠密码无法保证其安全,本代码通过改变数据库头文件实现对Acess数据库的加密。
