¡@

Home 

php Programming Glossary: fingerprint

Secure login: public key encryption in PHP and Javascript

http://stackoverflow.com/questions/1528012/secure-login-public-key-encryption-in-php-and-javascript

and stop the script kiddies. SSL is definitely not a fingerprint lock as so say in your comments JCryption and your proposal..

Fingerprint authentication for php web app

http://stackoverflow.com/questions/3498945/fingerprint-authentication-for-php-web-app

I need to implement authentication in a php app but using fingerprint as part of credentials. So sincerely I'm kind of lost here... could give me would be appreciated. php authentication fingerprint share improve this question Jaison you cannot do it and.. to be done on some sort of client machine. That means a fingerprint reading device hooked up to something like a computer probably..

Can I use a fingerprint scanner on my website?

http://stackoverflow.com/questions/4169678/can-i-use-a-fingerprint-scanner-on-my-website

I use a fingerprint scanner on my website I'm making a web application and would.. box but that's not very secure. So I want to use a USB fingerprint reader to maybe generate a hash for each person and store that.. with everyone's hash value. Does anyone know if there is a fingerprint reader out there that can do this or of a way I can easily integrate..

How to work out two images's degree of similarity using php

http://stackoverflow.com/questions/4477417/how-to-work-out-two-imagess-degree-of-similarity-using-php

How can I measure the similarity between two images Image fingerprint to compare similarity of many images What algorithm could be..

PHP Sessions + Useragent with salt

http://stackoverflow.com/questions/616545/php-sessions-useragent-with-salt

the session WITH an additional salt. Something like this fingerprint md5 'SECRET SALT'. _SERVER 'HTTP_USER_AGENT' The salt would.. md5 'SECRET SALT'. _SERVER 'HTTP_USER_AGENT' _SESSION 'fingerprint' So WHY would a salt make it more secure since the attacker.. add a salt is simple. Generally when you're creating this fingerprint if you're using only one item of data which has a limited dataset..