Use affine brute force when a message looks like a monoalphabetic substitution cipher and you suspect the Affine formula was used, but the key values a and b are unknown. It is useful for classroom exercises, CTF challenges, escape-room clues, geocaching hints, ARG puzzles, and historical cryptography examples.
Paste the ciphertext, choose the matching alphabet, and run the solver. In English text, common words and patterns such as THE, AND, ING, TION, or repeated letter pairs often make the correct candidate easy to recognize.
If the text was encrypted with a different cipher, the affine solver may still produce interesting partial patterns, but it will not recover a full meaningful plaintext. In that case, compare the result with frequency analysis or try another classical cipher tool.