How can I re-encrypt my Yellowfin DB password in the web.xml?

David Registro shared this question 6 years ago
Answered

I have updated my web.xml settings, and need to re-encrypt the JDBCPassword from plain text. How can I do this?

Replies (1)

photo
1

To re-encrypt your password, follow the steps below;


  1. Download the EncryptPassword.jar attached to this post
  2. Run it via command line java -jar EncryptPassword.jar
  3. It will ask for the plain text, and spit out the encrypted password
  4. 9e665833032ced1ee660cfed2e99c1f4

That's all there is to it. if you have any other questions on connecting to your Yellowfin repository DB, check out the following article

Connecting to the Yellowfin Repository DB (web.xml settings)

Regards,

David

Replies have been locked on this page!