upvote
This is one of the coolest tech things I've seen in a while. Can you explain how the "Check a document" works? I'm not sure I understand how you would check if the timing aligns based only on the text content.
reply
Thanks! I had a lot of fun doing it.

The signature includes a hash of the text, done at the browser so that the server does not have to see the content.

reply
Ah, okay! Would you mind explaining what does "comparing wording, not exact text" mean?
reply
It's a very poorly written way of saying that instead of storing your text it uses a hash of your text to sign. When you want to check the signature you only need to hash the text to check, again without touching the server.
reply
a solution waiting for a chrome extension :)
reply
I wrote it! I just haven't told anyone yet (nor tested it :-) This is a fun side-project, I don't have much time to play with it.

https://chromewebstore.google.com/detail/possiblymadebyahuma...

reply