搜索资源列表
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 由此可见,位数就是凯撒密码加密和解密的密钥。
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