A simple application that encrypts and decrypts text using AES algorithm with Cipher and Android KeyStore integration.
A simple app that encrypts/decrypts text using Cipher, KeyStore via AES algorithm
This tool is designed for developers or security practitioners who need to securely encrypt and decrypt textual data within Android applications using hardware-backed KeyStore. It provides a straightforward way to implement AES encryption leveraging the Android Cipher and KeyStore APIs to protect sensitive information.
This tool is primarily an Android app rather than a CLI or library; users should have an Android environment to run it. Since it uses the Android KeyStore, it benefits from hardware-backed security features where available. No explicit installation commands or CLI usage examples are provided in the README.
Download the demo APK from the repository link
Install the APK on an Android device to test encryption/decryption functionality