资源列表
PGP_IDEA
- IDEA CBC模式实现 功能给大家参考-IDEA CBC mode functionality for your reference
rijndaelfurious
- implementation of rijndael furious algorithm to encrypt and decrypt information
CHAOSENC
- 采用vc做的一个简单图像加密程序 效果不错
VBJM
- 加密算法,包括对DLL文件和EXE文件的加密,这是个错误,你不要使用了。-Encryption algorithms, including encryption DLL files and EXE files, this is a mistake, you do not use.
MD5
- In cryptography, MD5 (Message-Digest algorithm 5) is a widely used cryptographic hash function with a 128-bit
SimpleEncryptionAlgorithm
- 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
PORTER-990481Assembly3216867
- 此代码PORTER-990481Assembly3216867功能很强大,里面的功能方面也是我比较喜欢的-This code PORTER- 990481 assembly3216867 function is strong, the inside of the function is also my preferred
AES
- 由美国国家标准技术研究所(NIST)于1997年开始启动并征集算法,在2000年确定采用Rijndael 作为其最终算法,对数据安全性有要求的可以采用,比DES安全-By the U.S. National Institute of Standards and Technology (NIST) started in 1997, and solicited their algorithm, in 2000, to determine the final adoption of Rijndael
rsa
- 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
crc算法
- CRC校验算法
pdfcopier
- 这是我编写的一个适用于医学写作者的中文pdf扫描识别的文档字符格式化工具,针对万网、CNKI的文献常见的编码问题如标点格式、中英文全半角、多余的换行符等自动转换。基本上复制文档内容时候,开着这个软件就可以自动对剪切板的数据转换,直接复制到word写作即可。-This is for medical writers I write a PDF scanned documents in Chinese character formatting tools, networks, CNKI literat
fair
- 在程序中由playfair(char *s,int length) 的实现加密和解密;解密原理与加密类似,只是加密过程的逆过程,它基于密文,采用同行取左边,同列取下边,其余取交叉的相反原理;在程序中用FLAG标识区别,当其值为1时,为加密过程;值为0时,为解密过程。-in the proceedings by PLAYFAIR (char * s, int length) the realization of encryption and decryption; encryption and d
