InterviewSolution
Saved Bookmarks
| 1. |
How can you avoid a brute force attack? |
|
Answer» There are a VARIETY of techniques for stopping or preventing BRUTE force attacks. A robust password policy is the most evident. Strong passwords should be enforced by every web application or public server. Standard user accounts, for example, must contain at least eight characters, a number, uppercase and lowercase letters, and a special character. Furthermore, servers should mandate password updates on a REGULAR basis.
|
|