java - How to handle passwords in config/properties files -


we have shared code base between different teams. there kind of best practice of storing admin credentials in spring properties file? don't want see username or password. using docker , aware can use docker secrets don't want tie passwords docker. want access passwords if we're not using docker.

you can try jasypt overcome this.

link: http://www.jasypt.org/


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -