I understand that encrypted passwords run through an algorithm to produce a hash, that is stored in the password database. Also, with salting, a salt value is added to the original password, which produces a hash and is stored in the database along with the random salt value.
This method is...