/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

slxh.nl
| | wiki.gnupg.org
3.0 parsecs away

Travel
| | [AI summary] This article explains the Web Key Directory (WKD) protocol, which allows email clients to automatically retrieve public encryption keys via HTTPS to enable secure email communication without manual key management.
| | www.sektioneins.de
2.9 parsecs away

Travel
| | Multiple vulnerabilities regarding GnuPG/WKD and how to attack them tl;dr Please refer to the advisory. What is WKD? Web Key Directory (WKD) is the new and fancy way to retrieve PGP keys without
| | dkg.fifthhorseman.net
2.3 parsecs away

Travel
| | [AI summary] This blog post announces support for retrieving Debian OpenPGP certificates via the DANE OPENPGPKEY DNS mechanism, explaining how it works and its relationship to existing WKD systems.
| | andreabergia.com
64.2 parsecs away

Travel
| In this short series, we are going to dig a bit in how one writes a gradle plugin. Our plugins won't do anything useful except some println; however I hope to manage to explain some concept and to save you some time in case you have to write one. The source code for this tutorial is available on github at https://github.com/andreabergia/sample-gradle-plugin. Our first plugin Link to heading The repository is split in two projects: gradleplugin and usage. Quite obviously, gradleplugin defines our plugin, ...