1👍
An authdb entry is usually much longer than a password, and needs correspondingly more space for storage.
$<algorithm>$<salt>$<hash>
See Linux’s crypt(3)
man page for details.
Source:stackexchange.com
1👍
An authdb entry is usually much longer than a password, and needs correspondingly more space for storage.
$<algorithm>$<salt>$<hash>
See Linux’s crypt(3)
man page for details.