feat: Add cache encryption #9
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: grassrootseconomics/clicada#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