资源列表
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
Bignum_class
- 实现大整数基本操作功能,可用于RSA之类的大整数运算上-The basic operation of large integer functions, such as RSA can be used for the large integer calculations on
pollard_rhO
- 一段运用pollard_rho算法进行椭圆曲线加密算法和解密算法。-Some use pollard_rho ECC algorithm and decryption algorithm.
rsa-cpp
- RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
数据加密算法
- 目前企业面临的计算环境和过去有很大的变化,许多数据资源能够依靠网络来远程存取,而且越来越多的通讯依赖于公共网络公共网络(如 Internet),而这些环境并不保证实体间的安全通信,数据在传输过程可能被其它人读取或篡改。-currently facing the enterprise computing environment and past a great change, many data resources to be able to rely on remote network acce
RSA-add-mima
- RSA加密算法,具体步骤和算法过程,很有意义-RSA encryption algorithm
MD5
- 实现MD5加密,C/C++编程实现,可以自由改写代码。-MD5 encryption, C/C++ programming, free to rewrite the code.
rsacoder
- The code for RSA crypt exsample
reply_1_401821.rar
- 这是一个文本加密与解密的小程序。
ksmm
- 恺撒密码包括加密和解密..,-Caesar cipher including encryption and decryption .., .........
crc32-md5
- Delphi下crc32以及md5加密解密算法源码,和调用过程方法示例.-Under Delphi crc32 and md5 encryption and decryption algorithm source code, and call the process method example.
md5
- md5 用c语言实现了 加密算法,适用于跨平台-md5 c
