in reply to Hashing passwords?
Hashing passwords alone is not secure. You need to "hash and salt". Explanation: Adding Salt to Hashing: A Better Way to Store Passwords
Wikipedia article
Tom Scott video on storing passwords. Not really up-to-date, but still relevant.