搜索资源列表
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
cipher
- vigenere加解密方法的实现 包括字符和文件两种形式-vigenere implementation of encryption and decryption methods, including two types of characters and documents
Vigenere
- 要求实现Vigenere密码算法。 明文从文本文件中提取,密文存入文件。 编码采用ASCII码,模运算以256取模,密码采用单词方式(如"computer")。-Required to achieve Vigenere cipher algorithm. Expressly extracted from the text file into a file ciphertext. Encoded using ASCII code, modular arithmetic modulo 256
Linear-Feedback-Shift-Registers-(Lfsr)
- Vigenere Cipher with Linear Feedback Shift Registers (Lfsr)-Vigenere Cipher with Linear Feedback Shift Registers (Lfsr)
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
work2 Vigenere cipher
- 维吉尼亚密码算法加密解密用matlab实现,有注释版(Virginia cipher encryption and decryption)