diff --git a/README.md b/README.md index f9f8940..56e9a4e 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ In the extracted release directory run the encyptPwd.sh / encyptPwd.bat script a ### Step 1: Generate the 128 bit AES Key [ Example ] encyptPwd generateKey - Generated AES Key: UpcuADRwNmGDr2+f0eVcBw== - ### Step 2: Generate the mangles password [ Example ] - encyptPwd encryptPassword UpcuADRwNmGDr2+f0eVcBw== MyPassword@123 - Encrypted Password: GkZ9c2ziz9QO7AlfALyZxg==-UMS-oMl/eTUOz/Heg0XtmoRugg== - Success ! + Generated AES Key: + ### Step 2: Generate the encypted password [ Example ] + encyptPwd encryptPassword + Encrypted Password: + Success ! ### Sample softwareag-ums-server-config.json { @@ -54,7 +54,7 @@ In the extracted release directory run the encyptPwd.sh / encyptPwd.bat script a "host": "localhost", "port": 9000, "username": "myuser4", - "password": "mypwd4", + "password": "", "encryptPassword": false, "isCluster": false }, @@ -63,9 +63,9 @@ In the extracted release directory run the encyptPwd.sh / encyptPwd.bat script a "host": "localhost", "port": 9001, "username": "myuser4", - "password": "MoRecH4RDktZm6+ma3JuyQ==-UMS-N6+7w1hdCz6+N84ccyshBQ==", + "password": "", "encryptPassword": true, - "aeskey": "9WZvUdhkAXPQ55fcEcT4lw==" + "aeskey": "" } ] }