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
|