gosip
gosip copied to clipboard
Cpass encoding compatibility
With Node.js we often use cpass secrets encryption for dev scenarios. Node cpass and Gosip's cpass share the same logic however some differences lead to hashes incompatibility. This issue is about the enhancement of making compatible hashes, so the same config can be used within Node & Go apps.
I'm currently using Cpass to encrypt the password, it works well, thank you so much.