Skip to content

Releases: Al-Fuad/Hello-Cipher

🚀 Cipher Translator v1.0.0 - Initial Release

Choose a tag to compare

@Al-Fuad Al-Fuad released this 16 Mar 17:50

🔐 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.