Skip to main content

Secure and easy to use encrypted files for Python.

Project description

Secure and easy to use encrypted files for Python.

Example:

from encryptedfiles.encryptedfile import EncryptedFile

content = "Hello World!"
enc_file = EncryptedFile(some_path, some_password)
enc_file.write(content)

print enc_file.read()  # "Hello World!"

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

encryptedfiles-0.0.4.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file encryptedfiles-0.0.4.tar.gz.

File metadata

File hashes

Hashes for encryptedfiles-0.0.4.tar.gz
Algorithm Hash digest
SHA256 9d6f03a8a6a942b7f19e3d2ff25e026951c113f991463ec8cb63f530f28f95ad
MD5 bc7daf79abd4f4bc674c5a9503b62d23
BLAKE2b-256 b88cc77c7d39ef9203b51a31f3e5137a42e2a1d9655ed2542e9c02e4fc9b4cb1

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