|
You are here |
slxh.nl | ||
| | | | |
wiki.gnupg.org
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | 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, ... | ||