protect-static-pages
v1.0.0
Published
protect-static-pages password protects static pages. It uses AES-256 from crypto-js library to encrypt static pages and produce a HTML file with a password prompt to decrypted in-browser (client side).
Downloads
5
Maintainers
Readme
protect-static-pages
protect-static-pages
password protects static pages. It uses AES-256 from crypto-js library to encrypt static pages and produce a HTML file with a password prompt to decrypted in-browser (client side).
Installation
Usage
Usage: protect-static-pages [options] <file>
Options:
--help Show help [boolean]
--version Show version number [boolean]
-p, --passphrase Passphrase to encrypt with [string] [default: null]
-t, --template Decryption prompt page template
[string] [default: "/home/signed/Documents/source-code/development/protect-sta
tic-pages/build/template.html"]
-o, --output Encrypted file name [string] [default: null]