-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More crypters [Patch included] #72
Comments
Thanks for your suggestion. That patch adds a dependency on a third-party library, which I don't like. Current implementation pulls in only standard library and standard library supplement (maintained by the Go team), and I would prefer to keep it that way. Which specific crypters support does this add which you would be interested in? |
@abbot Thanks for your response. I would love SHA256 Crypt and SHA512 Crypt, 256 is used by Check_MK htpasswd. Code for them is here: https://github.com/GehirnInc/crypt - BSD-2 Clause |
Hi,
thanks for your great work, it's very usefull for me.
I did a little change to add support for more crypters:
webmeisterei@7616ea5
Do you want a pull request for that?
Thanks and Kind regards,
René
The text was updated successfully, but these errors were encountered: