Thread
:
StormTRANSFER - site transfer script
View Single Post
03-22-2004, 04:39 PM
ADDiCT
Senior Member
Join Date: Aug 2003
Posts: 517
Do u mean the SHA1 hash of the ioFTPD passwords?
those can't be "decrypted", just like MDA5 hashes.
U can always verify passwords like this:
if (SHA1( password_given_by_user) == password_hash_stored_by_ioftpd) {OK} else {BAD}
ADDiCT
View Public Profile
Visit ADDiCT's homepage!
Find More Posts by ADDiCT