v1.0.0 #1
hurricanemark
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Password Hacker
Python hashlib.sha1 is a one-way hashing function that produces hash object from a plain password string and stores it in the password table.
It is virtually impossible to revert it to the original plain password. So, why is it hackable?
First, the hashed length is 40 characters long. It takes less time to filter through hundred of thousand of lines in the Rainbow Tables to compare the hashed object with. Once, a match is found, the corresponding plain text in the Rainbow Table is indeed the PASSWORD.
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions