diff --git a/encrypt-to-html.py b/encrypt-to-html.py old mode 100644 new mode 100755 index 93e12b3..77e7bc5 --- a/encrypt-to-html.py +++ b/encrypt-to-html.py @@ -2,6 +2,7 @@ import base64 import sys +import hashlib import os from Crypto.Cipher import AES from Crypto.Util.Padding import pad @@ -97,25 +98,24 @@ def render_template(template_file, output_file, context):
Decrypt {{ filename }} - +
-