this post was submitted on 04 Dec 2024
134 points (89.0% liked)

Privacy

32424 readers
401 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

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

Archived, if you prefer that: https://ghostarchive.org/archive/Bif16

you are viewing a single comment's thread
view the rest of the comments
[–] FrederikNJS@lemm.ee 1 points 2 weeks ago

RSA doesn't scale, so if the message is large then RSA becomes unwieldy. So most encryption methods that make use of RSA actually encrypt the data with a symmetric algorithm, and then just encrypt the key for the symmetric data using the RSA key.

But there is still way way way too many ways to implement crypto wrong, which can completely compromise the security of it.