Comment on Django Security Releases IssuedparentComments−simonw15yAs discussed on another thread, shipping bcrypt by default isn't technically feasible yet due to the Python binding for it failing to compile cleanly on Windows: http://news.ycombinator.com/item?id=2177989−tedunangst15ySomething like PBKDF2 is trivially implementable in pure python with the provided primitives. There's no excuse not to do it.
Comments
As discussed on another thread, shipping bcrypt by default isn't technically feasible yet due to the Python binding for it failing to compile cleanly on Windows: http://news.ycombinator.com/item?id=2177989
Something like PBKDF2 is trivially implementable in pure python with the provided primitives. There's no excuse not to do it.