this post was submitted on 17 Oct 2023
350 points (97.6% liked)

Privacy

31406 readers
989 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
[–] ShellMonkey@lemmy.socdojo.com 19 points 11 months ago (2 children)

Depends on the application in use. The grail is end2end encryption with asymmetric encryption where no provider has access to the private keys. The difficulty is getting people on a common method where you can just look for your peer and get a public key handed to you without having to fuss around with where it was uploaded.

Maybe the most common/simple would be looking into things like PGP. You and I would both have a public/private key pair. When I send you messages it's encrypted with your public key and signed with my private key, and as a result only your private key can decrypt the message and you know it came from me because only my private key could have signed it.

The ugly mechanics behind it don't need to be anything you actually learn in detail, but just look for apps that offer end to end encryption where the encryption is set up locally rather than in the service provider's host, if the host generated the keypair then functionally it's useless because at that point they have the private key.

[–] mjhelto@lemm.ee 6 points 11 months ago (1 children)

Please don't take this as laziness, but what is PGP?

[–] vector_zero@lemmy.world 9 points 11 months ago (1 children)

Pretty good privacy. It's an unexciting name for a public/private key encryption program.

[–] mjhelto@lemm.ee 6 points 11 months ago

Thank you kind stranger! I'll look into it more when my kid goes down for bed!