搜索资源列表
算法
- 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过
Caesar
- 这个是古典密码学里Caesar密码用c++编程的程序代码-This is a classical cryptography Lane Caesar cipher c programming code
移位密码
- 实现移位密码: 加密: 输入:k,以及小写表示的明文字母, 输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文, 输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE-achieve shift Password : encryption : Admission : k, and explicitly expressed in
simpledes
- 压缩包中有古典密码学中放射密码和维吉尼亚密码以及 DES加密解密,并观察DES密码体制的性质。-compressed with classical cryptography radiotherapy passwords and Virginia passwords and DES encryption and decryption. DES and observation system in nature.
MY_CAP
- 这是我编的包括古典密码,还有DES,IDEA等的几个加密算法的加密结果实现,由于时间匆忙有点粗糙,请指教-This is my series, including classical passwords, as well as DES, Several other IDEA Encryption Algorithm encryption achieve results, as a bit hasty rough time, please
shenlun
- 这是最近编写的源代码,希望和大家共享,这是一个有关古典密码的源码-It is a recently prepared by the source code, and hopes to share that this is one of the classical source code
cryptology
- 实现了三种古典密码学体制和DES体制及其分析。affine(仿射)读入文件11.txt中内容(小写字母,明文)加密并把内容写入12.txt,还可以解密生成文件13.txt。vigenere,hill体制类似。DES体制包括加密解密雪崩效应差分分析等内容。由于本人还是刚学习程序设计语言及密码学的在校本科生,水平很低,第一次上传只是为了试一下。可以考虑少给几点,呵呵。-achieve three classical cryptography
Bati2006
- 密码学,内含古典密码和现代密码。及其实现方法。-cryptography, containing passwords classical and modern password. And implementation.
gudianmima
- 古典密码中,主要的思想为移位算法及置换算法。 1.移位密码 密钥K为整数,且取值空间为0到25;加密函数:x = x + k (mod 26);解密函数:x = x - k (mod 26)。当K=3时,为凯撒密码。 2.仿射密码 密钥对由a、b组成,整数a满足 gcd(a, 26) = 1,整数b的取值空间为0到25;加密函数:x = ax + b(mod 26);解密函数:x = a*y - a*b (mo
caesar
- 凯撒密码 古典密码学中的凯撒密码....VC++版-Caesar password Classical Cryptography Caesar password .... VC++ Version
2008
- 此为古典密码学四种加密解密方式的源码及exe文件-This is the classical cryptography four modes of encryption and decryption source code and exe files
gudianmimaxue
- 古典密码学的经典例子。通过该程序可以实现古典密码学的加密过程-Classical cryptography classic example. Can be achieved through the procedures of classical cryptography encryption process
fangsemima
- 古典密码中的仿射密码,适合学生课程作业之用-Classical affine password in your password, suitable for students by coursework
mimaxueshiyan
- 古典密码学和大整数,你看了就知道了好好哦啊好哦奥好熬好-Classical cryptography and large integer, you know a good read on Oh ah good好哦Austrian熬好
Caesar
- 现代密码学实验指导,信息安全专业,凯撒密码,古典密码-Experimental guide of modern cryptography, information security professional, Caesar password, classical Password
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve t
Classical
- 用C语言实现的的全部的古典密码学算法的加密与解密程序,供朋友们参考。-The Classical Cryptography programme by C Language
古典密码的C语言实例
- 经典古典密码的实现,包含了加法密码,乘法密码,Vigenere体制密码等等(The realization of classical cryptography)
15281160_实验1_古典密码学实验
- 实验代码,多种古典密码验证程序,维吉尼亚算法等等(Experimental code, a variety of classical password validator)
古典密码
- 可以直接下载运行,包含古典加密算法中的所有算法实现,比如位移密码,代换密码等等(The classical encryption algorithm can be downloaded directly to encrypt)