Closed GoogleCodeExporter closed 9 years ago
Original comment by elic@astllc.org
on 22 Dec 2012 at 5:54
I released a bcrypt library that has the same API as py-bcrypt, but works on
Python 2.6+, Python 3.x, and PyPy 2.0. It can be found here
https://crate.io/packages/bcrypt/.
It is using the crypt_blowfish from OpenWall.
Original comment by donald.s...@gmail.com
on 11 May 2013 at 5:44
The interesting thing about Donald's bcrypt package is also that it doesn't
come with a 4-clause BSD license so it is usable also in GPL software.
Original comment by felix.sc...@oss.schwarz.eu
on 10 Dec 2013 at 9:37
Passlib 1.6.2 has been released, and now supports 'bcrypt' explicitly as one of
it's backends.
Original comment by elic@astllc.org
on 27 Dec 2013 at 12:38
Original issue reported on code.google.com by
elic@astllc.org
on 20 Aug 2012 at 1:59