posted 11 years ago
I would suggest you to implement a simple encryption and decryption algorithms and use it only for specific properties, this is how I followed in one of the project.
Here is the approach:
username=admin
password=enc:%^%#$#
if any property value starts with enc:, then write a logic to decrypt before use it. Hope this helps.