diff --git a/views/verify.ejs b/views/verify.ejs new file mode 100644 index 0000000..e59ce8e --- /dev/null +++ b/views/verify.ejs @@ -0,0 +1,28 @@ + + + + + + aidxn.fun | verify + + + + +<%- include('shards/header.ejs', { req: req }) %> + +
+

Verify

+

Let's check if that message really came from me!

+
+ +
+

Introduction

+

Did I send you a PGP signed message? Let's check it's actually from me! The form below will verify the message was signed by my key.

+

Remember, if you have confirmed my key in person, you should always trust that key over this page.

+

The key this is being checked against is stored on my server, which can be prone to being hacked. Thus, this is better than nothing, but not the #1 option for verifying a message.

+

Check Message

+

THIS FORM IS NOT CURRENTLY AVAILABLE

+
+ + +<%- include('shards/footer.ejs') %> \ No newline at end of file