Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
xordataexchange.github.io
Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
1–10 of 25 posts
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#2Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#3Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#4Another great and needed product written in Go. Nice work!!
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#5Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#6Before this was created were people just doing an encrypt/decrypt on in/out in their application code?
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#7[1] https://github.com/mailgun/vulcand
[2] http://godoc.org/code.google.com/p/go.crypto/nacl/secretbox
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#8"After encryption it is gzipped" is a red flag. After encryption it should be noise, why try to compress it?
We gzip the data first, then encrypt it, finally base64 encode it.
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#9I had always wondered how these service discovery tools handled the encryption of data you put in them. I guess now I know! :) Before this was created were people just doing an encrypt/decrypt on in/out in their application code?
Re: Show HN: Crypt – Secure Configuration Storage in Etcd or Consul
#10I had always wondered how these service discovery tools handled the encryption of data you put in them. I guess now I know! :) Before this was created were people just doing an encrypt/decrypt on in/out in their application code?
or, perhaps they weren't encrypting.