pyfie is a simple Python script, that you can use to encrypt and decrypt files.
Project description
Thank you for choosing pyfie!
Here are the (shared) methods you can use:
compose(path: str, value, password)
compose() is a function used to create files with an encrypted value. Sets the password for this (hopefully) unique path as given.
parse(path: str, password)
parse() is a function used to get decrypted value of a file, but first, given password must match with the set one.
In update this I have completely rewrote the way, that pyfie encrypts and decrypts files. That’s why the structure of functions changed.
Now, it uses pickle module and classes, with a simple idea of passwords.
Last changes:
0.4.8 - made the password argument default (as None)
0.5.1 - now pyfie is even more secure
0.5.2 - sorted things into specific files
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
File details
Details for the file pyfie-0.5.4.tar.gz.
File metadata
- Download URL: pyfie-0.5.4.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1069976ffe16163b756ce6fe5f2adbc9a63e5be87edb868f8bf04bfcf55dc2f
|
|
| MD5 |
3d117c4deda7a5d552c1577ba1840f83
|
|
| BLAKE2b-256 |
2d4e302d8e7dd3053a3b99b0e31f519fe8654155fd660e43f498d5be123ecf5c
|