Linux password cryptographic hash algorithm method

The password is using the $type$salt$hashed format.
$type is the method cryptographic hash algorithm and can have the following values:

$1$ – MD5
$2a$ – Blowfish
$2y$ – Eksblowfish
$5$ – SHA-256
$6$ – SHA-512

Comments