Skip to content

πŸš€ Cipher Translator v1.0.0 - Initial Release

Latest

Choose a tag to compare

@Al-Fuad Al-Fuad released this 16 Mar 17:50
· 9 commits to main since this release

πŸ” Cipher Translator App - A Flutter-based text encryption and decryption app using GetX.

✨ Features:
βœ… Supports multiple ciphers:

πŸ”„ Caesar Cipher
πŸ—οΈ Hill Cipher
πŸ”  Playfair Cipher
🎲 One-Time Pad Cipher
πŸ“Š Row-Column Transposition Cipher
βœ… Encrypt & Decrypt messages
βœ… Switch between different ciphers easily
βœ… Custom key input support
βœ… MVC architecture for clean and scalable code

πŸ”§ How to Use:
1️⃣ Enter your text in the input box.
2️⃣ Select a cipher from the dropdown menu.
3️⃣ Enter a key (if required).
4️⃣ Click Encrypt or Decrypt to see the result.