/encrypt_html.py

encrypt_html.py

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Usage: encrypt_html.py password < input.html > output.html

The HTML page will be encrypted using AES-256-CBC, using the provided password.

The file requires OpenSSL to be installed. The generated web page uses CryptoJS
to decrypt the content.