/Crypto

Primary LanguageJava

Crypto

Generic badge Generic badge Generic badge Generic badge

https://i.diawi.com/8uZASK

Crypto - Android App Crypto is an Android application developed using Android Studio that provides encryption and decryption of text using the AES256 algorithm and a secret key. This app allows users to securely store and share sensitive information by encoding it into AES256 format with a secret key.

Features Text encryption: Encrypt any text using the Base64 algorithm and a secret key. Text decryption: Decrypt AES-encoded text using the secret key. Secure storage: Store encrypted text securely within the app. Clean and intuitive user interface. Contributing Contributions to the Crypto app are welcome!

If you would like to contribute, please follow these steps:

Fork the repository.

Create a new branch for your feature or bug fix.

Make your changes and commit them.

Push your changes to your fork.

Submit a pull request to the main repository.

Please ensure that your contributions adhere to the coding standards and guidelines used in the project.

Happy encrypting and decrypting with Crypto!