login
Forgot?
Login with Facebook

Don't have an account? Register one now!

Decryption Script

Bids 
3
Avg Bid
$173 USD
CLOSED
  • Project ID:

    465911
  • Project Type:

    Fixed
  • Budget:

    $30-$250 USD

Project Description:

I need to find out 1 or 2 passwords on my social network for personal reasons.

I've attached the file which handles encryption.

I want a script that allows me to simply type in what is shown in my database: 43be8069d326ae3ca1caeba05b31823f

And decrypt it into what the password is raw.

Please check my feedback, I'm a trustworthy buyer.




The social networking script uses the following way to encrypt:


function user_password_crypt($user_password)
{
global $setting;
if( !$this->user_exists )
{
$method = $setting['setting_password_method'];

$this->user_salt = randomcode($setting['setting_password_code_length']);

}
else
{
$method = $this->user_info['user_password_method'];
}
// For new methods

if( $method>0 )
{
if( !empty($this->user_salt) )
{
list($salt1, $salt2) = str_split($this->user_salt, ceil(strlen($this->user_salt) / 2));

$salty_password = $salt1.$user_password.$salt2;
}
else
{
$salty_password = $user_password;
}
}
switch( $method )
{
// crypt()

default:

case 0:

$user_password_crypt = crypt($user_password, '$1$'.str_pad(substr($this->user_salt, 0, 8), 8, '0', STR_PAD_LEFT).'$');

break;


// md5()
case 1:
$user_password_crypt = md5($salty_password);
break;

// sha1()
case 2:
$user_password_crypt = sha1($salty_password);
break;


// crc32()
case 3:
$user_password_crypt = sprintf("%u", crc32($salty_password));
break;
}
return $user_password_crypt;
}
// END user_password_crypt() METHOD

Additional Project Description:

07/09/2009 at 15:14 EDT:
ALTERNATIVELY : If the above is impossible, can you make it so password decryption can be disabled? And then tell me how to enable it again after a short while.



Skills required:

Computer Security, Data Entry, Social Networking, SQL, Web Security

Project posted by:

bengoeswild United Kingdom
(25 Reviews)

Last seen:

If you are the project creator or one of the bidders, please Log In for more options.


All Bids ()

crajeshbe India
b.gif
crajeshbe
India From India     Offline
  Foundation Freelancer.co.uk Member
  General Freelancer Orientation (90%, 98th percentile)
  Foundation LimeExchange Member
  Foundation EUFreelance.com Member
$150 in 4 days 
0
over 2 years ago
5.0

5.2

27 Reviews
57% Completion Rate
Hi Good day, We couldn't decrypt the MD5 encryption. So I'll disable the decryption functionality. Regards C.Rajesh B.E
srinichal India
victory.jpg
srinichal
India From India     Gold Member     Offline
  General Freelancer Orientation (85%, 95th percentile)
$120 in 3 days 
0
over 2 years ago
5.0

4.4

12 Reviews
57% Completion Rate
can do the job if given a chance
musaulker Turkey
IMG_8358_kucuk_254_200.jpg
musaulker
Turkey From Turkey     Offline
  Foundation LimeExchange Member
  Foundation EUFreelance.com Member
$250 in 0 days 
0
over 2 years ago
5.0

4.4

2 Reviews
68% Completion Rate
Hello, I can help you to find out the passwords.. Your regards,