Read and write partially encrypted configuration files.
At present, it is simply an encrypted JSON I/O library.
Because of asymmetric encryption, it enables users to create encrypted configuration files readable only by the target application.
How to use
As a library
import encrypted_config
Details are to be decided.
As a command-line tool
To be decided.
How to NOT use
Running this library on an system to which anyone else has access is not secure.
If anyone else can access your private key, they can also decrypt the configuration.
Algorithms
The library relies on RSA.
Requirements
Python version 3.8 or later.
Python libraries as specified in requirements.txt.
Building and running tests additionally requires packages listed in test_requirements.txt.
Tested on Linux, macOS and Windows.
Release files for encrypted-config 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| encrypted-config-0.2.0.tar.gz | 16.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| encrypted_config-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.2 kB
Release files / encrypted-config-0.2.0.tar.gz
| Download URL | encrypted-config-0.2.0.tar.gz |
|---|---|
| Size | 16.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4c1f740929e2ef2f246d9903ef924331bbc9c599afbd9da02cdc2b6829aa20e0
|
|
BLAKE2b-256 checksum How to use checksums |
9814a4fd41f84083495a3f711aed12af9121485bd7cb36ed22d6e78fd5b178cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|
Release files / encrypted_config-0.2.0-py3-none-any.whl
| Download URL | encrypted_config-0.2.0-py3-none-any.whl |
|---|---|
| Size | 12.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d28dbfdf91ea6919e10eba72c35ce315c02ba6da2531d1778ba5945c1b98a86c
|
|
BLAKE2b-256 checksum How to use checksums |
037a5853f8cc55d306fe07c4842684be3f649043a260c1c79b5be74445526600
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.8
|