Find Jobs
Hire Freelancers

active password checking

$10-30 USD

Berlangsung
Dibuat hampir 8 tahun yang lalu

$10-30 USD

Dibayar ketika dikirim
write code for password checking
ID Proyek: 10665317

Tentang proyek

12 proposal
Proyek remot
Aktif 8 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
Diberikan kepada:
Avatar Pengguna
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 dalam 0 hari
5,0 (13 ulasan)
3,7
3,7
12 freelancer menawar dengan rata-rata $26 USD untuk pekerjaan ini
Avatar Pengguna
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 dalam 0 hari
4,9 (314 ulasan)
6,5
6,5
Avatar Pengguna
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 dalam 1 hari
4,9 (31 ulasan)
4,7
4,7
Avatar Pengguna
Hello Sir, I have checked your requirement, May I Know which type of Password checking script you need sir? Thanks.
$30 USD dalam 1 hari
5,0 (3 ulasan)
3,1
3,1
Avatar Pengguna
Hi. I'm Very intersted in your project. Would like to participate. Allready have the few solutions for your project :)
$25 USD dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera UNITED STATES
undefined, United States
5,0
1
Memverifikasi Metode pembayaran
Anggota sejak Mei 31, 2016

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.