搜索资源列表
fangshemimajiami
- 这是关于用扩展欧几里德算法求乘法逆元然后用仿射密码加密解密的两个算法/
vbFangXiemimaxitiong
- 仿射密码是一种替换密码。它是一个字母对一个字母的。 它的加密函数是<math>e(x)=ax+b\pmod</math>,其中 <math>a</math>和<math>m</math>互质。 <math>m</math>是字母的数目。 译码函数是<math>d(x)=a^(x-b)\pmod</math>,其中<math>a^</ma
Cipher
- C#实现的移位、仿射、希尔加密程序。界面良好,功能全面。-C# to achieve the shift, affine, Hill encryption. Good interface, full-featured.
Desktop
- 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
acryyptoloogyc
- 实现了三种古典密码学体制与DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还能解密生成文件13.txt。vigenere,hiill体体制类似。DES体制包含加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序源码设计语言及密码学的在校本科生,水平非常低,第一次上传只是为了试一下。能考虑少给几点,呵呵。 可直接使用。 -Three classical cryptography system and DES system an
fangshejiamijiemi
- 仿射密码的加密和解密.使用c++编写,适合初学者-Affine password encryption and decryption. C++, written for beginners
affinecipher
- 仿射密码对文件的加密解密 输入密文 获得密钥 输出明文 输入明文 利用密钥 输出密文-Affine cipher encrypt decode file
qingshu
- 对txt文件进行凯撒、仿射的加密和解密,并以文件形式输出-Txt file for Kaiser, affine encryption and decryption, and in the form of file output
FS-PASSWD
- 仿射密码研究的相关程序,可以对密码进行解密和反解密,来了解加密机制-fangshe password is a access for password create or
encoding
- 常见古典密码加解密:栅栏密码、仿射密码、摩斯密码、base64(Common classical password encryption and decryption: fence password, affine password, morse password, base64)
仿射密码加密,解密
- C++实现仿射密码加密解密以及仿射密码的爆破(C++ implementation of affine cipher encryption and decryption)