brute force

term

securitycryptography

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

All glossary entries