if you can tell me how to take a string such as "passport" and hash it exactly like windowsNT makeing it look something like "1A3F35A7B1C8D9E" on and on it stops at 34 characters i believe . Screw cracking it who needs to crack it when you can do this
use NT's own hashing algorithm to match other hashes

Administrator:1F4B82B96E6F9A1F4B82B96E6F9A
brute forcing.....
passing = 2B96E6F9A1F4B82B96E6FBC
passport = 1F4B82B96E6F9A1F4B82B96E6F9A

try to understand
then if the hash for passport = password hash then
password = passport
run through a dictionary file and hash the passwords in real time and then compare them to the aquired hashes

find and run L0phtCrack
yes there is ^ zero instead of an O
you might understand