资源列表
CRC
- Cyclic Redundancy Check
RSA-3
- RSA algorithm for cryptography in C
RC4
- 在控制台下实现RC4对任意文件的加解密,加解密速度比较快-encryption and decryption any file with RC4
RSA
- RSA implementation in c
Caesarp20Cipher
- Caesear Encryption Example in C
main
- 这是移位密码加密解密的程序源码,可以实现移位密码加解密-This is a shift cipher encryption and decryption program source code, can achieve shift cipher encryption and decryption
vigenere
- 凯撒密码破解 包含标准输入输出的简单凯撒密码破解-Caesar password crackers contain standard input and output of a simple password cracking Caesar
MD5Converte
- MD5加密源码实例,轻松学会加密。一看就明白,收藏收藏。-MD5 encryption source code examples, easy to learn encryption
read123
- 读网卡信息,可以为程序加密,因为每个网卡都有其不同的代码及信息。-Read card information, you can encrypt the program, because each card has different code and information.
encrypt
- 本原程序可以实现一些文件的加密,从而达到保护个人隐私的功能。-Primitive program can be encrypted some files, so as to achieve the functions of protection of personal privacy.
RSA
- 非对称加密的RSA算法,常用于CA认证和数字签名-RSA asymmetric encryption algorithm, commonly used in the CA authentication and digital signature
Caesar-code
- 凯撒密码作为一种最为古老的对称加密体制,在古罗马的时候都已经很流行,他的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母B就变成了密文的E,依次类推,X将变成A,Y变成B,Z变成C,由此可见,位数就是凯撒密码加密和解密的密钥。个人原创。-Caesar password as one of the most ancient symmetric encryption system in ancient Rome have been ve