PDA

View Full Version : MD5 Working Out?



Moh
06-09-2006, 09:19 PM
Well, On our DJ Panel, The passwords are in md5. And if Iv been away, and another Admin has added a DJ, how do I work there passwords (For Back Up) When It is in md5 Form?
If any one can help, + Rep
Thank You.

Colin-Roberts
06-09-2006, 09:30 PM
http://www.paulschou.com/tools/xlate/
and put it in md5 feild

Moh
06-09-2006, 09:36 PM
http://www.paulschou.com/tools/xlate/
and put it in md5 feild
which 1s md5 feild :D

Eric30
06-09-2006, 10:18 PM
Just make a simple PHP file:

<?php
echo md5("PASSWORDHERE");
?>

Moh
06-09-2006, 10:32 PM
I mean, I want to find out the pass.
Like, if i had this code,
e9ca383d24ef03a97d7fe106eb2a6539

how do i find out what the password is :S

PixelResources
07-09-2006, 06:53 AM
I mean, I want to find out the pass.
Like, if i had this code,
e9ca383d24ef03a97d7fe106eb2a6539

how do i find out what the password is :S

www.md5decrypter.com or get a brute forcer

Mentor
08-09-2006, 12:16 AM
You cant, its impossible, and the maker of the decriptor sites a ******, MD5 is a HASH not a Encription, The function is a one way hash which cannot be done bacwards, due to being mathamticaly impossible. ALl the sites do are ether use brute force methods or create a database of words to the md5 hashed equivlents "/

Butter'dToast
09-09-2006, 05:41 PM
No, it can be decrypted :l

Motion
09-09-2006, 05:50 PM
lol entor it can be decrypted..

DMB-Hosting
09-09-2006, 05:51 PM
It can't however databases can be made with words people know.

Hitman
09-09-2006, 05:57 PM
I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years :( lol.

So it can be decrypted, but unless you want to waste loads of years of your life, you can't.

Butter'dToast
09-09-2006, 06:00 PM
My advice: Don't bother dycrypting your passwords, its only a dj site..
And if your sites that prone to attacks i dont even see why you need to unhash people's passwords.. O.o

You might aswell just reset peoples passwords if they loose it..

Geek
10-09-2006, 01:11 AM
I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years :( lol.

So it can be decrypted, but unless you want to waste loads of years of your life, you can't.

How can it be 'decrypted' when it is not an encryption? MD5 is a cryptographic hash which converts your password. As Mentor said a Bruteforcer or 'MD5 Decrypter' searches for the same strings of some sort.

If you want to make passwords encrypted so they're decrypted then use a Sha1 encryptions bit.

http://en.wikipedia.org/wiki/MD5

Mentor
10-09-2006, 01:10 PM
lol entor it can be decrypted..
Hash = NOT encripted. You cant decript somthing thats not encripted...

No, it can be decrypted :l
No it cant

I have an md5 bruteforcer, it does decrypt. Three letter words take a few minutes, bigger words take years :( lol.
Thats not decripting.. thats called brute forceing, you may have guessed from the name of Bruteforcer..

Look can people stop posting here if they aint got a clue what there on about and are just going to make stupid and idiotic remarks? Makeing yourselfs look like morons isnt acutaly essental...

Motion
10-09-2006, 02:24 PM
It does decrypt get your facts right..

Geek
10-09-2006, 03:54 PM
It does decrypt get your facts right..

How then please. The fact that it is a Hash not an encryption would make that rather difficult.

"Technically, MD5 cannot be decrypted, as it's not encryted data, but a hash of the data.

You can, however, generate collisions - finding different strings which give the same MD5 hash."

That is what someone in a PHP Application Design forum said, so it cannot be decrypted as it's not an encrypted data.

Hitman
10-09-2006, 04:11 PM
Hash = NOT encripted. You cant decript somthing thats not encripted...

No it cant

Thats not decripting.. thats called brute forceing, you may have guessed from the name of Bruteforcer..

Look can people stop posting here if they aint got a clue what there on about and are just going to make stupid and idiotic remarks? Makeing yourselfs look like morons isnt acutaly essental...

Yes, but it is decrypts the md5 encryption into readable text.

Motion
10-09-2006, 04:18 PM
It does encrypt the MD5 what you all on about FGS!

Hitman
10-09-2006, 04:25 PM
It does encrypt the MD5 what you all on about FGS!
Huh, you mean decrypt? Encryption is simple, decryption is hard.

Mentor
10-09-2006, 06:02 PM
My god, some of you are stupid. Geek appears to be the only one here with a clue what hes on about.

Ok, let me exsplain. On a computer we encode data. Aka data is reprisnted in binary form, be it ascii for text, or by any other means, for images, sound, video or what ever else.
Encription, is then when we put data in to a form when its not readable.

Say we do a simple ceaser encription

Hello People << normal

ifmmp qfpqmf <<encripted.

Decription then works by doing the encription backwards, aka we shift it to the left as opposed to the right. Hence we get back are orignal unencripted text "Hello People"

Very easy.

Md5 though is NOT an encription, it is a fixed lengh one way hash. Since its not encripted, it cant be decripted. Since its a one way hash, it cant be worked out by any other way.

You can only decript something thats Encripted. Since md5 isnt incripted YOU CAN NOT DECRIPT IT.
A hash table may be able to work out the orignal text from an md5 hash, but not by decripting it, by looking it up. as decription is still impossible. Since it was never encripted to start with.

futher reading..
http://en.wikipedia.org/wiki/MD5
http://www.reference.com/browse/wiki/MD5
http://www.answers.com/topic/md5
http://www.renewdata.com/hash-values.php

NO stop makeing yourslef look like ******s, get a clue, and stop saying such moronic things on a subject you obvuosly know abosulty nothing about.

Hitman
10-09-2006, 06:14 PM
My god, some of you are stupid. Geek appears to be the only one here with a clue what hes on about.

Ok, let me exsplain. On a computer we encode data. Aka data is reprisnted in binary form, be it ascii for text, or by any other means, for images, sound, video or what ever else.
Encription, is then when we put data in to a form when its not readable.

Say we do a simple ceaser encription

Hello People << normal

ifmmp qfpqmf <<encripted.

Decription then works by doing the encription backwards, aka we shift it to the left as opposed to the right. Hence we get back are orignal unencripted text "Hello People"

Very easy.

Md5 though is NOT an encription, it is a fixed lengh one way hash. Since its not encripted, it cant be decripted. Since its a one way hash, it cant be worked out by any other way.

You can only decript something thats Encripted. Since md5 isnt incripted YOU CAN NOT DECRIPT IT.
A hash table may be able to work out the orignal text from an md5 hash, but not by decripting it, by looking it up. as decription is still impossible. Since it was never encripted to start with.

futher reading..
http://en.wikipedia.org/wiki/MD5
http://www.reference.com/browse/wiki/MD5
http://www.answers.com/topic/md5
http://www.renewdata.com/hash-values.php

NO stop makeing yourslef look like ******s, get a clue, and stop saying such moronic things on a subject you obvuosly know abosulty nothing about.

Hmm, ok. But bruteforcers will bruteforce it so it makes the work again. Not actual decryption?

Mentor
10-09-2006, 06:31 PM
Brute forces dont do anything like encription? they just slowly go threw every possible password (unless decitonary attack in whihc its a list of common passwords) which are just hashes and tested against the pass until it finds one that works. Same as brute forceing anything. But its slow and would take years often to get a pw of lengh.

Blinger1
14-09-2006, 09:04 AM
can you DEHASH a md5 hash then?!

Call
14-09-2006, 04:34 PM
If you read any of that youd know you cant just use a table of known words md5ed and comapred to your hash or bruteforcing going through all there is.

Want to hide these adverts? Register an account for free!