Skip to content

fix: use openssl for key generation#4

Merged
Inch-high merged 1 commit into
mainfrom
fix/openssl-keygen
Apr 1, 2026
Merged

fix: use openssl for key generation#4
Inch-high merged 1 commit into
mainfrom
fix/openssl-keygen

Conversation

@Inch-high
Copy link
Copy Markdown
Owner

Users can now generate encryption keys with openssl rand -base64 32 instead of needing Python with cryptography installed. crypto.py derives a valid Fernet key from any input via SHA-256.

Generated with Claude Code

crypto.py now hashes ENCRYPTION_KEY via SHA-256 to produce a valid
Fernet key, so users can generate keys with `openssl rand -base64 32`
instead of needing Python + cryptography installed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Inch-high Inch-high merged commit ff355a5 into main Apr 1, 2026
@Inch-high Inch-high deleted the fix/openssl-keygen branch April 1, 2026 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant