A powerful encryption and decryption tool, for Android compatibility, enabling secure encoding and decoding of messages directly on your mobile device.
- Encryption Algorithms: Supports industry-standard algorithms such as AES, DES, and RSA.
- Decryption: Decodes messages securely with precision.
- Mobile-Friendly: Designed for seamless operation on Android devices.
- Offline Use: Works without internet access for enhanced security.
To use this tool on an Android device, follow these steps:
-
Install Termux**: Download and install Termux from the F-Droid store or another trusted source. Termux provides a Linux-based environment on Android.
-
Install Python**: Install Python in Termux by running:
- pkg install python
- Install Git: Install Git to clone the repository:
pkg install git
- Clone the Repository:
Open Termux and run:
- git clone https://github.com/AkiraYuki-04/Encypt_Decypt.git cd Encypt_Decypt
5.Install Dependencies:
Run the following command to install required Python packages:
- pip install -r requirements.txt