Someone told me that he has seen software systems that:
- retrieve MD5 encrypted passwords from other systems;
- decrypt the encrypted passwords and
- store the passwords in the database of the system using the systems own algorithm.
Is that possible? I thought that it wasn’t possible / feasible to decrypt MD5 hashes.
I know there are MD5 dictionaries, but is there an actual decryption algorithm?