Last week, @lwn published an article about the recent tenth OpenPGP email summit, co-written by @andrewg, @dvzrv and me.

As of today, the article is public for non-subscribers:

https://lwn.net/Articles/1072870/

It contains a high-level overview of some recent developments in the #OpenPGP ecosystem, including PQC migrations, the new "unobtrusive signatures" draft for ubiquitous email signing, the Autocrypt v2 draft for ratcheting encryption key rotation, and more.

The tenth OpenPGP email summit

The OpenPGP Email Summit is an annual meeting for those who work on encrypted email and related [...]

LWN.net
The tenth OpenPGP email summit

The OpenPGP Email Summit is an annual meeting for those who work on encrypted email and related [...]

LWN.net

Create Your Own PicoKey - Nought

https://lyzhang.me/de/pico_key/

> TLDR For just 60 RMB, get an RP2350 development board, flash it with the PicoKey firmware, and you can create your own open-source hardware security key to use as a budget YubiKey.

It supports FIDO2 login and OpenPGP, but the hardware login and encryption functions cannot be used simultaneously.
The steps are simple: buy the board β†’ download the firmware β†’ hold the BOOT button while plugging it into your computer to flash the firmware β†’ initialize via the web config page β†’ done.

Perfect for cheapskates (like me) who don’t want to spend hundreds on a YubiKey but still want to play with hardware keys.

#raspberrypi #diy #yubikey #openpgp

Create Your Own PicoKey

TLDR For just 60 RMB, get an RP2350 development board, flash it with the PicoKey firmware, and you can create your own open-source hardware security key to use as a budget YubiKey. It supports FIDO2 login and OpenPGP, but the hardware login and encryption functions cannot be used simultaneously. The steps are simple: buy the board β†’ download the firmware β†’ hold the BOOT button while plugging it into your computer to flash the firmware β†’ initialize via the web config page β†’ done. Perfect for cheapskates (like me) who don’t want to spend hundreds on a YubiKey but still want to play with hardware keys.

Nought

Good news! The HKP draft has been adopted by the IETF #OpenPGP Working Group, the first official step towards publication as an RFC 🀩

It is now known as draft-IETF-openpgp-hkp, which replaces draft-gallagher-openpgp-hkp, which itself replaced draft-shaw-openpgp-hkp.

It has been a long couple of decades πŸ˜‚

https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-hkp

OpenPGP HTTP Keyserver Protocol

This document specifies a series of conventions to implement an OpenPGP keyserver using the Hypertext Transfer Protocol (HTTP). As this document is a codification and extension of a protocol that is already in wide use, strict attention is paid to backward compatibility with these existing implementations.

IETF Datatracker

Playing around with Sequoia-PGP again. And it just strikes me how easy it makes it. This time I played with sqop instead of sq.

$ sqop generate-key > key.asc
$ cat file | sqop encrypt key.pub > file.asc
$ cat file.asc | sqop decrypt key.asc > file2
$ sha256sum file file2 | cut -d\ -f1 | uniq -c
2 34fbc467b8c62...

Try doing that gpg without needing any $HOME/.gnupg directory. And then try putting that in a script run by some locked-down user via a cron job.

(I know this should be signed as well, not dug into that yet.)

#openpgp #pgp #gpg #gnupq #sequoia #sq #sqop #encryption

@dazo You will find a lot of bugs or missing features, we are slowly adding them. I have a branch right now about #openpgp support.
Gerade #debiantrixie #gnulinux installiert. "apt update" schlug mit Fehler der #OpenPGP Signatur fΓΌr die Paket Repos fehl.
Problem war, dass die Uhrzeit des Hosts mehrere Stunden zu spΓ€t dran war.

NGI webinar on future of OpenPGP State-of-the-art work on chains of trust

https://video.ngi.eu/w/8TSHX5f6PwDsYC2s4LX6S9

NGI webinar on future of OpenPGP State-of-the-art work on chains of trust

PeerTube
@dazo I am happy to read these lines. The goal is to make tools/applications which are made for us, easy and usable. #OpenPGP