I have java application that connects to other tools via API. currently all password are stored locally in the application.
I want to store them safely in database, hash password within database and decrypt when I retrieve passwords at run time. is this the best approach ?
thanks