Live data from Hacker News

What are the best contemporary alternatives to Vault for secret storage?

news.ycombinator.com

1–4 of 4 posts

What are the best contemporary alternatives to Vault for secret storage?

#1
Googling around, it looks like there's Vault... and most everything else is just storing PGP encrypted files in Github or stuff like that. Is there a good list of all top products in the secret management area, or a good recent comparison of features?

Thanks HN!

Re: What are the best contemporary alternatives to Vault for secret storage?

#2
Zip it up with bogus name followed by Bcrypt or in a Truecrypt/VeraCrypt volume uploaded into Dropbox or whatever. You get benefit of proven solution for critical part, esp Truecrypt since NSA hated it, with easy usability and cost/storage/availability of 3rd party storage.

Re: What are the best contemporary alternatives to Vault for secret storage?

#3

Zip it up with bogus name followed by Bcrypt or in a Truecrypt/VeraCrypt volume uploaded into Dropbox or whatever. You get benefit of proven solution for critical part, esp Truecrypt since NSA hated it, with easy usability and cost/storage/availability of 3rd party storage.

I should have added that this is for enterprise use, and the main use case is providing secrets to services when provisioning new hosts / containers or updating said secrets.

Your comment sounds to me as something that would work well for personal use, as a password manager replacement.

Re: What are the best contemporary alternatives to Vault for secret storage?

#4

Zip it up with bogus name followed by Bcrypt or in a Truecrypt/VeraCrypt volume uploaded into Dropbox or whatever. You get benefit of proven solution for critical part, esp Truecrypt since NSA hated it, with easy usability and cost/storage/availability of 3rd party storage.

I should have added that this is for enterprise use, and the main use case is providing secrets to services when provisioning new hosts / containers or updating said secrets. Your comment sounds to me as something that would work well for personal use, as a password manager replacement.

Yeah, that's a lot more complex. I'll leave others to this one.