A simple yet user-friendly GUI tool to encrypt and decrypt text using the classic Caesar Cipher algorithm.
Built with Python and customtkinter for a modern, clean interface.
The Caesar Cipher is one of the oldest and simplest encryption techniques. It works by shifting each letter in your text by a fixed number of positions in the alphabet.
While itβs not secure for real-world use today, itβs perfect for understanding the basics of substitution ciphers and cryptography.
- π Encrypt & Decrypt: Easily switch between encryption and decryption modes.
- π¨ Modern GUI: Built using
customtkinterwith a stylish theme. - π’ Custom Shift Key: Set your own shift value for flexible encryption.
- ποΈ Custom Theme: Uses a
nordic_theme.jsonfile for a beautiful, modern style. - π€ Custom Font: Uses Bitcount Grid Single Light Open for a clean appearance.
- 1οΈβ£ Enter your plaintext or ciphertext.
- 2οΈβ£ Enter the shift key.
- 3οΈβ£ Click Encrypt or Decrypt.
- 4οΈβ£ Copy or save the result as needed.
- Developed by Gowsik Raja.S
- π Cybersecurity Enthusiast