Signed encrypted files
Store environment credentials in generated
secrets/<environment>.yml.enc files.
Developer tools that support practical Django and Python deployment workflows.
Latest release available on PyPI for teams that want environment-specific encrypted YAML credentials with separate operator and runtime keys.
Store environment credentials in generated
secrets/<environment>.yml.enc files.
Use master keys for editing and read-only keys for application runtime access.
Install the Django extra and use management commands for key generation and editing.
Load decrypted credentials into FastAPI application state and dependencies.
pip install "secure-credentials-kit[django]"
pip install "secure-credentials-kit[fastapi]"
secure-credentials-kit generate-key production
secure-credentials-kit edit production