From 7ee936cbda1d49f286c49f762be7b9f0a61a4fbe Mon Sep 17 00:00:00 2001 From: Robin Moisson Date: Sat, 23 Apr 2022 12:49:27 +0200 Subject: [PATCH] update readme --- README.md | 4 ++-- cli/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3db035..f85a640 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can encrypt a file online in your browser (client side) at https://robinmois ## HOW IT WORKS -StatiCrypt generates a static, password protected page that can be decrypted in-browser: just send or upload the generated page to a place serving static content (github pages, for example) and you're done: the javascript will prompt users for password, decrypt the page and load your HTML. +StatiCrypt use the [crypto-js](https://github.com/brix/crypto-js) library to generate a static, password protected page that can be decrypted in-browser: just send or upload the generated page to a place serving static content (github pages, for example) and you're done: the javascript will prompt users for password, decrypt the page and load your HTML. It basically encrypts your page and puts everything with a user-friendly way to use a password in the new file. @@ -97,7 +97,7 @@ If no value is provided the stored passphrase doesn't expire, you can also give #### "Logging out" -You can clear StatiCrypt values in localStorage (effectively "logging out") at any time by appending `staticrypt_logout` to the URL query paramets (`mysite.com?staticrypt_logout`). +You can clear StatiCrypt values in localStorage (effectively "logging out") at any time by appending `staticrypt_logout` to the URL query parameters (`mysite.com?staticrypt_logout`). #### Encrypting multiple pages diff --git a/cli/README.md b/cli/README.md index f3db035..f85a640 100644 --- a/cli/README.md +++ b/cli/README.md @@ -10,7 +10,7 @@ You can encrypt a file online in your browser (client side) at https://robinmois ## HOW IT WORKS -StatiCrypt generates a static, password protected page that can be decrypted in-browser: just send or upload the generated page to a place serving static content (github pages, for example) and you're done: the javascript will prompt users for password, decrypt the page and load your HTML. +StatiCrypt use the [crypto-js](https://github.com/brix/crypto-js) library to generate a static, password protected page that can be decrypted in-browser: just send or upload the generated page to a place serving static content (github pages, for example) and you're done: the javascript will prompt users for password, decrypt the page and load your HTML. It basically encrypts your page and puts everything with a user-friendly way to use a password in the new file. @@ -97,7 +97,7 @@ If no value is provided the stored passphrase doesn't expire, you can also give #### "Logging out" -You can clear StatiCrypt values in localStorage (effectively "logging out") at any time by appending `staticrypt_logout` to the URL query paramets (`mysite.com?staticrypt_logout`). +You can clear StatiCrypt values in localStorage (effectively "logging out") at any time by appending `staticrypt_logout` to the URL query parameters (`mysite.com?staticrypt_logout`). #### Encrypting multiple pages