ENCRYPT_SIMPLE is a straightforward Python application designed to encrypt text using a specified encryption key. It aims to provide users with a basic understanding of encryption processes and a tool for simple encryption needs.
- Text encryption with a user-provided key
- Simple and intuitive interface
- Git
- Python 3.x
Paste the following command in your shell to intall git:
sudo apt-get install git
To get started with ENCRYPT_SIMPLE, clone this repository to your local machine:
git clone git clone https://github.com/Zer0plusOne/ENCRYPT_SIMPLE
Navigate to the directory containing the project:
cd ENCRYPT_SIMPLE
Now, execute the .py file with python v3.x
python3 LOCKER.py
Follow the on-screen prompts to enter the text you wish to encrypt and the encryption key.
This tool is intended for educational and legitimate personal use only. Do not use it for illegal activities or without explicit permission from the rightful owners of any content you encrypt.
Contributions to ENCRYPT_SIMPLE are welcome. Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.