Passwords: Use stronger password hashes. Use {crypt,verify}_password() instead of crypt() where possible. Fallback to Nettle.crypt_md5() otherwise. Fixes [bug 6358 (#6358)].