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

Implement Python3 support in pbkdf2.py #75

Closed
wants to merge 2 commits into from
Closed

Implement Python3 support in pbkdf2.py #75

wants to merge 2 commits into from

Conversation

FedericoCeratto
Copy link
Contributor

Also add tox.ini

@amol-
Copy link
Collaborator

amol- commented Feb 16, 2015

Uhm, https://github.com/TurboGears/beaker/blob/py3native/beaker/crypto/pbkdf2.py already provided a python3 implementation of pbkdf2 . I would prefer to keep that one as it uses the one provided by hashlib.pbkdf2_hmac when available, but I'll port the tests from your patched test_pbkdf2 to ensure results are as expected

@amol- amol- closed this Feb 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants