Page 1 of 1
PHP with finger print scanner...HELP
Posted: Mon Oct 27, 2008 5:54 am
by azhan
hey guys,
did any of u guys had implement finger print scanner as a login verification on browsing (PHP based)?
I need a guide on how to communicates the finger print software with the php coding....is there any book on this so that i could refer to?
Please, any suggestion will do....
thanks guys!
Azhan
Re: PHP with finger print scanner...HELP
Posted: Mon Oct 27, 2008 6:36 am
by onion2k
PHP can't interact with hardware on the user's computer. What you need to do is work out a way to get the fingerprint data into a form in a web browser, and then pass that to PHP like any other password. Depending on the fingerprint reader that will either be very easy because it scans it and converts it into a text string that's passed by the keyboard interrupt to the currently focussed application, or it'll be impossible because the fingerprint reader only works with a local authentication service.
Re: PHP with finger print scanner...HELP
Posted: Mon Oct 27, 2008 8:12 am
by azhan
Ouhhh....so it depends on the software of the finger print scanner izzit? hurmmmm.. i have to figure out a way to import the input data from the software itself....
thanks to onion2k for your view.....im still figuring out the method...
some people say that the method being kept so that less ppl could hack the system....who knows.....
any other suggestion guys?
thanks in advanced!
azhan