Update README.md

This commit is contained in:
Robert David Graham
2020-10-29 23:10:16 -04:00
committed by GitHub
parent 38e01d7041
commit 4511443fe7
+10 -1
View File
@@ -1,2 +1,11 @@
# hunter-dkim
Discusses how to verify DKIM signatures in old emails, namely one of the Hunter Biden emails in the news
This project validates that the "smoking gun" email from that NYPost story
actually was a valid email sent 6 years ago. We know this because GMail
cryptographically signed it with "DKIM".
This repository contains the original email, plus Google's DKIM key at the
time the email was sent. This key is no longer provided by GMail's DNS
servers, so you have to hack up a server yourself, such as using BIND9
as a resolver with a Response Policy Zone (RPC).