搜索资源列表
Caesar--java
- 凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26-Caesar expansion password algorithm, the import of encryption parameters k1, k2, c = (k1 * m k2) mod 26
caesar
- 这是一CAESAR密码算法,大家可以开看看哦
Caesar
- 一个简单的程序:Caesar加密算法,用java实现的源代码!
Caesar
- 这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
Caesar--java
- 凯撒密码扩展算法,输入加密参数k1,k2, c =(k1*m+k2) mod 26-Caesar expansion password algorithm, the import of encryption parameters k1, k2, c = (k1* m k2) mod 26
caesar
- 这是一CAESAR密码算法,大家可以开看看哦-CAESAR This is a cryptographic algorithm, we can look at the oh-opened
caesar
- 凯撒密码 古典密码学中的凯撒密码....VC++版-Caesar password Classical Cryptography Caesar password .... VC++ Version
Caesar
- 凯撒加密算法 *此算法中区分了字母的大小写,并可以保留标点符号-Caesar encryption algorithm* the algorithm to distinguish between the upper and lower case letters and punctuation marks can be retained
Caesar
- 一个简单的程序:Caesar加密算法,用java实现的源代码!-A simple procedure: Caesar encryption algorithm, using java realize the source code!
Caesar
- Caesar算法的一个很好的实现,分享给大家-Caesar algorithms realize a good share to the U.S.
Caesar
- 替代密码包括多种类型,如单表替代密码,多 字母替代密码等。试编程实现一种典型的单表替代密码—凯撒(Caesar)密码。它的加密方法是将明文中的每个字母用此字符在字母表中后面的第k个字母替代。它的加密过程可以表示为下面的函数:E(k)=(m+k)modn ,其中,m为明文字母在字母表中的位置数,n为字母表中的字母个数,k为密钥,E(k)为密文字母在字母表中对应的位置数。-Alternative to passwords, includin
caesar
- 算术运算实现字母的替换。凯撒加密就是一种单字母替换法:通过用户给出密钥将字母加上密码变成密文-Arithmetic operations to achieve the replacement of letters. Caesar encryption is the replacement of a single-letter law: the user is given the letter key will be encrypted
caesar
- caesar cipher 分析 能够分析单个替代的caesar cipher-caesar cipher analysis to analyze a single alternative caesar cipher
Caesar
- 凯撒密码,最早的代换密码。此代码的功能是实现Caesar密码的加密和解密算法。-Caesar password, the first substitution password. The function of this code is to achieve Caesar encryption and decryption algorithm.
Caesar
- 凯撒加密算法C语言实现 凯撒加密算法C语言实现-Encryption algorithm Caesar Caesar C Language C Language encryption algorithm
caesar
- 凯撒加密算法,对小段文字加密,对初学者有用。-Caesar encryption algorithm, encryption of small text.
caesar
- Simple caesar cipher example for students.
Caesar
- 计算机网络安全最基本算法,实现Caesar加解密算法-Basic algorithms of computer network security, encryption and decryption algorithm to achieve Caesar
caesar
- caesar cipher encrypto
Caesar
- 简单的caesar加密解密程序,运用MFC或其他工具实现Caesar密码程序及图形化界面。(Simple Caesar encryption and decryption.)