3stack-software / credsmash

A little utility for managing credentials in the cloud
Apache License 2.0
4 stars 0 forks source link

credstash backward compatibility #2

Closed ediskandarov closed 7 years ago

ediskandarov commented 7 years ago

What is the level of credstash compatibility?

Is it possible to switch to credsmash from credstash (at least for cli)?

nathan-muir commented 7 years ago

It's possible to read & write secrets in a compatible way between credstash and credsmash, though you lose out on some of the new features.

Please set, algorithm = aes-ctr-legacy in your credsmash.cfg if you need to support credstash clients.

The CLI isn't compatible however:

  1. History.md documents the changes between credsmash & credstash

  2. The credstash branch has work on a compatible CLI , which I've started tracking in a new PR: https://github.com/3stack-software/credsmash/pull/4