Let's say I'll have a restricted area. A set of users enter they username and password session start then browse the private contents.
It would be nice to restrict the access from a single IP. But since the users need to access from home too... this is not possible. and since they access from untrusted PC they may be source of security issues...
What would u suggest to increase the security to have something more than the simple user/pwd couple?
I have the following ideas :
a) use a internet address like http://safe.mysite.com and the in the php script cheack if the hostname is like that or else log out the user...
b) give a keyfile to the users ... is it possible to implement?
c) implement the pinPAD as additional security input
I wait for comments
thank you vM :-)