Ask HN: How are people storing user-scale secrets?

https://news.ycombinator.com/item?id=28812409
by awinter-py • 5 years ago
5 10 5 years ago

Like when you capture an oauth key, or some other 'password-like thing' that you need to store per-user and need to retrieve in plaintext so you can access an external service. Are you just putting this in a DB? AES-ing it?

My goal is to not leak oauth access when my DB inevitably gets stolen.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com