Hello, I’m +0 on adding support for this library. I also think it would be worth trying to integrate it in Python itself so we can rely on the stdlib for the faster version eventually.
-- Aymeric. > On 20 Aug 2016, at 11:42, Terry Chia <[email protected]> wrote: > > Greetings, > > 11 months ago, I opened a ticket (#25395) on the bug tracker about > potentially adding a dependency on python-fastpbkdf2, a library I wrote and > maintain that provides a faster implementation of PBKDF2 than the stdlib > while maintaining API compatibility. Tim rightly pointed out that he was > hesitant to add a dependency on a new library in a security-sensitive area > and suggested that I write to this list to gather feedback. Sadly, I got > really busy with work and neglected to follow up on it at that point in time. > > 11 months later, I am hoping to open up the discussion again. In that time > period, passlib has opted to add a optional dependency on the library [0], > there has been a third party library that integrates python-fastpbkdf2 with > Django[1] and having used it in a number of internal projects, it is > definitely stable. I have a patch ready to go if the interest is there. > > So Django developers, what do you think? > > [0]: > https://bitbucket.org/ecollins/passlib/issues/67/add-an-optional-dependency-on-python > [1]: https://github.com/smartfile/django-fastpbkdf2 > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/django-developers > <https://groups.google.com/group/django-developers>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/562b41c1-1e58-4af2-ab84-4fcf2026ac13%40googlegroups.com > > <https://groups.google.com/d/msgid/django-developers/562b41c1-1e58-4af2-ab84-4fcf2026ac13%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/21E69CA9-ADC1-4FE2-B59F-43A8917DAA11%40polytechnique.org. For more options, visit https://groups.google.com/d/optout.
