Find Jobs
Hire Freelancers

active password checking

$10-30 USD

In Progress
Posted almost 8 years ago

$10-30 USD

Paid on delivery
write code for password checking
Project ID: 10665317

About the project

12 proposals
Remote project
Active 8 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
Authentication is a very simple task to accomplish in PHP. Please let me know more information about how you want to check people's passwords and where the data will be supplied from and what it will be compared to. Should take no longer than 4 hours.
$15 USD in 0 day
5.0 (13 reviews)
3.7
3.7
12 freelancers are bidding on average $26 USD for this job
User Avatar
hello sir, i can do your project.... please accept my bid so that i can start it... i m expert in this type of project... u can also see my portfolio... please sir accept my bid.. please hope u will do i m waiting for your response.. thank you.. :)
$25 USD in 0 day
4.9 (314 reviews)
6.5
6.5
User Avatar
Hi, I have 9+ years of experience in PHP, MySQL, Drupal. I can write code for checking password. I am available now. Thanks, Gulshan
$35 USD in 1 day
4.9 (31 reviews)
4.7
4.7
User Avatar
Hello Sir, I have checked your requirement, May I Know which type of Password checking script you need sir? Thanks.
$30 USD in 1 day
5.0 (3 reviews)
3.1
3.1
User Avatar
Hi. I'm Very intersted in your project. Would like to participate. Allready have the few solutions for your project :)
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Depending on how the data is being pulled i.e. - Querying a database to check if the salt/md5/password_hash matches the data.. Please note the code I am showing is an example of something I have quickly wrote and will not work in your world application.. it is written for the MySQL Driver: PDO.. I don't know how much effort to put into these descriptions as this is my first ever freelance bid. Hope we can do some business! public static function checkPassword($userID, $Password, $Type) { global $db; switch($Type) { case "md5": $select = $db->prepare('SELECT id FROM users WHERE id = :id AND password = :password'); $select->execute([ ':id' => $userID, ':password' => $Password ]); return ($select->rowCount() == 1) ? true : false; break; case "password_hash": $select = $db->prepare('SELECT password FROM users WHERE id = :id'); $select->execute([ ':id' => $userID ]); $row = $select->fetch(PDO::FETCH_OBJ); return password_verify($Password, $row->password); break; } }
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I would like to work on your project. I am starting my career as freelancer.I have 10 year coding experience and will not disappoint you.
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I can do this in PHP. Will the password come out of a database? I can do this easily within a day. Just let me know.
$29 USD in 1 day
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
undefined, United States
5.0
1
Payment method verified
Member since May 31, 2016

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.