I\'m working on a JavaScript project that involves reading credit cards and driver\'s licenses from a USB magnetic stripe reader in keyboard emulation mode. It turns out getting
Hm, I'm not sure if this will be of help, but I ran across Jumio which has an online ID verification. I don't know if it would work with your current implementation of your strip scanner, but give it a look it could be exactly what you want: https://pay.jumio.com/
It works by either scanning the license with a built in webcam or uploading an image of the license to their server to verify. http://jumio.com/products/netverify/online-id-verification/
Good luck!