Encrypted configuration manager supporting multiple formats.
Project description
cryptoconfig
cryptoconfig is a Python package for managing encrypted configuration files across multiple formats (.ini, .json, .yaml, .properties, and .txt). It supports easy encryption and decryption with a focus on developer simplicity.
Features
- Encrypt and decrypt configuration files in multiple formats.
- Temporary or persistent key management.
- Modular structure for extensibility.
Installation
pip install cryptoconfig
Usage
from cryptoconfig import EncryptedConfigManager
manager = EncryptedConfigManager()
manager.save("config.json", {"key": "value"})
print(manager.load("config.json"))
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file configlock-0.1.2-py3-none-any.whl.
File metadata
- Download URL: configlock-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a505253452293bfb88b4bd8e876298dfc1fe792959cf12a6516104a047967826
|
|
| MD5 |
07e2012a922db9972a3c0abc09e19668
|
|
| BLAKE2b-256 |
d0254c7d6de6292bb15de0de28b45e0aa8fac2ba8c2be0d2eb6e3f00b3a4a905
|