Add an encrypted variant: smoke_enc.hdb decrypted to tmpfs
Exercises the pass-2 path end to end — key lookup, decrypt into tmpfs rather than the on-disk cache, results written into tmpfs and returned as an encrypted .hrb the server stores without a key. The .hek stays out of the repo.
This commit is contained in:
@@ -17,3 +17,6 @@ __pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
*.env
|
||||
|
||||
# Keys never enter the repo.
|
||||
*.hek
|
||||
|
||||
Reference in New Issue
Block a user