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

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -