As per the oracle documentation https://docs.oracle.com/html/E26106_01/Content/Security/Encrypt_User_Creds.htm
it says encrypt the password using the batch
"These properties are subsequently decrypted by the application at runtime."
does the JDK does the decryption during runtime???..please correct me if im wrong....
Actually im trying to encrypt the DB password which is in property file...