StatiCrypt

Password protect a static HTML page

StatiCrypt uses AES-256 with WebCrypto to encrypt your html string with your long password, in your browser (client side).

You can encrypt the entire page or just specific sections by wrapping them with <!--staticrypt-start--> and <!--staticrypt-end--> markers. Only the content between these markers will be encrypted.

Download your encrypted string in a HTML page with a password prompt you can upload anywhere (see example).

The tool is also available as a CLI on NPM and is open source on GitHub.


HOW IT WORKS


Wrap content you want to encrypt with <!--staticrypt-start--> and <!--staticrypt-end--> markers. Content outside these markers will remain visible without password.

+ More options

Encrypted HTML

Download html file with password prompt

Your encrypted string