Skip to content

My python implementation of Caesar cipher, with Tk gui

Notifications You must be signed in to change notification settings

Fomodei94/Caesar_Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Caesar Cipher

My own python implementation of Caesar Cipher, one of the most basic encryption technique.

Based on characters substitution, shifting characters by the key value.

For more infos about Caesar Cipher's functioning, click HERE.

Gui window screenshot: Gui window screenshot

Features

  • Encrypt plain text with your own custom key.

  • Encrypt plain text with a randomly generated key.

  • Decrypt encrypted text with given key.

  • Very long text management, text boxes allow vertical scrolling.

Contact me

If you have any suggestion/problem/question please email me or open a Github issue.

Name Github profile Email
Federico Omodei http://github.com/Fomodei94 federico[at]fomodei.com
----------- Alternative mail address: federico.omodei[at]gmail.com

About

My python implementation of Caesar cipher, with Tk gui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages