搜索资源列表
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)-Kaiser (kaiser) password decryption, that is, to identify its encryption key, thereby d
KSjm
- 最近密码学的一个小作业,简单的大小写英文字母凯撒加密解密。-Recent cryptography, a small operation, a simple case letters Caesar encryption and decryption.
caeser
- 一个简单的关于凯撒密码的加密和解密的小程序。包含源文件、可执行文件以及报告。-A simple on the Caesar cipher encryption and decryption of the applets. Contains the source files, executable files and reports.
CH2
- 一个简单的加密和解密程序——凯撒密码,介绍一个简单的加密和解密程序,通过本实例,读者将了解加密和解密内部的过程和相关概念,消除对加密和解密的神秘感。-A simple encryption and decryption procedures- Caesar password, introduce a simple encryption and decryption procedures, through the examples, th
casear
- 自己写的关于凯撒密码的小程序,最简单的加密解密算法-The password to write a small program on Caesar, the most simple encryption and decryption algorithms
凯撒密码
- 进行简单的凯撒密码加密解密工作,可导入导出文件(Simple encryption and decryption of Kaiser cipher)
凯撒解密
- java开发的凯撒解密系统,该系统能破解简单的凯撒加密的密码(this is a software which can unfold the password)
凯撒密码
- 凯撒密码简单的加密和解密程序 python实现代码(Caesar's decode python language)