搜索资源列表
AIcodesystem
- 1、对于凯撒密文,实现了:1种盲目式搜索,4种启发式搜索,以及利用密钥实现的凯撒加密系统。 2、对于代入法密文,实现了:2种启发式搜索,1种利用密钥的代入法加密系统以及随机生成密钥的代入法加密系统。 3、字典工具,实现了对词库的增加,删除,检查等一系列的操作。 4、7种其他较为经典的加密方法的加密解密工具。包括:DES、Vigenere、IDEA、Keyword、LFSR、Playfair以及RC4等。 -1, Caesar ciphertext, realized : a bl
CASER_young
- 凯撒密码的编程实现,仅提供学习交流,帮助大家理解凯撒加密的原理
kaisajiami
- 凯撒加密的一个小程序,需要的下
kaisa
- 凯撒加密法的实现,用于对长文章的内容加密,为vc++6.0工程
kaisa
- 原创的visual basic凯撒加密、解密算法。是我在读研究生时候网络安全课程的一次作业。
kasajiami
- 凯撒加密解密算法,可以对输入的字符加以加密解密
caser
- 一个初学者vc++环境下编写的初级凯撒加密算法和单表置换加密算法,对话框实现
Caesar
- 凯撒加密算法 *此算法中区分了字母的大小写,并可以保留标点符号
caesar
- 算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文
凯撒密码算法的实现
- 凯撒密码算法的实现 加密:c=k1*m+k2 mod 26 解密:m=k1-1(c-k2) mod 26 ,Caesar password encryption algorithm: c = k1* m+ K2 mod 26 Decryption: m = k1-1 (c-k2) mod 26
Jiami.rar
- 凯撒加密,用java实现 非扩展算法,C=M*K,有加密和解密两步,Caesar encryption, using java to achieve non-expansion algorithm, C = M* K, have a two-step encryption and decryption
Caesar
- 凯撒加密算法C语言实现 凯撒加密算法C语言实现-Encryption algorithm Caesar Caesar C Language C Language encryption algorithm
caesar
- 凯撒加密算法,对小段文字加密,对初学者有用。-Caesar encryption algorithm, encryption of small text.
caser
- 这是一个通用的凯撒加密,进入界面可以选择,1.加密2.解密-This is a common Caesar encryption, enter the interface to choose, 1. Encryption 2. Decrypt
kaisa
- 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
Kaisa_VB
- 用VB实现凯撒加密解密算法。适合初学者学习研究,欢迎下载!-Julius Caesar used encryption and decryption algorithms to achieve VB. Study and research for beginners are welcome to download!
123
- 一个凯撒密码的源程序,实现文件的加密和解密过程,适用于学生参考。-A Caesar cipher source code to achieve the file encryption and decryption process is suitable for students.
caeser
- 一个简单的关于凯撒密码的加密和解密的小程序。包含源文件、可执行文件以及报告。-A simple on the Caesar cipher encryption and decryption of the applets. Contains the source files, executable files and reports.
中英文加密解密
- 利用凯撒密码对中文文档及英文文档进行加密和解密,同时英文文档加密区分大小写。(The Kaiser password is used to encrypt and decrypt Chinese documents and English documents, and the encryption of English documents is very small and case sensitive.)
凯撒解密
- java开发的凯撒解密系统,该系统能破解简单的凯撒加密的密码(this is a software which can unfold the password)