Skip to content

Commit 2059e38

Browse files
committed
update development version and Readme
1 parent 180f224 commit 2059e38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The content is encrypted with AES-256 in Python using PyCryptodome, and decrypte
3333
* ~~Add check for latin1 encoding in passwords, as it pycryptodome's implementation of PBKDF2 requires it~~
3434
* ~~find an equivalent way to define multiple passwords in the password inventory as global password~~
3535
* ~~make it possible to define passwords in external yaml file(s)~~
36-
* decrypt all possible keys by one login (replace path fallback)
36+
* ~~decrypt all possible keys by one login (replace path fallback)~~
3737
* optional server side keystore (allows throtteling)
3838
* optional replace crypto-js by webcrypto functions
3939
* ...to be defined
@@ -81,7 +81,7 @@ Install the package from source with pip:
8181
```bash
8282
cd mkdocs-encryptcontent-plugin/
8383
python setup.py sdist bdist_wheel
84-
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0.dev1-py3-none-any.whl
84+
pip install --force-reinstall --no-deps dist/mkdocs_encryptcontent_plugin-3.0.0.dev2-py3-none-any.whl
8585
```
8686

8787
Enable the plugin in your `mkdocs.yml`:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def read(fname):
1111

1212
setup(
1313
name='mkdocs-encryptcontent-plugin',
14-
version='3.0.0.dev1',
14+
version='3.0.0.dev2',
1515
author='unverbuggt',
1616
author_email='unverbuggt@xn--rthlein-n2a.de',
1717
description='A MkDocs plugin that encrypt/decrypt markdown content with AES',

0 commit comments

Comments
 (0)