Can I de-hash an encrypted password if I have the salt? 2025-04-29 Hi there, I have a need to decrpyt a password in my database. I have the encrypted password and the salt (whatever that is). It's been encrytped with MD5 hashing. Any ideas? thanks, jireh