资源列表
MD5Test
- java实现的md5加密小例子,直接编译运行TestMD5.java即可-md5 encryption java achieved a small example, can direct the compiler to run TestMD5.java
CRC
- crc加密算法,希望对大家有帮助,多多支持-crc
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
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.
des
- DES encryption algorithm
des
- des加密算法的实现,有测试例子。算法是从speakfs中提取出来的
xhyh.rar
- 循环异或
DES_PC
- 关于加密解密的源程序,希望对大家能够有帮助
8129
- Microsoft CryptoAPI !-Microsoft CryptoAPI !
CPS!UnEscargot_v0.1
- A decrypter for Escargot v0.1.
PublicKeyEncryption_algorithm_VC
- RSA加密算法的VC++代码实现。 由选定的P,Q以及E来计算私钥D-RSA encryption algorithm VC++ code. Selected by the P, Q and E to calculate the private key D
MyCrypt
- 集成对称加密,非对称加密,证书,数字签名,MD5等常用的方法-Integration of symmetric encryption, asymmetric encryption, certificates, digital signatures, MD5 and other commonly used method
