I\'m using PHPass to store users passwords in my application because it\'s more secure than md5 or sha1. I have a question about how I would use a salt with the passwords.
Phpass adds a salt when it hashes the password so there's no need to add a separate salt and store it in your database.