资源列表
b64
- base64一个文件,非常简单实用,支持二进制-base64 a file, a very simple and practical support binary
Des
- * 对加密密码进行解密方法 * @param key 加密的密钥 10进制(12345678) password为16进制字符串如(BED3FB28576F2BB0) 要先转为2进制 返回解密的密码明文 * @param password * @return-des encrpt
des加密算法源代码c语言实现
- DES算法C语言实现的源代码,本人已经测试同uo,效果还可以-DES algorithm C language source code, I have uo with the test results can also
AES-ASP
- 前几天刚下的一个ASP的AES源码 输入keySize密钥长度(128、192、256),Src明文字符串,Key密钥字符串, 明文字符串不能超过 &HFFFF长度,输出:密文十六进制字符串 -just a few days ago under an ASP source input keySize AES key length (128, 192,256), Src expressly string, Key Key string, the string can not excee
200510180015081624
- C的原代码,可以参考的.用一定的下在价值-the original C code can reference. With a certain value in the next
MD5
- C,Java两种语言实现的MD5加密算法,可以得到同样的加密结果。-C, Java implementation of the two languages MD5 encryption algorithm, encryption can get the same results.
des20130720
- DES加密、解密算法,思路清晰简洁,包括单位块加解密,解密文件、机密字段等。-DES encryption and decryption algorithms, ideas clear and concise, including unit block encryption and decryption, decrypt the file, confidentiality, and other fields.
2
- 本文件是基于RSA算法的程序源文件,实现文件的加密和解密-java file
MD5
- This program applies Message Digest (MD5) Algorithm Developed by Maimouna Al-ammar 5th Year, Computer Engineering Department, University of Damascus Information and Network Security Material -This program applies Message Digest (MD5) Algorit
idea
- idea加密解密源码,在VC6中创建一个控制台项目,可以编译。-idea
des_c1
- 一个DES加密的经典程序,很值得学习和参考-a classic DES encryption procedures, is worth learning and reference
Pythonaescode
- AES 采用 CBC 模式,秘钥长度为 32 个字节,数据采用 PKCS#7 填充;PKCS#7:K 为秘钥字节 数(采用 32),buf 为待加密的内容,N 为其字节数。Buf 需要被填充为 K 的整数倍。在 buf 的尾部 填充(K-N K)个字节,每个字节的内容是(K- N K)-aes code
