This project is encryption/decryption, Python-based application packaged as an executable for easy use on Windows systems.
The Armadillo App is a simple and efficient application designed to perform simple encryption and decryption for different algorithms. This app has been packaged as a Windows .exe file for ease of use. All resources (images, files) required for proper app functionality are bundled in the release, and also available in the assets/ folder.
- Easy-to-use interface
- Encryption and Decryption
- Available Algorithms:
- Cesar Chiper
- XOR
- AES
- Lightweight
- Download the latest release from the Releases section.
- Extract the ZIP file.
- Inside the extracted folder, find and run the
Armadillo.exefile.
- After downloading and extracting the ZIP file, open the
armadillo.exefile to start the application. - Create a shortcut on desktop if needed.
- Follow the on-screen instructions to interact with the app.
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Commit your changes (
git commit -am 'Add feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
Please ensure your code follows the coding standards and includes tests where applicable.
- Add AES algorythm ✔️
- Add a copy button at output text ✔️
- Loading screen at start (GIF of an armadillo running)
This project is licensed under the MIT License - see the LICENSE file for details.