Skip to main content

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


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 hashes)

Uploaded Source

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