> the passwords were encrypted (hashed with a salt that varies for each user)
Looks like the article says the same thing.
encrypted password (hashed)
Now it says:
encrypted password (hashed using bcrypt with a salt that varies for each user)