mirror of
https://github.com/jstrieb/urlpages.git
synced 2025-01-03 11:42:12 +01:00
Update README.md
Add information about Link Lock, which can be used to encrypt URL pages
This commit is contained in:
parent
801ed5ed85
commit
a44918a87e
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@
|
||||||
Read the Hacker News Discussion [here](https://news.ycombinator.com/item?id=20317840)
|
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
|
## How it works
|
||||||
|
|
||||||
As hinted by its name, URL Pages works by storing the entire contents of a web page in the URL.
|
As hinted by its name, URL Pages works by storing the entire contents of a web page in the URL.
|
||||||
|
|
Loading…
Reference in a new issue