pub(crate) const PASSWORD_HASH_SEPARATOR: char = '$';
Separator character used in password hashes (e.g. $6$...).
$6$...