Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60477 > unrolled thread
| Started by | "Marc" <marc@marcd.org> |
|---|---|
| First post | 2013-11-25 18:58 -0500 |
| Last post | 2013-11-25 18:58 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: Cracking hashes with Python "Marc" <marc@marcd.org> - 2013-11-25 18:58 -0500
| From | "Marc" <marc@marcd.org> |
|---|---|
| Date | 2013-11-25 18:58 -0500 |
| Subject | RE: Cracking hashes with Python |
| Message-ID | <mailman.3213.1385426543.18130.python-list@python.org> |
Hashes, by definition, are not reversible mathematically. The only way to figure out what they represent is to take plaintext that might be the plaintext based on anything you might know about the original plaintext (which is often nothing) and hash it; then see if the hash matches the one you have. If it does, you have figured out the plaintext; if it doesn't try again. For a tool that does this, look at Rainbow tables. ---------original message---------------------- Hi, I have a school project to do where I've to download MD5 Hashes from a particular website and write a code that will crack them. Does anyone know where I'll find out more information on how to do this? There's only 4 hashes that I need to do so it doesn't have to be a large script just needs to be able to download the hashes from the website. Can anyone help me out?
Back to top | Article view | comp.lang.python
csiph-web