presently in our java project we are using properties file to store the db credentials but any one can open and see that credentials. Is there any way to store the value in a secure manner
db properties
url=jdbc:mysql://192.168.1.54:3306/sms_us_s49?user=root&password=Mys@lAdm!
driver=com.mysql.jdbc.Driver