Skip to content

effgang/Ceasar_cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ceasar cipher

Description

This console application can encrypt, decrypt and try to brute force (crack by key selection) a message from a file and write it to a file.

Two test files are also attached.

Menu

The menu is very simple, you just need to select the operation you want to perform, then, depending on your choice, you will be offered the following options:

  • For the encrypt and decrypt methods, you need to enter the file name that contains the text, the key value (how much encryption or decryption will take place) and the file name where the result will be written
Снимок экрана 2023-10-01 в 13 39 51
  • For of the brute force method, you only need to enter the file name with the text and the file name to write the result
Снимок экрана 2023-10-01 в 13 39 36
  • Selecting the exit in the menu will instantly shut down the program

Warning

Be careful, all 3 methods can overwrite the data in the output file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages