资源列表
all-kind
- 各类加密算法的合集,值得大家前去参祥,
Vigenère
- 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
RC4
- 流密码中RC4算法的加密解密的c程序实现-stream cipher
rc2
- 这是RC6的Asm实现,可以很方便高效的用到工程中去-This is the RC6 of Asm achieved and can be very convenient and efficient to use project
RC4
- RC4 流密码 c++ 控制台程序,对称密码-RC4 stream cipher c++ console program
c_rc4
- rc4 的加密及解密功能的实现 功能齐全 采用c++实现-the code about the rc4,is very good
des加密模拟
- 用matlab仿真的DES算法加密源码
Encodeco
- Base64 encoding and decoding functions coded in c sharp for simple encryption works. Also source code for increasing speed of asp.net apps by combining javascr ipts.
MD5
- The algorithm takes as input a message of arbitrary length and produces as output a 128-bit fingerprint or message digest of the input.It is conjectured that it is computationally infeasible to produce two messages having the same message digest, or
ecncrypt
- VC下实现基于灰度值变换的混沌加密的代码 包含完整的头文件-VC under the gray value-based code transformation of the chaotic encryption header file contains the complete
DES-Algorithm
- this file consist of encryption and decryption using DES algorithm
