资源列表
cPPencryption
- C 语 言 写 的 加 密 程 序 , 采 用 异 或 运 算 , 对 称 加 密 , 可 以 计 算 加 密 解 密 用 时&
DES
- DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其功能是把输入的64位数据块按位重新组合,并把输出分为L0 、R0两个部分,每部分各长32位.-The DES algorithm 64-bit input block of plaintext into a 64-bit output ciphertext block, it uses the key is 64, the function of which is 64-bit block of input dat
pkcs11f
- pkcs#11 header files
d3des
- 3des加密解密算法,网络安全密码学的知识,初学者刚刚写的,仅供参考-3des encryption and decryption algorithms, network security knowledge of cryptography, beginners just written, for reference
DESProcess
- DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,\"r\"))==NULL) {cout<<\"Cannot open the file to compare\"<<endl } if((cfp=fopen(cfile,\"r\"))==NULL) {cou
ocr
- Module De Captcha (Captcha Decoder) - recognition of service graphic images of any complexity. The process image is completely automated.- Module De Captcha (Captcha Decoder)- recognition of service graphic images of any complexity. The process imag
des-3des
- des与3des加密解密程序,非常好用,大家可以试试,从网上下载下来的-des and 3des encryption and decryption procedures, very easy to use, we can try, downloaded from the Internet
DES
- The archive contains the code is implemented in Matlab one of the most well-known cryptographic symmetric algorithms - Algorithm DES (data encryption standard).
DES-matlab
- DES implemention in matlab
Elgamal
- pembangkitan kunci VB
Base64
- C实现的base64加密算法,经测可用,可以用来加密数据,在linux下可用!-Base64 encryption algorithm implemented in C, measured by available and can be used to encrypt data, can be used in linux!
Rsa-java
- java代码实现RSA加密算法,有图形化界面-RSA encryption/edcryption algorithm implements. Writed in java. With user interface.