[passwordstore] Use builtin _random_password function instead of pwgen (#25843)

* [password] _random_password -> random_password and moved to util/encrypt.py
* [passwordstore] Use built-in random_password instead of pwgen utility
* [passwordstore] Add integration tests
This commit is contained in:
3onyc
2017-08-15 00:19:40 +02:00
committed by Toshio Kuratomi
parent f345ba5c38
commit 554496c404
21 changed files with 217 additions and 49 deletions

View File

@@ -30,6 +30,7 @@ RUN yum clean all && \
openssh-server \
openssl-devel \
python-cryptography \
pass \
python-devel \
python-httplib2 \
python-jinja2 \