搜索资源列表
kaisajiami
- 上网络安全的项目设计,是凯撒密码的加密与解密程序,不知道可以么?联系: lijie451789@163.com-network security on the project design, Caesar is password encryption and decryption procedures, I do not know it? Contact : lijie451789@163.com
Ckassajiammia
- 凯撒加密解密算法,能对对输入的字符加以加密解密 -Caesar encryption and decryption algorithms, encryption and decryption of the character of the input
Ckasajiammia
- 凯撒加密解密算法,可以对输入入的字符加以加密解密可直接使用。 -Caesar encryption and decryption algorithms can be input into the character encryption and decryption can be used directly.
MCaserrf
- 用mfc实现凯撒密码 。 可以输除了中中文外的所有字母和标点都能实现加密和解密 -Caesar password mfc achieved. Can lose all the letters and punctuation in addition to the Chinese can encrypt and decrypt
Kaiser_encrypted
- 凯撒密码。将10个字母长的单词进行加密和解密。-Kaiser encrypted 10 letter long word to encrypt and decrypt
ma
- 凯撒密码c语言。 凯撒密码加密、解密。凯撒密码c语言实现。-Caesar cipher c language. Caesar cipher encryption and decryption. Caesar cipher c language.
Desktop
- 1、 凯撒密码是一种古老的对称加密体制,它的基本思想是:通过把字母移动一定的位数来实现加密和解密。例如,如果密匙是把明文字母的位数向后移动三位,那么明文字母A就变成了密文的D,依次类推,得到明文字符集与密文字符集如下: 明码表:A B C D E F G H I J K L M N O P Q R S T U V W X Y Z密码表:D E F G H I J K L M N O P Q R S T U V W X Y Z A B C 由此可见,位数就是凯撒密码加密和解密的密钥。
mima
- 可以选择密钥,实现凯撒密码,替代密码的加密解密过程-You can select the key to achieve Caesar cipher, substitution cipher encryption and decryption process
kaisa
- 基于java的凯撒密码加密解密ui程序 使用了winbuilder 创建界面-Java-based ui Caesar cipher encryption and decryption program uses winbuilder creation interface. .
ceaser
- 凯撒(Casear)密码加密解密简单实现程序-Casear Passwor
classical
- 基于凯撒加密算法,实现起始位为N的加密解密算法,实现图形界面,-Based Caesar encryption algorithm, the starting position for the N encryption and decryption algorithm, graphical interface,
ceaser
- 图形界面实现凯撒加密,解密。信息安全试验一。-Graphical interface to achieve Kaiser encryption
qingshu
- 对txt文件进行凯撒、仿射的加密和解密,并以文件形式输出-Txt file for Kaiser, affine encryption and decryption, and in the form of file output
encription
- 加密解密程序,有adsMDS凯撒图形密码-Encryption and decryption procedures, adsMDS Caesar graphical passwords, etc.
4-4
- 很简单的Python实现的凯撒加密解密,是计算机基础课程中的一道作业。用队列实现。-Very simple Python implementation Caesar encryption and decryption is a basic computer course in a job. With queue implementation
凯撒密码
- 进行简单的凯撒密码加密解密工作,可导入导出文件(Simple encryption and decryption of Kaiser cipher)
基于MFC的加解密系统
- 用Visual Studio2010MFC 做的一个加解密系统,包括凯撒加密,维吉尼亚加密。