/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

neilmadden.blog
| | educatedguesswork.org
2.9 parsecs away

Travel
| |
| | nfil.dev
3.6 parsecs away

Travel
| | 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
3.1 parsecs away

Travel
| | 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
21.5 parsecs away

Travel
| [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.