Skip to content

a simple Caesar Cipher encoder/decoder made with Python.

Notifications You must be signed in to change notification settings

CaptKraken/pyCypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a simple Caesar Cipher encoder/decoder made with Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages