We have learned from the mistakes of many others, not to use any weak algorithms which often are not even designed for password storage. Example given: MD5, SHA1 and even the SHA-256 or SHA-512 algorithms were not created for secure password storage. We use Argon2id (the winner of the password hashing competition) which, even in a data breach will do its best job to protect your passwords.