|
You last visited: Today at 06:24
Advertisement
md5 to String
Discussion on md5 to String within the Rappelz Private Server forum part of the Rappelz category.
06/16/2012, 08:53
|
#1
|
elite*gold: 0
Join Date: Feb 2012
Posts: 31
Received Thanks: 3
|
md5 to String
does anyone knows a tool or a website that can generate a string from the md5
 ty
|
|
|
06/16/2012, 08:59
|
#2
|
elite*gold: 0
Join Date: Nov 2011
Posts: 978
Received Thanks: 1,011
|
Quote:
Originally Posted by terminateur11
does anyone knows a tool or a website that can generate a string from the md5
 ty
|
MD5 is an One Way hash....You could only Brutforce it, to get it....
|
|
|
06/16/2012, 18:52
|
#3
|
elite*gold: 0
Join Date: Nov 2011
Posts: 136
Received Thanks: 62
|
what about DES ?
|
|
|
06/16/2012, 18:55
|
#4
|
elite*gold: 40
Join Date: Jul 2011
Posts: 84
Received Thanks: 11
|
Is it a salted hash?
If not you may try using rainbow tables:
|
|
|
06/16/2012, 18:58
|
#5
|
elite*gold: 0
Join Date: May 2011
Posts: 5,086
Received Thanks: 3,472
|
Quote:
Originally Posted by 5405045
what about DES ?
|
You can decrypt DES, but for this you need the algorythm & the key.
simple to get it. :3
|
|
|
06/17/2012, 14:47
|
#6
|
elite*gold: 0
Join Date: Jun 2010
Posts: 573
Received Thanks: 163
|
Quote:
Originally Posted by Xijezu
You can decrypt DES, but for this you need the algorythm & the key.
simple to get it. :3
|
Auth Source Code is floating around heree somewhere. The DES functions are included. Just didn't want to waste my time on this since there are still servers without DB password.
|
|
|
 |
Similar Threads
|
[Visual Basic] [Problem] String auslesen/String zufällig wählen
05/06/2012 - General Coding - 4 Replies
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Name Generator", 236, 299, 815, 246)
$Input1 = GUICtrlCreateInput("Username", 24, 72, 185, 21)
$Input2 = GUICtrlCreateInput("Username", 24, 104, 185, 21)
$Input3 = GUICtrlCreateInput("Username", 24, 136, 185, 21)
$Input4 = GUICtrlCreateInput("Username", 24, 168, 185, 21)
$Input5 = GUICtrlCreateInput("Username", 24, 200, 185, 21)
|
c++ String to hex
10/13/2011 - C/C++ - 24 Replies
hey ich habe ein programm geschrieben wo ich einen string einlese mein problem ist das der einzulesende string am schlus als hex zahl bzw adresse verwendet werden soll deshalb muss ich den string in eine adresse umwandeln also am besten
const char* -> unsinged
ich würd mich sehr über eure hilfe freuen ^^
|
[VB08]String in String mit mehreren Funden
08/08/2011 - .NET Languages - 6 Replies
Hey,
bin gerade auf ein Problem gestoßen, an dem ich mir seit 3 Stunden die Zähne ausbeiße.
Ich will eine Funktion schreiben, die der _StringBetween Funktion von AutoIt gleich ist. _StringBetween gibt in einem Array alle Strings zwischen zwei SubStrings und dem ganzen String aus. Die Ausgabe bei
_StringBetween("<h1>test1</h1>&l t;h1>test2</h1>", "<h1>", "</h1>") wäre also idealer Weiße ein Array (x = "test1", x = "test2")...
da man in VB08 kein Array returnen kann, komme ich aber einfach...
|
[C++] string zwischen string
11/11/2010 - C/C++ - 6 Replies
tag gibts direkt ne funktion, mit der man einen passenden string zwischen dem string suchen kann?
also meine net .find() sondern sowas ähnliches, die in diesem beispiel "mein string sucht"
Bsp:
"<span id=\"lalala\">"+string mein_string+"</span>"
understanden? :-)
|
All times are GMT +1. The time now is 06:24.
|
|