I have an ignorant question... when a SHA1 encrypted password is cracked, can the hackers actually identify what the unencrypted password is? I'm guessing no since SHA1 uses a hashing algorithm and only a brute force approach would potentially work...
You are correct that there's currently no way to go from a hash to a value that hashes to it in SHA1 (AFAIK, IANYNSA [I am not your NSA]).