Brute forceApplies to: cybersecurity, generalBrute force tries every candidate in a search space. It works only when the space is small enough. for guess in candidates: try_guess(guess) See also: entropy, big-o