|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 96
Members: 0
Total: 96
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
what kind of password is that ? |
|
Posted: Fri Jul 24, 2009 2:33 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
what kind of password is that ?
c79c8d784688e54bdd93500b813ef0c9:2U |
|
|
|
|
Posted: Fri Jul 24, 2009 3:40 pm |
|
|
Alefux |
Beginner |
|
|
Joined: Jul 24, 2009 |
Posts: 3 |
|
|
|
|
|
|
|
c79c8d784688e54bdd93500b813ef0c9 is MD5 i think |
|
|
|
|
Posted: Fri Jul 24, 2009 4:30 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 24, 2009 4:38 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
How i can decrypt this ? i have passpro
This is the php code to crypt the password
With passpro i select what type of hash to decrypt it ?
Code: | public function getHash($password, $salt=false)
{
if (is_integer($salt)) {
$salt = $this->getRandomString($salt);
}
return $salt===false ? md5($password) : md5($salt.$password).':'.$salt;
} |
|
|
|
|
|
Posted: Fri Jul 24, 2009 5:21 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Fri Jul 24, 2009 9:36 pm |
|
|
-AO- |
Advanced user |
|
|
Joined: Jul 15, 2008 |
Posts: 205 |
Location: United States |
|
|
|
|
|
|
from the function you posted it's
Code: | md5($salt.$password) |
in passwords pro pick md5($salt.$password) as the algorithm. |
|
|
|
|
Posted: Sat Jul 25, 2009 1:12 am |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Plaintext of c79c8d784688e54bdd93500b813ef0c9 is xander |
|
|
|
|
Posted: Sat Jul 25, 2009 2:56 am |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
you use what in passwordpro ? what type of hash |
|
|
|
|
Posted: Sat Jul 25, 2009 2:05 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
waraxe you use what type os hash to decrypt it ? |
|
|
|
|
Posted: Sat Jul 25, 2009 4:40 pm |
|
|
one23 |
Advanced user |
|
|
Joined: Dec 12, 2008 |
Posts: 98 |
|
|
|
|
|
|
|
clubreseau wrote: | waraxe you use what type os hash to decrypt it ? |
don't u read the topic ? as -AO- said it's :
md5($salt.$password) |
|
|
|
|
Posted: Sat Jul 25, 2009 6:04 pm |
|
|
clubreseau |
Advanced user |
|
|
Joined: Apr 10, 2008 |
Posts: 128 |
|
|
|
|
|
|
|
Sorry.
AO was completely Right.
the problem was me.....
A0 Teach me how to do it......
And now I feel more intelligent...
AO for PRESIDENT ! |
|
|
|
|
www.waraxe.us Forum Index -> General discussion
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|