Skip to content

jaideeppoojary/CaesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CaesarCipher

Caesar cipher is to Encrypt/decrypt string

  • Manual Encrypt or Decrypt string by entering character skip count.
  • Character other than (a-z ) (A-Z) are not replaced, those character directly reflect in output.
  • Auto decrypt - by taking Hint word as input.
  • Auto decript can the flag( Hint word) is present in Encripted string or not.

Prerequisite

Install all required packages in one go

pip install -r  requirements.txt

OR

Installing Pyperclip

pip install pyperclip

Installing tkinter

pip install tk

GUI

image

Manual Encrypt or Decrypt string by entering character skip count.

image

Auto decrypt - by taking Hint

image

Result Copied to Clipboard

image

If Hint( key word) not present

image

CUI

image

image

image

About

Decrypting and Encrypting Caesar cipher

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages