资源列表
3des_C_source
- 3des加密C语言版源代码,需要的同学可参考-failed to translate
sha256_encrypt
- SHA 256 加密算法,比 MD5 更好的算法更好的算法,希望对大家有帮助-SHA 256 encryption algorithm, better than the MD5 algorithm better algorithm, we hope to help
superaes.js
- javascr ipt implementation of federal information security AES algorithm.
jianyijiami
- 某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-Using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plu
des
- 这是一个DES加密解密算法的源代码,希望对大家有用-This is a DES encryption and decryption algorithm source code, in the hope that useful to everybody
DesAndXml
- 查了一下,基本上都是提供C++方式的DES加密,所以,上传一个C#写的DES 另外,提供了一个把XML文件当作INI文件来处理的类-provide a des class written by c#。 also provide a XML class, which take the xml files as ini to read and write
crypton-pas
- Delphi implementation of CRYPTON
md5
- 用VC实现md5的加密和解密。简单方便。-md5
cert.tar
- x509 certificate utility, parser, generator
DES
- DES加密算法的C语言实现。用VC编译是可以的(VC的C编译器和C++编译器是分开的,*.c的文件VC都是用C编译器编译的)。在GCC或者其他编译环境下有可能编译器不认识__int64的写法,这时在文件头加上这么一句应该就可以了: #ifndef __int64 #define __int64 long long #endif-DES encryption algorithm in C language. VC compiler (VC C compiler and C++ comp
CPPMD5
- C++ 下的md5实现,,直接可用,,很不错的。-C++ under md5 implementation, directly available, very good.
VentanaRSA
- Simulador de encriptacion y desencriptacion RSA
