feat: Add cache encryption #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lash/encrypt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds AES-CTR-128 encryption to (sensitive) cached metadata.
The key of the metadata (e.g. ethereum address, phone number) is used as IV for the encryption. The key is the byte value of the UTF-8 string used as filename.
The secret is generated on the first run, and protetcted using the PGP key used for services authentiation.
closes #8