Skip to main content

A tool to encrypt and decrypt your data!

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

enc_tool-1.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

enc_tool-1.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page