资源列表
des
- DES encryption algorithm
CNG-AES-source-code
- The application wizard has created this CNGCryptFile application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application.
rsajiamiyunli
- 加密的步骤 1) 计算N的有效位数tn(以字节数计),将最高位的零忽略掉,令tn1=tn-1。比如N=0x012A05,其有效位数tn=5,tn1=4。 2) 将明文数据A分割成tn1位(以字节数计)的块,每块看成一个大数,块数记为bn。从而,保证了每块都小于N。 3) 对A的每一块Ai进行Bi=Ai^E MOD N运算。Bi就是密文数据的一块,将所有密文块合并起来,就得到了密文数据B。 -Encryption step 1) calculating the media
CRC
- crc加密算法,希望对大家有帮助,多多支持-crc
MD5Test
- java实现的md5加密小例子,直接编译运行TestMD5.java即可-md5 encryption java achieved a small example, can direct the compiler to run TestMD5.java
compiler-language
- 汇编语言实现文件加解密功能,对字符或文本文件进行加密解密-Assembly language file encryption and decryption function, character or text file encryption and decryption
Base64EncryptionandDecryption
- Visual Basic 6.0的Base64字符串加密与解密模块,实现字符串的加密与解密,适用与中文文字的加密与解密。-Visual Basic 6.0 is Base64 string encryption and decryption module, string encryption and decryption for the Chinese text encryption and decryption.
DES-encryption-con
- DES加密工具 加密文件 cmd模式下加密指定文件-DES encryption tools encrypt files
CalcMD5
- MD5散列函数的MATLAB代码M D5散列函数的MATLAB代码-MD5 Matlab
Doc2
- It si about secure data retri using cp-abe in military networks. the user can efficiently retrieve data the storage node. It is very useful in military networks-It si about secure data retri using cp-abe in military networks. the user can efficientl
des
- DES加密算法是应用很普遍的加密算法,本源代码是一个实现des加密揭密的演示程序。
des3.rar
- 3des加密算法实现,经过FPGA验证的!,3des encryption algorithm, after FPGA validation!
