fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 214 forks source link

Resolves #73: Adds binary secret support #184

Open artburkart opened 7 years ago

artburkart commented 7 years ago

This is perhaps a superficial approach to supporting binary secrets. If it's not satisfactory, I'd love to discuss what would be, so I can help get that on the road. I shamelessly ripped the binary check function from jfs of SO: https://stackoverflow.com/a/7392391/830495. I didn't want to introduce any external dependencies to add this support, but maybe there's a better option? I'm unsure.