搜索资源列表
cryptology
- 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography
cryptology
- 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography
Classical_cryptography_research
- 古典密码体制研究: 包括希尔密码、维吉尼亚密码、仿射密码、置换和维吉尼亚结合密码体制,对超过10k大小的文本进行加密和解密。-Classical cryptography research: including Hill passwords, Virginia password, affine password, password replacement and Virginia combined system, the size
CipherAndDecipher
- 用C语言实现仿射密码的加密和仿射密码的解密。-Implemented in C affine affine encryption and decryption password.
mAffineCipher
- 古典密码中的仿射密码的加密和解密用C语言来实现。-Classical affine password encryption and decryption using C language to achieve.
fangshejiamijiemi
- 仿射密码的加密和解密.使用c++编写,适合初学者-Affine password encryption and decryption. C++, written for beginners
Affine-cipher
- 仿射密码是由加法密码和乘法密码结合就构成。此软件实现了仿射密码的加密和解密算法,通过网络传递加解密的数据。-Affine cipher is composed of multiplication and addition passwords combination is. This software has realized the affine password encryption and decryption algorithm,
FS-PASSWD
- 仿射密码研究的相关程序,可以对密码进行解密和反解密,来了解加密机制-fangshe password is a access for password create or
仿射加密
- 对仿射密码进行加密和解密,有选择加密或解密的操作(The operation of encrypting and deciphering affine passwords with an option to encrypt or decrypt)
csy
- 利用仿射密码对明文进行加密,再将密文进行解密。(The plaintext is encrypted, and the ciphertext is decrypted.)