搜索资源列表
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语言实现了维吉尼亚密码的加密算法-Procedures used coarse language to achieve the Virginia c password encryption algorithm
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
- 密码学中 维吉尼亚算法的 c语言实现 调试无误-Virginia cryptography algorithm implementation c language
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
- 用维吉尼亚密码实现对键盘输入放入明文进行加密(C语言编写)-Encryption
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
Vigienere cipher c#
- The Vigenère cipher is a method of encrypting alphabetic text by using a series of different Caesar ciphers based on the letters of a keyword. It is a simple form of polyalphabetic substitution. The Vigenère (French pronunciation: [viʒnɛːʁ]) cipher
古典密码的C语言实例
- 经典古典密码的实现,包含了加法密码,乘法密码,Vigenere体制密码等等(The realization of classical cryptography)