Data encryption
Project description
Nubcrypt - Noob File Encryption
Python data encryption tools
Install
pip install nubcrypt
Common Usages
import nubcrypt as nbx
filetarget = "testfile.txt"
key = "secret key"
#encrypt a file
outfile = filetarget + ".nubx"
nbx.encrypt_file(filetarget, key, outfile)
#encrypt a bytes
nbx_bytes = nbx.encrypt_bytes("encrypt this text".encode(), key)
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
nubcrypt-0.0.1.tar.gz
(5.3 kB
view details)
File details
Details for the file nubcrypt-0.0.1.tar.gz.
File metadata
- Download URL: nubcrypt-0.0.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d5b9f0ae122f8becdfd79764d6a23fdf5834db81243bff0dcc9f1cc1fe5aa45
|
|
| MD5 |
80cbd8d903b945786477453f6be4800b
|
|
| BLAKE2b-256 |
a2769348a30c793db471e9e2e495f907fd88d012699a41c988011933d9e7e990
|