文件名称: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:
csci>a.out
--> Please input the key:
receptive
--> Please input the plain text:
wearediscoveredsaveyourself
--> The cipher text is :
nicvtwqngfzgvtwavzvcqyglmgj
-->The original message is:
wearediscoveredsaveyourself
• You should test your program with several runs.
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:
csci>a.out
--> Please input the key:
receptive
--> Please input the plain text:
wearediscoveredsaveyourself
--> The cipher text is :
nicvtwqngfzgvtwavzvcqyglmgj
-->The original message is:
wearediscoveredsaveyourself
• You should test your program with several runs.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 75448165encrpytionsoftware.rar 列表 internet_security\Lab1\Lab 1.doc internet_security\Lab1\lab1_solution.c internet_security\Lab1\lab1_solution.dsp internet_security\Lab1\lab1_solution.dsw internet_security\Lab1\lab1_solution.ncb internet_security\Lab1\lab1_solution.opt internet_security\Lab1\lab1_solution.plg internet_security\Lab1\Debug internet_security\Lab1 internet_security\readme.txt internet_security