搜索资源列表
Caeser.java
- 1.凯撒密码的盲目搜索 2.凯撒密码的启发示搜索1 3.凯撒密码的启发示搜索2 -1. Caesar password blindly Search 2. Caesar said password inspired Search 1 3. Caesar said password inspired Search 2
ccn_lab
- this .zip file contains caeser cipher c++ code
caeser
- Read text to be encrypted encrypt it and write to file encrypted.txt.Decryption done by readng encrypted.txt and plaintext written to decrypted.txt-Read text to be encrypted encrypt it and write to file encrypted.txt.Decryption done by readng encryp
caeser1
- Decryption algorithm of caeser which generate all possible combinations
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c