Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
208 views
in Technique[技术] by (71.8m points)

security - Best practises to save credentials

Basically, this moment I have so many username/password and api keys provided by vendors. Some api keys are generated dynamically and persisted somewhere (For example in RDBMS or in local file).

What is the best way to save these kind of sensitive information securely ? Maybe there are some projects (Open source will be ideal), which I can setup on my server and fetch username/password/api keys using REST API or something like that. I need my credentials to be in a secure place (Also flexible layer to access on it) and not in flat files neither in RDBMS/.env files.

Any suggestions ?

Thanks !

question from:https://stackoverflow.com/questions/65914051/best-practises-to-save-credentials

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...