kumars12
9 years agoOccasional Contributor
Encrypt external global properties file in Ready! API
In my project, we store DB passwords in an external Global Properties file and the project is there in git. We use jenkins to execute the builds.
In external global properties file, the password is stored in plain text format. I somehow want to encrypt the file or use any other means to secure it. And I should be able to use that password in scripts to access backend db.
How do I go about it ? What are the ways?
Thanks