koltyakov / gosip

⚡️ SharePoint SDK for Go
https://go.spflow.com
MIT License
140 stars 32 forks source link

Cpass encoding compatibility #3

Open koltyakov opened 5 years ago

koltyakov commented 5 years ago

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.

cis-nothize commented 5 years ago

I'm currently using Cpass to encrypt the password, it works well, thank you so much.