搜索资源列表
aa
- 凯撒密码的过程,再用配对字母取代讯息里的原始字母位移加密法(shift cipher):模数计算。Ek(x)=(x+k)mod 26,Dk(y)=(y –k)mod 26 如:k=5 “hello world”加密为:mjqqt….
Virginia
- 维吉尼亚密码是最古老而且最著名的多表替代密码体制之一,与位移密码体制相似,但维吉尼亚密码的密钥是动态周期变化的。 加密:已知明文和密钥,得出密文 解密:已知密文和密钥,得出明文 -Virginia is the oldest and most famous password in the password system instead of multiple tables, with displacement of the password system similar, but V
Caesar_password
- 以前写的一个小代码,通过它里面的演示框的演示.你可以很清楚的了解凯撒密码的工作机制.演示图用的位移很巧妙.-I used to write a little code!!, Through its presentation frame inside the demonstration. You can clearly understand the working mechanism of Caesar password. Demonstrates the displacement of a ve