Encrypt sensitive SQL information in java
I have connected oracle database in my Java application, I will have to write down the jdbc url and put the username and password for that database, I don't know the way to hack this password without the source of the program, but do I have to encrypt? is there a way to encrypt? and what about sql injection?
Can you answer this question?
Write Answer1 Answers