this post was submitted on 05 Aug 2023
292 points (98.7% liked)

Fediverse

17512 readers
30 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
[–] [email protected] 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

[–] [email protected] 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.

[–] [email protected] 3 points 1 year ago (1 children)

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

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 2 points 1 year ago

Thank you. This is helpful!