文件名称: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, password using the word means (such as " computer" ).
明文从文本文件中提取,密文存入文件。
编码采用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, password using the word means (such as " computer" ).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Vigenere\mingwen.txt
........\miwen.txt
........\Vigenere密码算法.cpp
........\Vigenere密码算法.exe
........\Vigenere密码算法.o
Vigenere