搜索资源列表
MD5(c++)
- md5算法的c++实现,包含MD5.cpp和MD5.h-md5 Algorithm c + +, and includes MD5.cpp MD5.h
rsa-cpp
- RSA加密C源码 1978年就出现了这种算法,它是第一个既能用于数据加密 也能用于数字签名的算法。它易于理解和操作,也很流行。算 法的名字以发明者的名字命名:Ron Rivest, AdiShamir 和 Leonard Adleman。但RSA的安全性一直未能得到理论上的证明。
rc5-cpp
- 根据rc5的c算法修改,获得了本算法的的c++实现。
VigenereEncrypt.cpp
- Vigenere密码单表代换加密如明文为:wearediscoveredsaveyourself 密钥流为:ddeferfrfdwfefeggasdwfeffrg 密文流为:asfhjkhfkjerhfkjbjkfbdjkfgjk 即Ci=(Ki+Pi) 26 pi=(Ci-Ki) 26 要求实现加密和解密,C或C++描述源程序。 -Vigenere encrypted password alone, such as clear as the table Substitution
AES-CPP
- aes(rijndael 算法)的C++实现,详细讲解了aes的原理,并讲解利用C++的实现方法-aes (rijndael algorithm) C++ implementation, explained in detail the principles of aes, and explain the use of C++ implementation
Md5Code
- C编写,实现字符串摘要、文件摘要两个功能。 里面主要包含3个文件: Md5.cpp、Md5.h、Main.cpp。其中Md5.cpp是算法的代码,里的代码大多是从 rfc-1321 里copy过来的;Main.cpp是主程序。 -C to prepare, to achieve string summary document containing a summary of the two functions. 3 inside the main document contains: M
RSA
- RSA加密解密算法,实现RSA的基本功能,一般的算法RSA.C-RSA encryption and decryption algorithms, to achieve the basic functions of RSA, the general algorithm RSA.CPP
des.cpp
- DES Implementation in C/C++ untested
rsa-cpp
- RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
CPP-new-design
- 一本讲解C++设计模式的好书.主要讲了23种常见的设计模式.-A c++ design patterns of good books explaining. Mainly about 23 kinds of common design mode.
S-DES--CPP
- 简单的对称加密算法S-DES C++源码 很不错的-very simple S-DES C++ source code
RSA
- Encrypt Decrypt RSA Algorithm In C-Encrypt Decrypt RSA Algorithm In CPP
CPP-base64
- c++下面一个base64的算法实现,提供一个使用例子。-c++ following a base64 algorithm implementation, providing a use case.
DES---CPP
- c++ des加密解密 实现des加密解密的功能-c++ des des encryption decryption encryption and decryption functions to achieve
MD5-cpp-language-code
- MD5加密程序,C++格式,经过测试,可直接修改使用。-MD5 encryption, C++ format, tested, can be modified directly to use.
DES-CPP
- DES加密/解密程序,C++实现,给大家提供参考-DES encryption/decryption process, C++ implementation, to provide reference. . . . . .
k-d-tree-CPP-source-codes
- k-d tree C++ source codes
cPP-essentiel-des-commandes
- C++ l essentiel des commandes
The-algorithm-of-DES-in-CPP
- 加密与解密相关 DES算法的C++实现 8个s盒,16轮迭代-The algorithm of DES in C++
RSRS-cpp
- Rs alogrithsm using c-Rs alogrithsm using cpp
