- HTML comments marking sections to allow for easier theming of decrypt page.
<title>
for decrypt template
- Don't ask for password from stdin if empty password was supplied with
-p ""
- Minor code formatting issues in decrypt template
- Issue with Safari Browser: Decrypted content was not shown after click
- Testcases using
tox
- Improve decrypt template. Centered
<div>
,DOCTYPE
, UTF-8 - set argparse
prog
based on__name__
- Set minimum python version to 3.9
- Fix default encrypted filename not placing files next to decrypt file in subfolder
- Check that provided file arguments are unique files
--decrypt
argument to generate decryption.html
file
- Rename
-o --output
arg to-e --encrypted
.
- Encrypt file with command line tool
- First version packaged with
setuptools
+pyproject.toml