decode password hashes
Not really possible, hashes (as far as I know) aren't really decryptable. However, you can brute force them using the same hashing algorithm, and when you end up with the same hash value, you know you've got the password.
Sounds like some form of cheeky SQL injection attack, making you click a link, and giving access to the values within the database.