Skip to content
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

Support reading the format that z3c.bcrypt produces? #10

Closed
jamadden opened this issue Aug 7, 2017 · 2 comments
Closed

Support reading the format that z3c.bcrypt produces? #10

jamadden opened this issue Aug 7, 2017 · 2 comments

Comments

@jamadden
Copy link
Member

jamadden commented Aug 7, 2017

Now that we have a bcrypt password manager (and maybe a KDF manager, see #9) it might be nice if we could read the format for those two managers that z3c.bcrypt produces (they have distinct prefixes, just different from the prefixes our existing bcrypt manager uses). (I'm not 100% sure that the KDF would be compatible, but bcrypt should be.)

That way z3c.bcrypt can eventually be phased out, reducing the amount of dependencies for people that want bcrypt/kdf passwords. (The cryptacular library it uses doesn't seem to be as maintained as the bcrypt library this package uses.)

@icemac
Copy link
Member

icemac commented Aug 18, 2017

Could be a nice idea but I personally do not use z3c.bcrypt.
I'd suggest to implement it when we find someone who could benefit from this support.

@jamadden
Copy link
Member Author

I do use z3c.bcrypt and it would be nice to be able to reduce dependencies.

jamadden added a commit that referenced this issue Aug 18, 2017
jamadden added a commit that referenced this issue Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants