Skip to content

arun-geek/Decryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decrypter

A python Program To break Caeser Cipher enccryption.

Using the average Frequency of alphabets in english language and comparing it with the frequency of alphabets in the given text input. A frequency matching is done and the corresponding characters are replaced.

This is just a approximate decrypter ,may not give proper results always

HOW TO USE IT.

  1. Take a input text to be decrypted and put it in text.txt
  2. Compile and Run decryption.py
  3. The decrypted text can be found in output.txt

About

A program to decrypt an encrypted text file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages