搜索资源列表
encipher_decipher
- 包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
kaiser
- 凯撒(kaiser)密码的的解密,也就是找出它的加密密钥,从而进行解密,由于 它是一种对称密码体制,加解密的密钥是一样的,下边简单说明一下加解密 加密过程: 密文:C=M+K (mod 26) 解密过程: 明文:M=C-K (mod 26)
Cryptography
- 实现了凯撒、Playfair\\维吉尼亚和置换算法的MFC加解密程序。
encipher_decipher
- 包括了多种加解密算法(凯撒,playfair,rc4,idea,lfsf)-include a variety of encryption and decryption algorithms (Julius Caesar, PLAYFAIR, RC4, the idea, lfsf)
CASER_young
- 凯撒密码的编程实现,仅提供学习交流,帮助大家理解凯撒加密的原理-Caesar programming password, only to learn communication and help us to understand the principles of encryption Caesar
kaisa
- 凯撒加密法的实现,用于对长文章的内容加密,为vc++6.0工程-Caesar encryption realization of a long article for the content of encryption, for vc++ 6.0 works
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
Cryptography
- 实现了凯撒、Playfair\维吉尼亚和置换算法的MFC加解密程序。-Realize the Caesar, Playfair Virginia and replacement algorithm of encryption and decryption procedures MFC.
Caesar
- 凯撒加密算法C语言实现 凯撒加密算法C语言实现-Encryption algorithm Caesar Caesar C Language C Language encryption algorithm
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF,
kaisa
- 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
kaisa
- 用vb实现的包括凯撒密码在内的加解密算法-Using vb to achieve, including Caesar cipher encryption and decryption algorithms, including
des
- 凯撒密码加解密,对给定的一段文字进行加解密,相当于将每个字符后移3位-Caesar password encryption and decryption, for a given section of text encryption and decryption, the equivalent of each character after the shift 3
Caesar
- 密码学中的凯撒密码加解密程序,用C语言实现。-Cryptography Caesar password encryption and decryption program, with the C language.
caesar
- 凯撒密码,通过明文移位实现加解密.解密时要注意当密钥太大时,可能引起数组下标为负导致程序错误。-Caesar passwords, encryption and decryption through the clear shift to achieve. Decrypt should pay attention when the key is too large, may cause negative array index error
DatabaseTesteight
- 本文对数据加解密,凯撒密码的破译作出全面的诠释以及代码的编写-Database Testeight
encription
- 各种古典、现代加解密方法。Autokey密码 置换密码 二字母组代替密码 (by Charles Wheatstone) 多字母替换密码 希尔密码 维吉尼亚密码 替换密码 凯撒密码等。 -Variety of classical, modern encryption methods. Autokey password replacement two groups of lett
Caesar
- 实现流密码中的凯撒密码的加解密实现功能,时序列密码实现部分。-The the stream cipher Caesar password encryption and decryption functions, when stream cipher implementation section.
CYY31CAESAR
- 凯撒加解密算法,实现单个字符和整个字符串的加解密程序,很好用-Simple encryption and decryption algorithm to achieve a single character and the entire string encryption and decryption procedures, very good use
kaisa
- 凯撒密码加解密和暴力破解过程,通过调用加解密函数实现,暴力破解函数是通过循环调用加解密函数不断输出。(Kaiser password violence cracking)