Overview of StatiCrypt
mainStatiCrypt is a tool used to safely encrypt and password-protect the content of public static HTML files. The decryption happens entirely in-browser using AES-256 and WebCrypto, meaning no back-end server is required. This makes it suitable for hosting on static platforms like Netlify or GitHub Pages.
Users can encrypt files in two ways:
- Online: Use the browser-based client-side tool at robinmoisson.github.io/staticrypt.
- CLI: Use the Command Line Interface for terminal or automated build processes.