搜索资源列表
Vigenre
- 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and smal
encrpytionsoftware
- Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows:
103244863111
- Vigenère密码小程序 没有解密的过程 仅供学习
Vigenre方阵
- Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
Vigenre方阵
- Vigenre方阵!能打印出Vigenre方阵图,还能实现用该图进行加密-A Vigenre phalanx! It can print out Vigenre phalnx pictures and use the pictures to encrpt.
Vigenre
- 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and smal
encrpytionsoftware
- Tasks Read the textbook about the details of Vigenére Cipher. Implement the algorithm by C or C++. Requirements You do this lab in a group of two students. Your program should have input and output as follows:
103244863111
- Vigenère密码小程序 没有解密的过程 仅供学习-Applet Vigenère password decryption process is not only learning
Vigenère
- 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes expl
Vigrener
- Vigenre加密算法,在VC++环境中运行!-Vigenre encryption algorithm in VC++ environment to run!
vigenre01
- vigenre 是关于加密的java实现-vigenre java password
vigenre
- c语言环境下维吉尼亚密码的加密和解密源代码,简单易懂- encryption and decryption of Virginia algorithm encryption and decryption
VigenereCypher
- Vigenère解密实现,区分明文大小写,密钥重用-Vigenre password achieve, is case sensitive, key reuse
poly
- A polyalphabetic cipher is any cipher based on substitution, using multiple substitution alphabets. The Vigenère cipher is probably the best-known example of a polyalphabetic cipher, though it is a simplified special cas
Vigenere-Key-Method
- 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.Though the cipher is easy
Encr-Vigenere
- 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.
Vigenere-Ciphers
- 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.
Vigenère cipher
- cipher Encrypt by using cipher