djm's scribble

Released py-bcrypt

written by djm, on May 22, 2006 10:51:00 PM.

I just released py-bcrypt, a Python implementation of OpenBSD’s Blowfish password hashing after needing a good password hash for a web application. Hopefully making it available it will encourage people to use it instead of perpetuating stupidities like storing their web application’s passwords unhashed, or as a simple md5(plaintext).

Leave a Reply