Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

ecw:dcw Step-by-Step How To für Deppen wie mich

Thanks,
Next month only i can send the PM to you so i will contact you in next month.
 
Thank you So much Admin!

Thanks,
Next month only i can send the PM to you so i will contact you in next month.

Hi Jagger,

Could you please PM to me? Admin told, you can send the message to me.
my id is "oscamnds"
 
@Alex oscamnds kann mir noch keine PM schicken (und ich ihm auch nicht), er muß noch ein par sinvolle Beiträge verfassen, denke ich! Tut mir ja Leid, ich hätte ihm gern geholfen. Die Warteschlange für hashcat liegt Heute bei c.a. 10...14 Tagen. Im Grunde kann ich ihm helfen, mache ich gern, kein Problem!
 
Um es nochmal zu sagen 09AA ist DES, also stand Heute kein Problem! Ich würde aber lieber nicht alle EMM's schreiben! Die Karten haben bis zu ~100 tiers, F0 gibt es dort nicht.
Ich brute nun schon 2 Jahre lang, und es gab fast immer Warteschlange.
Um die Energie besser zu nutzen habe ich zwischenzeitlich auf Wasserkühlung umgestellt. Im Sommer heize ich nun den Pool...
 
Zuletzt bearbeitet:
mach es doch bei . ich glaub im moment ist die warteschlange dort 0 tage und es kostet 30$. die "suche" ist nach ca. 1-2 tagen durch. du musst ecw:dcw nur in ein token umwandeln. wie das geht, steht glaub ich auch auf der seite
 
Zuletzt bearbeitet:
Ich brauche nur 0,8 Tage! 32x RTX3080 mit 12KW (Solar-)Stromaufnahme...
Die Warteschlange ist aber immer mal recht lang.
 
never tried please advice details to use it, i seen token too long bytes, how to make token from ecw dcw 1122334455667788:1122334455667788
 
Zuletzt bearbeitet:
make your token with this html file. copy it and save it local. after that load it in your browser. insert ECW and DCW and click on the button "create crack.sh Token" :
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//DE">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv=“cache-control“ content=“no-cache“>
<meta http-equiv=“pragma“ content=“no-cache“>
<meta http-equiv=“expires“ content=“0″>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<title>crack.sh Token</title>
</head>
<body style="background-color: orange">
<h3>ECW:DCW to crack.sh DES token creator by name007</h3>
ECW :<input type="text" id="inpecw"><br>
DCW :<input type="text" id="inpdcw"><br>
<button onclick="createtoken ()">Create crack.sh Token</button>
<div id="ausgabe"></div><br>
<h3>Parity Bit Calculator for 56bit DES keys from crack.sh</h3>
56bit key from crack.sh (after inserting the key, click outsite of the input field) :<input type="text" id="deskey56" onchange="deskeycalc (this.value)"><br>
<div id="deskey64"></div>
<script>
function getbits (d)

{
	var a = parseInt (d.substr (0,4),16).toString (2),b = parseInt (d.substr (4,4),16).toString (2),c = parseInt (d.substr (8,4),16).toString (2),d = parseInt (d.substr (12,2),16).toString (2) ;
	while (a.length < 16)
		a = "0"+a ;
	if (a.length > 16)
		console.log ("a = "+a) ;
	while (b.length < 16)
		b = "0"+b ;
	if (b.length > 16)
		console.log ("b = "+b) ;
	while (c.length < 16)
		c = "0"+c ;
	if (c.length > 16)
		console.log ("c = "+c) ;
	while (d.length < 8)
		d = "0"+d ;
	if (d.length > 8)
		console.log ("d = "+d) ;
	return a+b+c+d ;
}

function deskeycalc (d)

{
	if (d.length != 14)
	{
		document.getElementById ("deskey64").innerHTML = "Deskey from crack.sh has 56 bits. Your key : "+((d.length)*4)+" bits" ;
		return ;
	}
	var bits = getbits (d),i,j,bv,count,bits64 = "",tmp ;
	while (bits.length < 56)
		bits = "0"+bits ;
	for (i = 0 ; i < 8 ; i++)
	{
		bv = bits.substr (i*7,7) ;
		count = 1 ;
		for (j = 0 ; j < 7 ; j++)
			if (bv.substr (j,1) == "1")
				count *= -1 ;
		if (count == -1)
			bv += "0" ;
		else
			bv += "1" ;
		tmp = parseInt (bv,2).toString (16) ;
		if (tmp.length != 2)
			tmp = "0"+tmp ;
		bits64 += tmp ;
	}
	document.getElementById ("deskey64").innerHTML = "64bit Deskey : "+bits64 ;
	document.getElementById ("deskey56").value = "" ;
}

function hex2a(hexx)

{
var hex = hexx.toString(),y,z;
var str = '';
	for (var i = 0; i < hex.length; i += 2)
	{
		z = parseInt(hex.substr(i, 2), 16) ;
		y = String.fromCharCode(z) ;
		str += y;
	}
	return str;
}

function a2hex (a)

{
var str,i ;
	str = "" ;
	for (i = 00 ; i < a.length ; i++)
		str += a.charCodeAt (i).toString (16) ;
	return str; 
}


function createtoken ()

{
var ecw,dcw,token,bin,ba ;
	ecw = document.getElementById ("inpecw").value ;
	dcw = document.getElementById ("inpdcw").value ;
	token = dcw+"ffffffffffffffff"+ecw ;
	bin = hex2a (token) ;
	token = "$98$"+window.btoa (bin) ;
	document.getElementById ("ausgabe").innerHTML = "crack.sh Token : "+token ;
	document.getElementById ("inpecw").value = "" ;
	document.getElementById ("inpdcw").value = "" ;
}

</script>
</body>
</html>
EDIT : add parity bit calculator for 56bit keys
 
Zuletzt bearbeitet:
Thank you so much dear, to help to the finding key..
Thanks a lot.
 
i cnt pm my pm locked

you can find k1
 
it possible to use google cloud for hashcat,
Yes
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…