/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

rdist.root.org
| | hannes.robur.coop
2.9 parsecs away

Travel
| | [AI summary] This article discusses updates to cryptographic libraries in OCaml and MirageOS, focusing on elliptic curve cryptography support through the fiat-crypto project, including new features like ECDSA/EdDSA, TLS 1.3 compatibility, and improved X.509 certificate handling.
| | paragonie.com
2.4 parsecs away

Travel
| | If you're wondering which cryptography library you should use in your project, this should help make the decision easier.
| | sergioprado.blog
3.4 parsecs away

Travel
| | This article is going to be an introduction to embedded Linux security.
| | brunoscheufler.com
18.9 parsecs away

Travel
| JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....