brute force
termsecuritycryptography
Trying every possibility until one works.
A brute-force attack simply exhausts the space, every password, every key, whereas a dictionary attack tries likely candidates first. Strong, high-entropy secrets win by making the space too large to search in any useful time; rate limiting and lockouts make each guess costly.
Also known as: brute-force, bruteforce, dictionary attack