Hi I have client java program that execute with jar file.
However that client program contain JDBC with user name and password.
I think it's not really good for security because everyone can decompile jar file.
Which one is best way to make JDBC connection string with secured module.
Program is built by Java version 1.6. Database is Sql-server.
Thank you!