Skip to content

GabrielFDuarte/CipherCenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CipherCenter

Say hi!

Python scripts for encryption and decryption ciphers. The idea is to group as many techniques and algorithms as possible for encryption and decryption of texts.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Running

To run, you just need to call this script from a terminal or prompt.

After execution, the options will be presented in a menu format. From this menu you can decide if you want to encode or decode a text and then you can choose a form of encryption from the available ones.

Actual Release

  • Reverse Cipher: encryption by printing a message in reverse order.
  • Caesar's Cipher: method in which each letter in the message is replaced by a letter some fixed number of positions down the alphabet.

Future Releases

  • Addition of other encryption algorithms such as Transposition Cipher and Vigenère Cipher.
  • Execution of the algorithms without menu selection.
  • Texts from files.
  • Allow save results to a file.

Authors

  • Gabriel Duarte - Initial Work

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Releases

No releases published

Packages

No packages published

Languages