mirror of
https://github.com/jstrieb/urlpages.git
synced 2025-01-03 11:42:12 +01:00
Merge branch 'master' of github.com:jstrieb/urlpages
This commit is contained in:
commit
63d0923231
2 changed files with 10 additions and 3 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.
|
||||||
|
|
|
@ -58,7 +58,9 @@ label, input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
margin: 5px;
|
padding: 5px;
|
||||||
margin-top: 10px;
|
padding-bottom: 0;
|
||||||
margin-bottom: 10px;
|
padding-top: 0;
|
||||||
|
background: white;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue