what is brute force???
By jatacs
@jatacs (130)
Philippines
1 response
@suren757 (23)
• India
1 Oct 09
In cryptography, it is a kind of attack to break the encrypted data. It involves traversing the search space of possible keys until the correct key is found. The selection of an appropriate key length depends on the practical feasibility of performing a brute force attack. By abfuscating the data to be encoded, brute force attacks are made less effective as it is more difficult to determine when one has succeeded in breaking the code.