资源列表
EncryptionAlgorithm
- 加密算法的实现,给出了完整代码。可以实现信息加密-encryption
TranspositionCipher
- 一个简单的对文章进行加密程序,大家大概
hashes.pas
- hash md5 encrypt string and file
jaca-source-file
- 实现加密功能,为文件和各项数据进行加密,保证安全-Implement encryption for all data files and encrypted to ensure security
Decrypt_encrypt
- This code to implement connnection with data base. This is mainly to decrypt and encrypt database contents. This for cryptography.(security)
base64
- C++下的base64编码,能够支持任何数据进行base64编码。 -C++ Under the base64 encoding, can support any data base64 encoding.
aes_rcon
- The permutation function rot_word is declared in Line 1 . The input ”word” w_in is a row vector of four bytes and is cyclically permuted according to Figure 13. In Matlab the permutation can easily be achieved by utilizing the new index vector in
SEED
- Seed加密体制代码,韩国的分组密码加密体制。-Seed encryption system code block cipher encryption system in Korea.
php_jiami_2013
- 自制的php加密代码,很好破解,主要是给菜鸟玩玩的-php zend
1008
- Julius Caesar曾经使用过一种很简单的密码。对于明文中的每个字符,将它用它字母表中后5位对应的字符来代替,这样就得到了密文。比如字符A用F来代替。如下是密文和明文中字符的对应关系。 密文 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 明文 V W X Y Z A B C D E F G H I J K L M N O P Q R S T U 你的任务是对给定的密文进行解密得到明文。 你需要注意
vigenere
- vigenere对文本文档进行加密,实现了对于文本文档的加解密。-vigenere text document is encrypted, to achieve the text of the document encryption and decryption.
XORencrypt
- Enccryption code with C