Quote:
Originally Posted by CigarNut
How is it that you have employee passwords -- which should be one-way encrypted -- in clear text?
|
You 'crack' them by encoding them (MD5 or SHA-1 these days) and comparing the resulting ciphertext with the stored one. This is the same way that the logon process verifies that you entered the correct password.