Skip to main content

A package for encrypting and decrypting files

Project description

PyPI version DownloadsPublish Package

pyCryptobox

pyCryptoBox is a Python package that allows you to encrypt and decrypt files and folders using the Fernet symmetric encryption algorithm.

Installation

Use the package manager pip to install foobar.

pip install pycryptobox

Usage

Encryption

To encrypt a single file, use the encrypt_file() function:

from pycryptobox import encrypt_file

encrypt_file('/path/to/file')

To encrypt all files in a directory, use the encrypt_dir() function

from pycryptobox import encrypt_files_in_directory

encrypt_files_in_directory('/path/to/directory')

Decryption

To decrypt a single file, use the decrypt_file() function:

from pycryptobox import decrypt_file

file_path = "/path/to/file.txt.locked"
decrypt_file(file_path)

To decrypt all files in a directory, use the decrypt_dir() function:

from pycryptobox import decrypt_files_in_directory

dir_path = "/path/to/directory"
decrypt_files_in_directory(dir_path)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

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

pycryptobox-1.0.7.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file pycryptobox-1.0.7.tar.gz.

File metadata

  • Download URL: pycryptobox-1.0.7.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.0

File hashes

Hashes for pycryptobox-1.0.7.tar.gz
Algorithm Hash digest
SHA256 cc0ae112b0133bd4758e48b098e42ebab17a7390260f8856063be22f018475bf
MD5 ba71bd865aa01b93b87131386f22c0b0
BLAKE2b-256 65c29ecd907070f1dae7f9246b75374aebcde09fd0e30a8b9ad1829585851934

See more details on using hashes here.

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