Hacker News new | ask | show | jobs
by chicago_wade 3193 days ago
> every secret-sharing system [...] and the major ones are all FOSS

Can you recommend a specific one? I'd like to integrate a secret-sharing system into my personal set of computers and applications.

In case you are wary of giving recommendations, perhaps you could just list the top three instead. But ideally I'd like to have a specific recommendation. Also, if said secret-sharing system is written in rust an is available as a library I'd be extra super happy.

Having just said that, I decided to do a search on crates.io. https://crates.io/search?q=secret. It seems that at least a couple of those are about the thing that we are talking about here.

1 comments

* AWS has one built in KMS along with EC2 Parameter Store.

* Vault(http://vaultproject.io/)

* Keywhiz (https://square.github.io/keywhiz/)

* Blackbox (https://github.com/StackExchange/blackbox)

I personally use Vault, because it's not tied to a particular infrastructure, and it's much more general purpose.