搜索资源列表
vigenere
- Vigenere 体制 本程序使用dev c++开发实现,希望对大家有用.-Vigenere institutional procedures for the use of the dev c achieve development, we hope that the right useful.
Vigenere
- 这是一个用C++编写的Vigenere加密解密演示系统。
Vigenere
- 用c++实现的对Vigenere密码的解密程序-achieve with the right Vigenere password decryption process
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
2004092221274614023
- 卡撒密码,用c++实现的对Vigenere密码的解密程序 -Kasa passwords, using c Vigenere achieve the right password decryption process
vigenere
- 用C++实现的维吉尼亚密码源程序,已经在DevC++上测试过,大家可以再进行功能完善-With C++ Achievable Virginia password source, has been DevC++ Tested, we can further improve the function
Vigenere
- C语言 Vigenere 加密,解密的实现。-C language Vigenere encryption, decryption of the implementation.
Vigenere
- 这是一个Vigenere密码系统,包括加密以及解密,程序简便,易懂 ,适合C类初学者使用-This is a password Vigenere system, including encryption and decryption, the procedure is simple and easy for beginners to use Class C
Vigenere
- Vigenere encryption c-Vigenere encryption c++
vvvvvvv
- 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
Vigenere
- 弗吉尼亚加密和解密,C语言实现,VC++6.0编译通过,密钥和明文密文手动输入-Vigenere
vigenere
- 计一个vigenere密码类,类的对象各自拥有不用的密匙。用不用对象加密相同的明文,将会获得不同的密文。加密过程如下:设密匙为K=k1k2.......kn,明文为M=m1m2.......mn,密文为C=c1c2.......cn,其中k1k2.........kn,m1m2...........mn, c1c2.........cn,每个都代表一个字母。 将字母A到Z编号,从0到25,那么它们之间有这样的对应关系:ci=(mi+ki)mod26。 例如,M=data sec
Vigenere
- c语言写的一个加密算法,有关于维吉尼亚密码的详细资料和加密解密代码。-c language to write an encryption algorithm, the password on the details of Virginia and the encryption and decryption code.
Vigenere
- 密码学中Vigenere密码的加解密过程,用C语言实现-Vigenere Cryptography password encryption and decryption process, using C language
Vigenere
- Vegenere加密解密算法C++实现,课程的一部分,希望对大家有帮助。-algorithm
vigenere
- vigener encription in c-vigener encription in c++
vigenere
- C语言实现DES加解密过程,多函数操作,会有加密和解密两个选项-The C language realization of DES encryption and decryption process
vigenere
- vigenere的加解密源代码,c语言编写-vigenere encryption and decryption source code, c language
Vigenere
- 主要实现了列变换加密的功能,调试软件是microsoft visual c++ 6.0,将keyword反复的写在明文上方,通过明文与keyword的对应组合到给定的表中查找相应的字母,就可以得到密文。-The main achievement of the the column transform encryption function, debugging software is Microsoft the visual c++ 6.0, write the keyword repeated
vigenere
- 通过C语言实现了维基利亚加解密算法,算法依据是在使用语言过程中每个字母的出现频率不变。-Through C language 维基利亚加 decryption algorithm, the algorithm is based on the language in the course of using the frequency of occurrence of each letter unchanged.