This repository was archived by the owner on Nov 25, 2023. It is now read-only.
This repository was archived by the owner on Nov 25, 2023. It is now read-only.
How does encrypt.to ensure correctness? #19
Closed
Description
It seems to me that encrypt.to could be DoSed for certain addresses by adding fake keys for that address into the web-of-trust.
Assume A has a key 0xA for his email address a@a in the web-of-trust. Now E wants to DoS encrypt.to for him - he adds a key 0xE for the same email address a@a.
How does encrypt.to decide which key to use for encryption?
In case there is no solution implemented, I would suggest to allow the user to define entry points into the web-of-trust - i.e. keys he trusts. This should reduce the chance for conflicts (but does not make them impossible!). This, of course, complicates the whole system.
Maybe it can be coupled with a social network, like Diaspora.