> Having recently written a Python implementation of PBKDF2 myself, I'd > just like to quietly point out that it is not a hashing algorithm. It > is a Key Derivation Function. That is, it's a way of generating key > material for crypto functions, from a password source.
Yes, you're absolutely right. My choice of words was incorrect. Is your python implementation licensed in such a way that we could consider including it in Django? We've looked at a couple implementations now, having another option would be helpful. -Paul -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
