How to retrieve the NetWorker authentication service's keystore password in case it is forgotten.
The keystore password can be obtained from this file:
Linux: /nsr/authc/conf/authc-server-app.properties
Windows: C:\Program Files\EMC NetWorker\nsr\authc-server\tomcat\conf\authc-server-app.properties
In this example, the keystore password is
UGFzc3dvcmQx .
#Authc server application properties
#Wed Jun 27 20:12:11 EDT 2018
keystore.password=UGFzc3dvcmQx
samlkey.password=UGFzc3dvcmQx
keystore.filepath=C\:\\Program Files\\EMC NetWorker\\nsr\\authc-server\\tomcat\\conf\\authc.keystore
tckey.password=UGFzc3dvcmQx
samlkey.alias=emcauthcsaml
Paste the encoded password in
https://www.base64decode.org/ then click "Decode". It will show the password assigned below the Decode box.
The base64 decoded password is therefore
Password1.