fugue / credstash

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

hmac digest breaking change in 1.13.1 #154

Open jessecoyle opened 7 years ago

jessecoyle commented 7 years ago

hmac was stored as a hex encoded string, but is now stored as a hex encoded binary value. This change appears unintentional, and secrets stored this way cannot be read using older versions of credstash or other implementations.

fukajun commented 4 years ago

Is changes unintentional, right? Has this been fixed?