GitXplorerGitXplorer
k

encrypt_html.py

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2d2ada983243c623409c0d5e9262c938737475d1

Support customizing the password prompt

kkennytm committed 12 years ago
Unverified
28a930ff279914109c3ca6345fb1b6a75b05a030

Just a simple tool to encrypt an HTML file.

kkennytm committed 12 years ago

README

The README file for this repository.

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.