A simple package for encrypting and decrypting data using the cryptography library
Project description
CryptDozer
CryptDozer is a simple package for encrypting and decrypting data using the cryptography library. It supports symmetric encryption with Fernet.
Installation
To install the package, use the following:
pip install crypt_dozer
Usage
from crypt_dozer import CryptDozer
# Initialize with a new key (or use an existing key)
crypto = CryptDozer()
# Encrypt data
encrypted = crypto.encrypt("Hello, world!")
print("Encrypted:", encrypted)
# Decrypt data
decrypted = crypto.decrypt(encrypted)
print("Decrypted:", decrypted)
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
crypt_dozer-1.0.0.tar.gz
(2.9 kB
view details)
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 crypt_dozer-1.0.0.tar.gz.
File metadata
- Download URL: crypt_dozer-1.0.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
307aef05e7e0847a623b8064fa1f0096c60cfa26171508f32d6bdb90a7eae812
|
|
| MD5 |
b3571c0868c7aeb28a1ae9535188ad1a
|
|
| BLAKE2b-256 |
f005f240600218eaf1868cae72d6929c849a10f8f5bc31486a419fe3c9dbd27d
|
File details
Details for the file crypt_dozer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: crypt_dozer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b9510e31fc1b45821555229401e8301d7317108917f4b6c27bd06f4f1aba29c
|
|
| MD5 |
c43e4bb729780df8682fb3e1d9131dd9
|
|
| BLAKE2b-256 |
f8fef2ef2074ed10dd57150c45b6f4e50a038c2b238523d00ce34f0f75bfa314
|