this post was submitted on 05 Aug 2023
314 points (98.5% liked)

Fediverse

17530 readers
7 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
 

URL seems to be wrong ... here's the correct URL

cross-posted from: https://merv.news/post/82405

It will be open source, end to end encrypted using Signal’s double ratchet encryption protocol, and he plans to make it easy for fediverse platforms to integrate it. The beta will release later this month.

He’s also the creator of https://fedidb.org btw

you are viewing a single comment's thread
view the rest of the comments
[–] TheLordlessBard@sh.itjust.works 13 points 1 year ago (2 children)

From my understanding, open source encryption is actually better for privacy than closed source, since then you can have external auditors. Basically, encryption is doing a TON of math involving prime numbers, so even if you know the algorithms used, you still won't be able to figure out what the secret (or password) is without using inordinate amounts of computing power.

For more reading, check out Kerkchoff's Principle

[–] ken27238@lemmy.ml 3 points 1 year ago (1 children)

without using inordinate amounts of computing power.

which is one of the big things behind quantum computing. we will (will, not might) get to a point where QCs can do the math to crack RSA/other large prime-based encryption standards.

[–] scott@lem.free.as 3 points 1 year ago (1 children)

That's why you add a post-quantum (AKA symmetric) password too.

[–] ken27238@lemmy.ml 1 points 1 year ago

But be careful there have been a few “quantum safe” encryption algorithms proven to not break quantum safe.

Thank you. This is helpful!