EncryptMe is a multi-layer encryption tool that secures text and credentials using various encoding techniques and RSA encryption.
- Multi-layer encoding and encryption
- Secure storage of encrypted credentials
- CLI-based interface for easy use
To install EncryptMe globally and make it executable using encryptme in the CLI:
git clone https://github.com/Aizay1/encryptme
cd encryptme
python3 -m venv venv
source venv/bin/activate
venv\Scripts\activate
pip install .
encryptme -e "YourSecretText"
encryptme -d "EncryptedText"
encryptme -s username password
encryptme -r username