Dandelion-Message-Service
Dandelion-Message-Service copied to clipboard
Password protect private identities
Currently private identities (private key components) are stored in the data base as plain data. That's no real security at all.
Add a symetric crypto step that uses a password + salt to encrypt the key components.
AES encryption support for the backend was added in commit 7ac882bc8860baef53943ac68fb1eeb47eea1b30
We still need GUI support (key is currently hard coded)