[Tutor] Verifying password hash is SHA512

Ken Lai iken124 at gmail.com
Tue Nov 16 13:11:17 EST 2021


Hi All,

I have a program that hashes passwords into SHA512, but I need to confirm.
I found PHP code on the net:

$hashed = hash("sha512", $password);

Does Python have an equivalent?


TIA,


More information about the Tutor mailing list