Cipherly is a Flutter-based encryption and decryption app. It allows users to convert plain text into cipher text and vice versa using various encryption algorithms. This app was developed as a university project.
- Convert plain text to cipher text.
- Convert cipher text back to plain text.
- User-friendly interface.
- Secure and efficient encryption techniques.
(Include screenshots of your app here)
- Clone the repository:
git clone https://github.com/your-username/cipherly.git
- Navigate to the project directory:
cd cipherly - Get dependencies:
flutter pub get
- Run the app:
flutter run
- Flutter
- Dart
Contributions are welcome! Feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.