|
You are here |
neilmadden.blog | ||
| | | | |
educatedguesswork.org
|
|
| | | | | ||
| | | | |
nfil.dev
|
|
| | | | | I've been reading up on the Double Ratchet algorithm and its implementations lately, as it's an exciting piece of crypto that offers some very nice guarantees: forward secrecy (ie. by breaking a key at some point you can't read older messages), eventual break-in recovery (ie. by breaking a key you can only read a few messages before the protocol recovers), and of course confidentiality and deniability. It's all done through the use of "ratchets", which are used to update the key used with each message. The algorithm comes at a nice time, when consumers are becoming more privacy-aware and governments more determined to perform mass surveillance, which is where E2E encryption becomes the only way to protect your data. | |
| | | | |
www.cesarsotovalero.net
|
|
| | | | | This article delves into symmetric and asymmetric encryption, as the building blocks of Public Key Infrastructure (PKI). It describes how PKI allows safeguarding the authenticity and security of digital communications across the internet. | |
| | | | |
taro.codes
|
|
| | | [AI summary] A security-focused blog post explaining JavaScript encryption implementation using Node.js, detailing cipher algorithms like AES and ChaCha20, and discussing key lengths and security standards. | ||