View Single Post
Old 10-22-2004, 05:24 AM  
Mr_X
Senior Member
 
Join Date: Sep 2003
Posts: 142
Default

The only way to crack it is bruteforcing because it uses hashing (SHA-1; Secure Hash Algorithm). A hash generated is about 168 bit long.
The way to check if a password is valid: generate the hash from the password and compare it to the hash stored in the user file
Mr_X is offline   Reply With Quote