In our project we are hard coding all the database passwords in property file ,now we need to provide security to property file with out changing anything in the java code. I have used some AES encryption technique's to provide the security but for all these methods i need to change the java code for decryption of passwords..
Any one help me to hide the property file which is having passwords of database and again bring it back to same path at the time of java file execution?