catdance
07-16-2009, 05:13 AM
I am working on something that I have to first read the id number on a magnetic stripe card then post it to a login.aspx to login the website.
what sorts of techniques can I use for achieving that?
my first solution is (insecure)----:
save the data in a file when swipe the card, then use ActiveX control in a Javascript to read the file on clinet machine, then post it to the login.aspx
any better idea?
what sorts of techniques can I use for achieving that?
my first solution is (insecure)----:
save the data in a file when swipe the card, then use ActiveX control in a Javascript to read the file on clinet machine, then post it to the login.aspx
any better idea?