I have an application that uses database. Data about how to connect to the database is stored in a properties file. There you can find server name, database name, username, password, ... I read this file and make a connecton to a database in my program.
How can I "hide" the password, so that someone else would have it hard time to retrieve that password?