Brute Force
by Hiroshi on July 29th, 2010
If you have got password protected rar or zip file and you forgot password for that, how would you extract the contents of the file? Truth be told, there is no known confirmed method to extract the password from the compressed file. The only available methods are “Brute Force” and “dictionary-based attacks“. ‘Brute Force’ and [...]
by Hiroshi on March 25th, 2010
Password complexity is important because it makes password strong. A strong password takes 1.8 million years to be hacked if hacker use brute force attacks. For brute force attacks, assuming 10,000 password attempts per second, the length and character set of the passwords can make a big difference. You should use atleast 9 characters long [...]
