From 039595ca28f6dee552bab00bd1df167c0ea97ae3 Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Thu, 13 Dec 2018 14:08:41 +0100 Subject: Remove clear text password Add common library to hash Issue-ID: DCAEGEN2-978 Change-Id: Ieb20f6a28aea3b9e8322df7b65b6441e12d4627a Signed-off-by: Zlatko Murgoski --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f77ca227..64664faa 100644 --- a/README.md +++ b/README.md @@ -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-.jar password_to_crypt ``` ### Environment variables in Docker Container -- cgit 1.2.3-korg