From 64cbe66181b0572072ac458fc7ca1ba9cc212d2f Mon Sep 17 00:00:00 2001 From: lou Date: Sat, 12 Oct 2024 19:37:27 -0400 Subject: [PATCH] add verify page --- views/verify.ejs | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 views/verify.ejs 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