The joys of bcrypt

I had the joy of coming across Bcrypt the other week, a pretty neat way of storing individually hashed passwords within a single table, each with a differing salt. The salt, algorithm and number of hashing iterations is stored, written within the outputted hash, so...