资源列表
CRC.rar
- Verilog写的 CRC 编码 ,CRC code written in Verilog
myecho
- 利用人耳朵的时域掩蔽效应,实现回声隐藏。-Using human ear temporal masking, to achieve echo hiding.
GSM-algorithm-A5
- GSM加密标准A5算法C语言实现,程序仅供参考-GSM encryption algorithm A5 standard C language, the program is only for reference
Caesar-Cipher
- 利用C语言实现的凯撒密码加密解密的源码,是信息安全中的算法之一-The use of C language implementation of the Caesar cipher encryption and decryption of the source, is one of Information Security Algorithm
rsa
- Rsa Encryption and Decryption in C language.
CRC16
- rfid_Crc.c,v 1.1 2006/09/25 22:08:15 tpresco-rfid_Crc.c,v 1.1 2006/09/25 22:08:15 tprescott
patchfile-1.0
- for AES developer. It is very simple file to test
RSA
- 实现了简单的RSA加密,并且附带有解密功能,不过,解密功能部分不是十分完善,但就加密而言,很可靠~-It implements a simple RSA.The encrption does work well, but I m very sorry that the decryption may has a few bugs.
passGen
- this a password generator program for starting your own passwwords-this is a password generator program for starting your own passwwords
hill
- 小山程序!这是自己所编的一个有趣的程序,希望能给大家带来快乐!-Koyama procedures! This is their provision of a fun process, I hope everyone can bring happiness!
DFRNT
- 这个代码是分数阶随机变换,可以实现对图像的置乱加密,代码可行性强。-this code is fractional random transform,it can encrypt the image.
39.3
- 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文“the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f