搜索资源列表
CASER_young
- 凯撒密码的编程实现,仅提供学习交流,帮助大家理解凯撒加密的原理
kaisajiami
- 凯撒加密的一个小程序,需要的下
kaisa
- 凯撒加密法的实现,用于对长文章的内容加密,为vc++6.0工程
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.
kaisajiami
- 凯撒密码,凯撒加密核心算法,代码有加密也有解密功能-Caesar password encryption Caesar the core algorithm, the code also has encryption decryption function
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.
Caesar
- C语言编写的简单移动的凯撒加密算法,可以作为一个基础源码,再行修改构成更高级的算法。-C language simple moving Caesar encryption algorithm can be used as a basis for the source, further modify the composition more advanced algorithms.
kaisajiami
- 编写凯撒加密、解密编码程序 要求:1)分别实现对文字和对文件的加密和解密 2)密钥由用户输入-Writing Caesar encryption, decryption, encoding process requires: 1) are the files to realize the text and the encryption and decryption 2) key input by the user
中英文加密解密
- 利用凯撒密码对中文文档及英文文档进行加密和解密,同时英文文档加密区分大小写。(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)