Can MD5 be decrypted ? |
| |
 |
Reputation Power: 1

| | New Coder Posts: 36 Topics: 9 |
|
|
January 17, 2008, 05:41:55 AM
|
Can a message encrypted with MD5 be decrypted ?
I am using some MD5 function to encrypt my imp data. Is it possible to decrupt it again by any hacker ?
Edited to fix title spelling
« Last Edit: January 02, 2009, 11:30:46 AM by polas »
|
|
|
|
| |
 |
Reputation Power: 2

| | Regular Coder Location: UK
Gender:  Posts: 83 Topics: 14 |
|
|
February 04, 2008, 10:28:07 AM
|
|
|
| |
 |
Reputation Power: 19

| | Code Guru Location: India
Gender:  Posts: 1456 Topics: 135  |
|
|
February 07, 2008, 09:01:20 AM
|
How MD5 can be decrypted and can we prevent it ?
Help us to keep this forum clean. Report the SPAM!
|
|
| |
 |
Reputation Power: 2

| | Regular Coder Location: UK
Gender:  Posts: 83 Topics: 14 |
|
|
February 07, 2008, 01:40:19 PM
|
If you click on the 'Yes' I posted it links you to a decoding website.
The website works on having a database of alpha numeric passwords and their MD5 equivalents. If you have a totally random password such as "sdhfj213" then no one else would have it - therefore no MD5 equivalent would be available.
If it's other people's passwords, all I can suggest is not to have any chance of the database being stolen or copied.
|
|
| |
 |
Reputation Power: 19

| | Code Guru Location: India
Gender:  Posts: 1456 Topics: 135  |
|
|
February 12, 2008, 09:26:36 AM
|
Thanks for your reply.
Help us to keep this forum clean. Report the SPAM!
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 3 |
|
|
February 26, 2008, 04:03:09 AM
|
Besides these databases there are other ways of breaking MD5 hashes. One way would be to Brute-Force it. Basicly you give the allowed characters to a program and it compares the MD5 hash of every single combination to the hash you gave it. This is where the password strenght comes into play. A passwords strenght is depending on two things. The length and the variety of characters (including capitalisation and stuff like that). If you have a password with over 8 characters including uppercase letters, lower case letters, numbers and special characters it would give millions of possible combinations and take the Brute-Force program several thousand years to find the right combination. If you however have six numbers only it will take a few minutes.
So the best way to protect your users data is of course not to let anyone in the database and secondly you can encourage users to have a strong password.
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 1  |
|
|
April 13, 2008, 06:45:08 AM
|
anything can be decrypted given enough time
|
|
| |
 |
Reputation Power: 1

| | New Poster Posts: 10 Topics: 2 |
|
|
August 23, 2008, 02:55:15 AM
|
i dont think so personally. this is a one way harsh which mean it it is a one way street, you can only go and you can't come back. so you can't decrypt it.
However, you may break the password using like other said: brute force attack BUT not decrypt it!
|
|
| |
 |
Reputation Power: 1

| | New Coder Posts: 17 Topics: 5 |
|
|
September 06, 2008, 12:18:12 PM
|
yes it can be decrypted by hackers and non-hackers , google is your friend in this , it can help you find plenty of sites offering this service i personnaly got the opportunity to download before weeks an MD5 decryptor script, then i deleted it here is an example site that can decrypt MD5 : http://md5decryption.com/
|
|
| |
 |
Reputation Power: 17

| | Code Guru Gender:  Posts: 1403 Topics: 86  |
|
|
January 02, 2009, 11:00:31 AM
|
What is important is the life time of data - it all depends on how long it takes to decrypt the data. For instance, if it takes 200 years to decrypt data then its probably not of much use. This means that, although many encryption algotrithms are not perfect, it in essence does not really matter
|
|
| |
 |
Reputation Power: 1

| | New Poster Real name: Geraldine Smith Location: US
Gender:  Age: 23
Posts: 2 Topics: 0  |
|
|
November 02, 2010, 03:43:35 AM
|
I don't think so since md5 is a one way hash. It is the reason why most administrators reset passwords directly if you forget it.
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
May 31, 2011, 02:26:55 AM
|
yes MD5 is decrypted.............
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
July 13, 2011, 05:33:03 AM
|
Thing is i dont use any bruteforcing method, or some "stored words db". My method is 100% guranteed and i can win a nobel prize for this.
Try giving me some md5 hash and i will decrypt it.
fx The password sad encrypted with the MD5 hash gives: 49f0bad299687c62334182178bfd75d8
So I can reverse that above cycle to sad.
Try giving me some hashes.
|
|
| |
 |
Reputation Power: 2

| | Skilled Coder Posts: 149 Topics: 0 |
|
|
July 13, 2011, 05:33:57 AM
|
Thing is i dont use any bruteforcing method, or some "stored words db". My method is 100% guranteed and i can win a nobel prize for this.
Try giving me some md5 hash and i will decrypt it.
fx The password sad encrypted with the MD5 hash gives: 49f0bad299687c62334182178bfd75d8
So I can reverse that above cycle to sad.
Try giving me some hashes.
|
|
| |
 |
Reputation Power: 3

| | Professional Coder Posts: 227 Topics: 7 |
|
|
July 24, 2011, 11:49:27 PM
|
Yes md5 may be decrypted. But i don't no how to do it, I have just heard about it that md5 may be decrypted but i don't know how to do it.
|
|
| |
 |
Reputation Power: 5

| | Professional Coder Posts: 244 Topics: 85  |
|
|
August 08, 2011, 11:31:30 PM
|
had been working on this for years and finally i can do it.
Thing is i dont use any bruteforcing method, or some "stored words db". My method is 100% guranteed and i can win a nobel prize for this.
Try giving me some md5 hash and i will decrypt it.
fx The password sad encrypted with the MD5 hash gives: 49f0bad299687c62334182178bfd75d8
So I can reverse that above cycle to sad.
Try giving me some hashes.
|
|
| |
 |
Reputation Power: 1

| | New Coder Real name: Krishnan Location: Kerala, South India
Gender:  Age: 17
Posts: 29 Topics: 10 |
|
|
September 19, 2011, 07:26:43 AM
|
If you're THAT confident, I'll believe you. Now i have a question: Isn't it possible to create an encryption algorithm that cannot be decrypted to a unique string? ever?
|
|
| |
 |
Reputation Power: 1

| | New Poster Real name: Mark Jason Location: United States
Gender:  Age: 30
Posts: 7 Topics: 1  |
|
|
September 21, 2011, 09:29:53 AM
|
Can we access MDS without obtaining password?
|
|
| |
 |
Reputation Power: 1

| | New Coder Real name: Krishnan Location: Kerala, South India
Gender:  Age: 17
Posts: 29 Topics: 10 |
|
|
September 21, 2011, 06:31:40 PM
|
I don't think so since md5 is a one way hash. It is the reason why most administrators reset passwords directly if you forget it.
Ah, That answers my question. My bad for not reading through it.
|
|
| |
 |
FUE hair transplant in Pakistan Reputation Power: 1

| | New Coder Real name: Harry Martin Location: Pakistan
Gender:  Posts: 30 Topics: 0  |
|
|
November 04, 2011, 11:15:22 PM
|
I dont think so we can get MDS without gaining Password.
|
|
| |
 |
Biz Reputation Power: 2

| | Regular Coder Gender:  Age: 24
Posts: 87 Topics: 31 |
|
|
November 14, 2011, 04:48:30 AM
|
Yes it is possibility to hack
|
|
| |