|
You last visited: Today at 16:27
Advertisement
[Request]MySQL password decrypter/encrypter
Discussion on [Request]MySQL password decrypter/encrypter within the CO2 Programming forum part of the Conquer Online 2 category.
09/09/2008, 16:24
|
#1
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
|
[Request]MySQL password decrypter/encrypter
Yo i was wondering if someone could make a MySQL password decrypter/encrypter for me...
I would need it to set new passwords for my users on my forum and my server.
Regarts,
Juki
|
|
|
09/09/2008, 16:50
|
#2
|
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
|
Quote:
Originally Posted by lolmaster123
Yo i was wondering if someone could make a MySQL password decrypter/encrypter for me...
I would need it to set new passwords for my users on my forum and my server.
Regarts,
Juki
|
I would assume they are stored in a non-reversable encryption like md5 / sha-1 so making new passes would be a piece of cake but decrypting them an impossible task.
|
|
|
09/09/2008, 17:24
|
#3
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
|
****... thx...
|
|
|
09/09/2008, 20:49
|
#4
|
elite*gold: 0
Join Date: Dec 2006
Posts: 398
Received Thanks: 40
|
Quote:
Originally Posted by lolmaster123
Yo i was wondering if someone could make a MySQL password decrypter/encrypter for me...
I would need it to set new passwords for my users on my forum and my server.
Regarts,
Juki
|
Just get some nice rainbows tables and you will be able to "crack" it within 1 week. MySQL password are stored as "MySQL" passwords. They are shown as "Username", "Hash", and challenge at some points.
|
|
|
09/09/2008, 21:42
|
#5
|
elite*gold: 20
Join Date: Jan 2008
Posts: 2,338
Received Thanks: 490
|
Quote:
Originally Posted by Heddskott
Just get some nice rainbows tables and you will be able to "crack" it within 1 week. MySQL password are stored as "MySQL" passwords. They are shown as "Username", "Hash", and challenge at some points.
|
Hacker....xD
i already found a way to de/encrypt^^
|
|
|
09/11/2008, 10:28
|
#6
|
elite*gold: 0
Join Date: Feb 2006
Posts: 550
Received Thanks: 82
|
... MD5 and SHA1 are reversible, how do you think the server handles the password? lol.
|
|
|
09/11/2008, 13:08
|
#7
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
MD5 and SHA1 are destructive hashes, they're not rversable. Of course, they are crackable by brute force, if you have a spare zombie-net, or a supercomputer at hand. Feasibly though, you're never gonna crack them.
How does a server handle a password? Simple - it stores the password as a hash, and each time the user logs in, the password they enter is hashed and compared against the the stored hash.
Now, Official CO servers actually store passwords as plain text (dumb yes). Anyone who has made a private server that doesn't hash passwords is equally idiotic. The password encryption used on the CO protocol for sending it to server is reversable though.
|
|
|
09/12/2008, 13:19
|
#8
|
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
|
Quote:
Originally Posted by ChingChong23
... MD5 and SHA1 are reversible, how do you think the server handles the password? lol.
|
Another one for my sig.. lol...
|
|
|
09/13/2008, 15:30
|
#9
|
elite*gold: 0
Join Date: Jan 2008
Posts: 303
Received Thanks: 156
|
Quote:
Originally Posted by MushyPeas
Another one for my sig.. lol...
|
MD5 Is crackable from what Ive read (* Though havnt tried so I may be wrong *) the SHA1 on the other hand... lol....
*also, doesnt even leavemealone say MD5 isnt hard to decrypt... in your siggy with the link to the Underground (*  *) Or shucks is that just a "bait" link
|
|
|
09/13/2008, 15:43
|
#10
|
elite*gold: 20
Join Date: Jun 2005
Posts: 1,013
Received Thanks: 381
|
They can't be "decrypted" as such. The hash destroys the original information. The only way to crack hashed passwords is to use a brute force attack, either a dictionary, or random pass generator where every entry is hashed and compared against the original. There's little difference between cracking SHA-1 and MD5 in that case, but as I mentioned, cracking say, 8 character alpahnumeric passwords can take forever, but some people have databases, where every possible hash for an md5 of say, 8 character alohanumeric characters is stored, and it's much quicker to look up the hash in the database than to try and crack it with an alogorithm.
|
|
|
09/13/2008, 18:32
|
#11
|
elite*gold: 0
Join Date: Oct 2006
Posts: 800
Received Thanks: 89
|
|
|
|
09/14/2008, 21:34
|
#12
|
elite*gold: 0
Join Date: Nov 2006
Posts: 805
Received Thanks: 464
|
Quote:
Originally Posted by MushyPeas
|
Please don't throw rainbow tables at me :X
|
|
|
 |
Similar Threads
|
[Request/To BUY] Shaiya svmap Editor + .sdata decrypter/encrypter tool
11/12/2011 - Shaiya - 12 Replies
Hi Guys,
I am looking for the latest svmap editor as well as .sdata decrypter/encrypter (if have) but importantly i am looking for working svmap editor (which can view, add/edit and save the svmap files) which i could use to add NPC and Monster into the svmaps files.
EDIT: I found the solution to this. Thanks ZeroSignal for posting the solution. For those looking for this solution, just go to here http://www.elitepvpers.com/forum/shaiya-private-ser ver/659649-shay-data-edit-0-1b.html
|
[Request] Encrypter / Decrypter
09/27/2009 - General Coding - 1 Replies
Hi, can i ask for help in coding a Enc/Dec?
you can do it in any language you wish..^_^ thanks..
this are the ff.
i want to dec & enc it. i can do it manually but takes a long time, so hope someone would make this.^_^
Some of my figured out things.
everything was just inverted.
Gc{fp - sword
|
Encrypter/Decrypter
06/16/2009 - Conquer Online 2 - 3 Replies
Anyone know of a good program that can decrypt/encrypt DAT files like Monster, Itemtype, etc... in the conquer folder?
ty
<3
|
Encrypter/Decrypter
06/15/2009 - CO2 Private Server - 5 Replies
Anyone know of a good program that can decrypt/encrypt DAT files like Monster, Itemtype, etc... in the conquer folder?
:)
ty
<3
|
Lineage2 Decrypter/encrypter
04/05/2005 - Lin2 Exploits, Hacks, Bots, Tools & Macros - 12 Replies
I found this in the forum for l2decrypt, this one can decrypt and encrypt the newest 411 and also the older ones.
Myself have not tried it yet.
#Does not work.
|
All times are GMT +2. The time now is 16:27.
|
|