I'm creating standalone application (GUI-based on Swing). It will be like password holder (e.g. login / passwords for user specified sites)
It connects to remote psql database. And connection to the database stores in db.properties files.
What I would like:
- How could I 'hide' database connection from user who will unarchive my .jar package? (in worst case at least the password of the connecting user)
- Is there any way to prevent decompiling / debugging the file?