/to.dt.in.th

Send @dtinth an encrypted message

Primary LanguageHTML

to.dt.in.th

A web application that lets users send an encrypted message to @dtinth.

image

Why?

Sometimes people send me passwords over instant messaging apps or email. To make things a little bit more secure, I need a short URL that I can send people to where they can encrypt a message in a way that only I can decrypt it.

How it works

A TweetNaCl.js box is used to encrypt a message with a randomized public key and nonce. The resulting binary is then encoded using the Braille Patterns Unicode block. All source code is not minified and included within the repo (except the stylesheets).