Skip to content

Here's developing program for complete information security lab. Current lab performs crypting by the Vernam crypt var. It could be completed by the same programming language or framework.

glebik000/VernamCryptLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VernamCryptLab

Here's developing program for complete information security lab. Current lab performs crypting by the Vernam crypt var. It could be completed by the same programming language or framework. I choose the TKinter for create a UI.

Instructions:

  1. Before start:
- Create key, key MUST BE CONTAINED ONLY latin alphas!
- Create message. Program performs only latin alphas, spaces and special characters would be ingnored!
  1. Start the program;
  2. SELECT your own:
- If you want to crypt message, select the "Crypt" option.
- Else you may stay without selecting, but if you chosen same time ago previous option, now you should select "Encrypt".
  1. Press button "Select key" to select key file;
  2. Press button "Select message" to select message file;
  3. Press button "Complite" to complete performing and save crypted or encrypted message to new file, add ".txt" on the end of the filename if you need (it's easy to read at all);

All necessary information about process is printig in a terminal(console, PowerShell).

About

Here's developing program for complete information security lab. Current lab performs crypting by the Vernam crypt var. It could be completed by the same programming language or framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published