Skip to main content

Encrypt all the files and folder in your current working directory.

Project description

Upload Python Package

wdcrypt

A Python package to encrypt your working directory with a terminal command. This package will use Fernet. Fernet guarantees that a message encrypted using it cannot be manipulated or read without the key. Fernet is an implementation of symmetric (also known as “secret key”) authenticated cryptography.
Find more about Fernet here.

Note:IF YOU LOSE THE secret.key FILE IT WILL BE IMPOSSIBLE TO GET BACK YOUR FILES.

Installation

$ pip install wdcrypt

---> 100%

Usage

$ wdcrypt
usage: wdcrypt [-h] [-e] [-d]

Encrypt and decrypt your current working directory

optional arguments:
  -h, --help     show this help message and exit
  -e, --encrypt  Encrypt all files and folders
  -d, --decrypt  Decrypt all files and folders

Contributions

Contributions are always welcome!

License

MIT License

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

wdcrypt-1.9.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

wdcrypt-1.9-py3-none-any.whl (5.2 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