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!"
Release files for encryptedfiles 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| encryptedfiles-0.0.4.tar.gz | 3.3 kB | Details |
Release files / encryptedfiles-0.0.4.tar.gz
| Download URL | encryptedfiles-0.0.4.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d6f03a8a6a942b7f19e3d2ff25e026951c113f991463ec8cb63f530f28f95ad
|
|
BLAKE2b-256 checksum How to use checksums |
b88cc77c7d39ef9203b51a31f3e5137a42e2a1d9655ed2542e9c02e4fc9b4cb1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |