this post was submitted on 07 Dec 2023
167 points (96.1% liked)

Privacy

31175 readers
428 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] N3M@reddthat.com 5 points 9 months ago (2 children)

Decentralized encrypted email.

Create a key, identify it by a hash of it, and encrypt all mail sent to the account with the key. Allow it to run on top of regular email using one or more email addresses as an alias, but have the key itself be the identifier.

Client 1 creates a key pair > uploads email address(es)/"aliases " that client controlls (signed with key pair) > client 2 searches for emails based on client 1's key or aliases > client 2 sends email through one or more of the accepted inboxes encrypted with public key > client 1 reads encrypted email.

Basically a modernized version of PGP that also handles identification, and similar to how it's been proposed to change Matrix accounts to in order to make them decentralized.

[–] pl_woah@lemmy.ml 2 points 9 months ago

I mean, delta.chat exists...

The other way would be a dht of hashed email addresses or hashed keys, but then you could look up live email addresses to send spam to.

The magic of tor v3 is that the plain address record is needed for some time based calculations about the dht record, e.g. they publish the descriptor's of the site using the public key as a reverse lookup

But that wouldn't work to obscure the email or use the email as a lookup because the dht wouldn't have a way to prove the record was true to that email, unless it was sending emails from it

I guess that leaves DNS records or some kind of activity pub system with webfinger

[–] possiblylinux127@lemmy.zip 1 points 9 months ago

Unfortunately I don't think email can ever really be that private or secure.