-brute force attack:If a hacker wants to guess your password, they might use a brute force attack, systematically trying different combinations of letters, numbers, and symbols until they find the right one. This method lacks sophistication. To reduce the number of attempts 1.Check if the password is common (like 123456, password, qwerty, 111111, or abc123). 2. If not in the common list, use a strong word list, containing many words, to speed up the process. with these methods, it still takes hours to find password. Longer and complex passwords are harder to crack.