Encrypt all the files and folder in your current working directory.
Project description
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 details)
Built Distribution
wdcrypt-1.9-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file wdcrypt-1.9.tar.gz
.
File metadata
- Download URL: wdcrypt-1.9.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb3fbf72b4167687f8a995db461912b0f2417a73f2f267491cd1c0a554a5f92b |
|
MD5 | dd8213bb51f3bc048238a7c842790623 |
|
BLAKE2b-256 | 38af1abfe86265e7248123aff3e5e9cb4b046d42a3b21437ac1861ad3b23a0c1 |
File details
Details for the file wdcrypt-1.9-py3-none-any.whl
.
File metadata
- Download URL: wdcrypt-1.9-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c865fb1616665cdedb8b17cdcf095743a3b461ff31c95b7d578486f4b763357 |
|
MD5 | 4d58217ac9af2c69664277635bf75f80 |
|
BLAKE2b-256 | 64acf9d53a7d968e444ad79f4b80092c070a94fd50a21031dfeca7e04a197a55 |