A tool to encrypt and decrypt your data! Use it to make your messages and files safe...
Project description
ENC Tool
A Python command-line too encrypt and decrypt your data securely.
Installation
Easy way
pip install enc-tool
Hard way
- Clone the project
git clone https://github.com/errornight/enc-tool.git
cd enc-tool
- Install
python setup.py install
or
pip install .
Usage
- To encrypt a short message
enc "THE-MESSAGE" -p PASSWORD
- To save the encrypted data in a file
enc "THE-MESSAGE" -p PASSWORD -s WHERE-TO-SAVE
- To encrypt data from a file
enc -p PASSWORD -f FILE-TO-ENCRYPT -s WHERE-TO-SAVE
- For decryption add -d to your command
enc -d -f FILE-TO-DECRYPT -p PASSWORD -S WHERE-TO-SAVE
Where is ENC-Tool Useful?
- Secure Communication: Use ENC-Tool to encrypt sensitive messages or data before sending them through insecure channels.
- Data Protection: Safeguard confidential data such as passwords, credit card numbers, or personal information by encrypting it using ENC-Tool.
- File Encryption: Encrypt files containing important documents, private records, or sensitive information to prevent unauthorized access.
Remember that in this version you can not encrypt files like images, But you can encrypt the text data in text files.
Contributing
Open a pull request and let me know what you think :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enc_tool-1.1.2.tar.gz.
File metadata
- Download URL: enc_tool-1.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8af068c965e9f2767e060f60672967b90c4590761db05e9f15dfc6520bb48c77
|
|
| MD5 |
1cb045dea8b358ea558eaae037b9711c
|
|
| BLAKE2b-256 |
b80892e36a5d582ea020dd65cffe5d8209c0034d1083a502edaf40a99e3f3d53
|
File details
Details for the file enc_tool-1.1.2-py3-none-any.whl.
File metadata
- Download URL: enc_tool-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b8d7324b6da9a47bea0c4d17e3fd6853a904844a0d9df31d635c05b6cd62f07
|
|
| MD5 |
478d46cda2fb51c213eff180bfe33206
|
|
| BLAKE2b-256 |
b95f505ea37d4bc909569ba391ed00f698ceabe57c0582bd39ccf08fcf6d8ee2
|