From a44918a87e4cadf84c557ebfd8f09154c63e15bd Mon Sep 17 00:00:00 2001 From: Jacob Strieb Date: Tue, 19 May 2020 21:56:09 -0400 Subject: [PATCH] Update README.md Add information about Link Lock, which can be used to encrypt URL pages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1536393..7d34a48 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ Read the Hacker News Discussion [here](https://news.ycombinator.com/item?id=20317840) +## Encrypt + +It is now possible to encrypt URL Pages using [Link Lock](https://github.com/jstrieb/link-lock). This static, distributed web application uses AES in the browser to encrypt the URL without transmitting any data. The encrypted link is then stored in a Link Lock URL, which, when visited, can only be unlocked with a password. + + ## How it works As hinted by its name, URL Pages works by storing the entire contents of a web page in the URL.