init: envelope encryption (RSA-OAEP + AES-256-GCM) for dict records

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-06-24 17:07:06 -04:00
commit 1864612d64
2 changed files with 170 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# claude
CLAUDE.md
# python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
# env
.venv/
venv/
.env