Password cracking is a technique used to recover passwords through either guessing or using tools to systematically check all possible combinations of characters. Brute force cracking involves trying every possible combination of characters while dictionary attacks use common words and permutations. Cracking can be done offline by accessing a stored hash of the password or online by attempting login repeatedly. Strong passwords are long, complex, and unique for each account to prevent cracking.