diff options
author | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-12-13 14:08:41 +0100 |
---|---|---|
committer | Zlatko Murgoski <zlatko.murgoski@nokia.com> | 2018-12-14 16:47:02 +0100 |
commit | 039595ca28f6dee552bab00bd1df167c0ea97ae3 (patch) | |
tree | e671b6ea6928ef39bc16026ee6ba32bdefe97a6d /README.md | |
parent | 142a1d4d8177e86eac9e1e534708c6e8cc9d4c22 (diff) |
Remove clear text password
Add common library to hash
Issue-ID: DCAEGEN2-978
Change-Id: Ieb20f6a28aea3b9e8322df7b65b6441e12d4627a
Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -31,10 +31,15 @@ docker-compose up ### Generate auth credential -Util "crypt_password.py" to generate new cryptographic password is stored in dcaegen2/sdk +Library to generate new cryptographic password is stored in dcaegen2/sdk -"security/crypt-password" +or download artifact from: + +https://nexus.onap.org/#nexus-search;quick~crypt-password + +How to use: ``` -python crypt_password.py -p TestPassword +java -jar crypt-password-<version>.jar password_to_crypt ``` ### Environment variables in Docker Container |