Skip to content

aselvicta/quick-decrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickDecrypt

A simple Caesar cipher decryption tool with auto-detection and English scoring.

Features

  • Decrypt Caesar cipher text with a known and unknown shift
  • Auto-detect shift using brute-force and frequency analysis
  • Simple, user-friendly UI with simple Django backend

Usage

  1. Input your ciphertext.
  2. Provide a shift if you know it (optional).
  3. Get decrypted text and all possible shifts.

Technologies

  • Django
  • NLTK + PyEnchant (for English scoring)

License

MIT

About

Decrypt Caesar ciphers quickly with auto shift detection and frequency analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors