An AES Encryption App built using Flutter and GetX for state management. This app provides secure encryption and decryption of text using the AES (Advanced Encryption Standard) algorithm.
✅ Encrypt text using AES encryption
✅ Decrypt encrypted text using a secret key
✅ Generate a QR code containing the encrypted message
✅ User-friendly interface with smooth animations
✅ Lightweight and fast with GetX state management
✅ Works entirely offline for security
Follow these steps to run the app on your device:
git clone https://github.com/rakshitbhai/aes-encryption.git
cd aes-encryptionflutter pub getflutter run- Flutter - Cross-platform framework
- GetX - State management and dependency injection
- AES Encryption - Secure encryption algorithm
- QR Code Generation - Displays encrypted message as a QR code
├── lib
│ ├── encryption_page
│ │ ├── encryption_controller.dart
│ │ └── encryption_view.dart
│ ├── main.dart
│ ├── theme
│ │ └── theme_controller.dart
│ └── utils
│ └── ui.dart
├── pubspec.lock
├── pubspec.yaml
Developed by @rakshitbhai
Feel free to ⭐ the repo if you find it useful!
This project is licensed under the MIT License.
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch (
feature-name) - Commit changes and push the branch
- Open a Pull Request
If you have any issues or suggestions, feel free to open an issue or reach out! 😊

