Age reaches 1.0

made by Benjojo, filippo, submitted by davidbalbert
Filippo and Ben's new file encryption tool Age, which is meant to replace GPG for sending encrypted files, has reached 1.0! In addition to generating Age specific encryption keys, Age can also use SSH keys, so you can encrypt a file for anyone whose SSH public key you have handy.

Heartbleed test

made by filippo, submitted by davidbalbert
In 2014, Filippo made the de facto standard tool for testing to see if your website was vulnerable to Heartbleed. (source: https://github.com/FiloSottile/Heartbleed)

yubikey-agent

made by filippo, submitted by nemo
A super-simple agent for using your YubiKey as your ssh-agent.

age

made by filippo, Benjojo, submitted by filippo
A simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability.

mkcert: a simple zero-config tool to make locally trusted development certificates

made by filippo, submitted by Mai
mkcert automatically creates and installs a local CA in the system root store, and generates locally-trusted certificates. Configuring servers to use the certificates is up to you.

Age specification, a simple file encryption tool & format

made by Benjojo, filippo, submitted by davidbalbert
Age is a replacement for GPG's file encryption features that will be easier to use without making mistakes.

Efficient Private Contact Search

made by filippo, gtank, submitted by wesleyac
An explanation of some of the difficulties in private information retrieval, along with an interesting scheme to make using bloom filters more tenable.

A Go implementation of Poly1305 that makes sense

made by filippo, submitted by porterjamesj
Filippo does great work trying to demystify cryptography and improve implementations of cryptographic algorithms, and this is a nice example.