| View previous topic :: View next topic |
| Author |
Message |
Zarr Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2008 Posts: 915 Location: localhost
|
Posted: Sun Jan 31, 2010 9:07 pm Post subject: |
|
|
| akinos wrote: |
I knew already about HEX , I meant that I want a website for ASCII to MD5.
thanks though |
MD5 hashing does not work like that. It is primarily for file verification; if you're downloading a large file via FTP, HTTP, etc, which typically doesn't auto-verify file integrity, sometimes the uploader will provide the hash of the file for you to check yourself. Via the Avalanche effect, if even a single bit is different between two files the hashes will be completely different and the download can be determined corrupt.
It is very near impossible to recover the original data from a hash as most of the time the great majority of the data is lost (and the rest of the time it's impossible to tell what the original data and genrated data is), with only the last however-many characters of the encrypted file used for the hash. Brute forcing such a hash takes an unbelievably long time, and when the hash is shorter than the size of the file itself there will inevitably be many thousands of collisions before the original file will be generated. It might take hundreds of thousands of years to brute force, even with the fastest supercomputer on the planet, only a 1MB file with only its hash (1 in 2^1048576 (of which I have no fucking clue what the number would actually be since no calculator can go that high) or so chance of finding another 1MB file with the same hash), and before that file is found there will inevitably be many, many potential candidates with no way to verify which file is the file you're actually looking for. Note that in practice an actual file hash collision is extraordinarily unlikely.
tl;dr, MD5 hashing does not work like that. _________________
|
|
| Back to top |
|
 |
akinos Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2007 Posts: 534 Location: St-Low
|
Posted: Sun Feb 07, 2010 11:40 am Post subject: |
|
|
other replys? =O _________________
|
|
| Back to top |
|
 |
Karakawe I post too much
Reputation: 3
Joined: 17 Apr 2007 Posts: 3899
|
Posted: Sun Feb 07, 2010 1:08 pm Post subject: |
|
|
| Still have no idea what you want to do. |
|
| Back to top |
|
 |
NINTENDO Grandmaster Cheater Supreme
Reputation: 0
Joined: 02 Nov 2007 Posts: 1371
|
Posted: Mon Feb 08, 2010 10:48 am Post subject: |
|
|
| iTz SWAT wrote: | | SF wrote: | | I think he means he wants to convert a girl's name into something else that needs decoding to figure out..? |
Ohh. Use MD5. |
How would he reverse it? _________________
Intel over amd yes. |
|
| Back to top |
|
 |
potaters Grandmaster Cheater
Reputation: 72
Joined: 13 Apr 2009 Posts: 969
|
Posted: Mon Feb 08, 2010 10:52 am Post subject: |
|
|
| JesusLovesQlimax wrote: | | iTz SWAT wrote: | | SF wrote: | | I think he means he wants to convert a girl's name into something else that needs decoding to figure out..? |
Ohh. Use MD5. |
How would he reverse it? |
You could use an MD5 hash cracker. |
|
| Back to top |
|
 |
What The Fuck. How do I cheat?
Reputation: 0
Joined: 26 Aug 2009 Posts: 2
|
Posted: Mon Feb 08, 2010 4:53 pm Post subject: |
|
|
I'm guessing that he wants to encrypt a girl name? I do not understand the hex or ascii part...
Like this? SG1tLi4uIEVtbWEgd2F0c29uLg== |
|
| Back to top |
|
 |
akinos Grandmaster Cheater
Reputation: 0
Joined: 11 Jan 2007 Posts: 534 Location: St-Low
|
Posted: Sat Feb 13, 2010 10:35 am Post subject: |
|
|
| What The Fuck. wrote: | I'm guessing that he wants to encrypt a girl name? I do not understand the hex or ascii part...
Like this? SG1tLi4uIEVtbWEgd2F0c29uLg== |
well I guess , example HEX to ASCII is nicee but I would like to use another kind of code to hide a name/word. _________________
|
|
| Back to top |
|
 |
gogodr I post too much
Reputation: 125
Joined: 19 Dec 2006 Posts: 2041
|
Posted: Sat Feb 13, 2010 12:49 pm Post subject: |
|
|
| he doesnt want to learn how to code but how to encrypt :/ |
|
| Back to top |
|
 |
Mozilla Firefox Grandmaster Cheater Supreme
Reputation: 0
Joined: 06 Feb 2007 Posts: 1250
|
Posted: Mon Feb 15, 2010 6:49 am Post subject: |
|
|
| akinos wrote: | | What The Fuck. wrote: | I'm guessing that he wants to encrypt a girl name? I do not understand the hex or ascii part...
Like this? SG1tLi4uIEVtbWEgd2F0c29uLg== |
well I guess , example HEX to ASCII is nicee but I would like to use another kind of code to hide a name/word. |
why don't you just make your own algorithm?  |
|
| Back to top |
|
 |
|