View Single Post
Old 03-22-2004, 04:39 PM  
ADDiCT
Senior Member
 
Join Date: Aug 2003
Posts: 517
Default

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 is offline   Reply With Quote