in reply to
Re^4: pure Perl SHA-256 crypt()
in thread
pure Perl SHA-256 crypt()
My understanding of the difference is a
digest sum
is like a fingerprint when taken on a file, an advanced checksum on the file. Whereas the crypt uses the same digest sum algorithm, but adds a salt value, to make a 1 way fingerprint of a password.
I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
...................
flash japh
Comment on
Re^5: pure Perl SHA-256 crypt()
In Section
Seekers of Perl Wisdom