Post #2831440
2026-05-18 05:54 UTC
It’s extremely easy to fuck up cryptography code; you require both extraordinary mathematical insight and the programming skills to defend against every known and future side-channel attack. I would suggest instead trusting software where you can read the source yourself, and which has been openly reviewed by a selection of experts in the field.
Replies (1)
-
@hperrin@lemmy.ca 2026-05-18 05:58
I don’t mean I wrote the cryptography implementation, I mean I wrote the code that uses it to encrypt my files. Yeah, I don’t trust myself to implement AES, but I also don’t trust others to use it correctly.