I have an Spring Boot based application and a external HSQLDB folder that contains
- db.data
- db.properties
- db.script
My application load & connect to this db, everything is fine. The problem is, that the username and passwword are written in db.script file as plain text.
How I can encrypt this?