Brute Force Attack
It refers to a method in cryptography which obtains information such as passwords by trying all the possible answers. E.g. If a user‘s password is a combination of three digits, to Brute-Force attack the password, all the possible 3-digits combinations using number 0-9 should be tried out until the correct password is found.
Comments
Post a Comment