double/triple md5
Moderator: BarsMonster
- exoomer
- Posts: 9
- Joined: Sun Jan 10, 2010 4:48 pm
- Location: Slovakia [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
double/triple md5
Do you shedule to add algorithmes like double or triple md5 [md5(md5(password))/md5(md5(md5(password)))] ? Because your program is great, but this option would be great :)
CPU: C2D E6600 at 2,4GHz | MB: ASUS P5B Deluxe | GPU: 8800GTS 640MB | RAM: 3x1024MB DDR2 Kingston 667MHz | Power: Fortron 700W | HDD: WD 400GB + WD 500GB | LCD: 22" LCD Samsung 223BW (16:10) + 19" Samsung 931c (4:3) | OS: Win7
- exoomer
- Posts: 9
- Joined: Sun Jan 10, 2010 4:48 pm
- Location: Slovakia [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: double/triple md5
I know some guys that are using triple md5 without salt :)
CPU: C2D E6600 at 2,4GHz | MB: ASUS P5B Deluxe | GPU: 8800GTS 640MB | RAM: 3x1024MB DDR2 Kingston 667MHz | Power: Fortron 700W | HDD: WD 400GB + WD 500GB | LCD: 22" LCD Samsung 223BW (16:10) + 19" Samsung 931c (4:3) | OS: Win7
- LordMike
- Posts: 184
- Joined: Tue Feb 10, 2009 8:34 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: double/triple md5
lol 
Anyhow. It will prob. be an option of the salty cracker. Else you can use
the Hashcat 0.31. Which IIRC, can do just that.

Anyhow. It will prob. be an option of the salty cracker. Else you can use
the Hashcat 0.31. Which IIRC, can do just that.
- exoomer
- Posts: 9
- Joined: Sun Jan 10, 2010 4:48 pm
- Location: Slovakia [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: double/triple md5
Thx LordMike, that program is ideal :)
//edit: the only disadvantage of this prog. is the speed, in brute force md5 the speed is only abour 13/14M/s, double md5 4M/s, isn't it a bit slow? BarsWF is running 60M/s only on my processor, another 250M/s on the GPU.
//edit: the only disadvantage of this prog. is the speed, in brute force md5 the speed is only abour 13/14M/s, double md5 4M/s, isn't it a bit slow? BarsWF is running 60M/s only on my processor, another 250M/s on the GPU.
CPU: C2D E6600 at 2,4GHz | MB: ASUS P5B Deluxe | GPU: 8800GTS 640MB | RAM: 3x1024MB DDR2 Kingston 667MHz | Power: Fortron 700W | HDD: WD 400GB + WD 500GB | LCD: 22" LCD Samsung 223BW (16:10) + 19" Samsung 931c (4:3) | OS: Win7
- schwarzwaldhacker
- Posts: 170
- Joined: Tue Apr 07, 2009 7:18 am
- Location: Россия
- Contact:
Re: double/triple md5
Just wondering who uses triple MD5?
Code: Select all
if ($_SESSION['konto']==1)
{
$_SESSION['passw']=md5($_SESSION['passw']);
$_SESSION['passw']=md5($_SESSION['passw']);
$_SESSION['passw']=md5($_SESSION['passw']);
$req="select * from benutzer where pseudo='$_SESSION[pseudo]' and passw='$_SESSION[passw]'"

Re: double/triple md5
People that use single, double, triple, or more without a unique salt per hash don't know what is going on around them.
- schwarzwaldhacker
- Posts: 170
- Joined: Tue Apr 07, 2009 7:18 am
- Location: Россия
- Contact:
Re: double/triple md5
That is correct, of course! I only thought about the Online-MD5-Databases.People that use single, double, triple, or more without a unique salt per hash don't know what is going on around them.
- LordMike
- Posts: 184
- Joined: Tue Feb 10, 2009 8:34 am [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Re: double/triple md5
Or.. They rely on security by secrecy.Sc00bz wrote:People that use single, double, triple, or more without a unique salt per hash don't know what is going on around them.
Who is online
Users browsing this forum: No registered users and 1 guest