Skip to main content

Read and write partially encrypted configuration files.

Project description

Read and write partially encrypted configuration files.

package version from PyPI build status from GitHub test coverage from Codecov grade from Codacy license

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.

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

encrypted-config-0.2.0.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

encrypted_config-0.2.0-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

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