DB Password Encryptor
This utility is used to create encrypted passwords for connecting to the database.
Step 1
To get the encrypted password, the user needs to run passwordSecure.jar from command prompt using the following command
“java –jar [Local Server path]/PasswordSecure.jar”
In the local server path, mention the server path where PasswordSecure.jar” is placed.
Step 2
On running the jar from command prompt, the user will be asked to enter the DB password that needs to be encrypted.
Step 3
The response will be an encrypted password which need to be copied.
Step 4
The same encrypted password which is generated by the said jar file need to be used in the properties files that require connection with a database.
Last updated