搜索资源列表
dll.zip
- 我根据comp430s改写的DLL源码,可在多线程下使用。还带有des加密算法函数
common
- PHP 3des算法。在WAP开发过程中常有用到的。主要用于加密用户登录状态,完成自动登录之功能-PHP 3des algorithm. In the WAP development process are often used. Mainly used for encrypted user login, and the completion of the automatic login function
des
- 实现des算法,能给明文加密、解密等-Achieve des algorithm, to give explicit encryption, decryption and so on! ! !
des
- 本人多年前,用C语言实现的des加密算法的源代码。-des C-language.
VBCrypto
- VBCrypto源码库大全源码,这是一个良好的编译算法,由如下算法组成:10种流行的加密算法(Blowfish, Twofish, Rijndael, Skipjack, Serpent, Gost, RC2, RC4, TEA, des, 3des, 3des112, desE, CAST5, IDEA),6种流行的单一的哈希算法(MD2, MD4, MD5, SHA, SHA256, RipeMD)以及一个huffman压缩算法。-The VBCrypto source libraries
des
- des算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是des算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为des的工作方式,有两种:加密或解密-The entry of the des algorithm has three parameters: the Key, the Data and Mode.One Key to 8 bytes, a total of 64, is the job of the des algorit
RSAdes
- des和RSA混合加密des密码体制主要由3方面组成:密钥生成、加密函数以及解密函数。该算法在VC6.0的平台下以C++来实现。子函数说明- Void SetKey(const char* Key, int len) { Memset(deskey,0,16) Memcpy(deskey,key,len>16?16:len) SetSubKey(&SubKey[0],&deskey[0]) Is3des = len