Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

42 lines (38 loc) · 1.68 KB

pyCypher

a simple Caesar Cipher encoder/decoder.


finished on the 13th Nov 2020
made with Python3
executable made with pyinstaller

Features

  • encode/decode messages using Caesar Cipher encryption technique.
  • brute force messages without knowing the shift number
  • characters from a-z
  • multi-line message

How to use

main screen

  • enter e to encode message.
  • enter d to decode message.
  • enter b to brute force message.
  • enter a to view the about page.
  • enter q to quit the program.

to en/decode

  1. enter the message (you can paste paragraphs)
  2. enter shift number
  3. press enter to get the en/decoded message.

to brute force a message, you only need to enter the message then find the one that is readable.

Screenshots

*old screenshots without brute force feature because i'm to lazy to screenshot the updated one.
pyCypher main screen

pyCypher encode process

pyCypher decode process

pyCypher about screen