security

Pyvorin Secret Management

Protecting license keys and API credentials.

Published May 30, 2026

License Key Storage

Store in environment variables or secret managers, not in code.

export PYVORIN_LICENSE_KEY=$(aws secretsmanager get-secret-value ...)

Config File Permissions

chmod 600 ~/.pyvorin/thin_config.json

Rotation

Rotate license keys quarterly via the dashboard.

Leaked Key Response

Revoke immediately via app.pyvorin.com and request a replacement.