T
teddysnips
My clients want their employees to log in by scanning a barcode on
their passes. I've set up a web page with a text box to capture the
scanned barcode.
Two questions.
1. Can anyone think of a neat way to authenticate the scanned barcode
without any further user action? The barcodes I'm using to play with
the system are the ones on my CDs which have an embedded CR, which
nicely press the default ASP button, but I may not be able to rely on
that. So, any thoughts? I might be able to rely on the length of the
string, or possibly a closing character (I don't know if the client has
made up his mind about the format of the barcodes, or even whether he
cares ;¬
2. I want to mask from the user the actual value in the barcode.
Well, I don't - I couldn't really care less - it's the picky client who
wants to do this. So I tried putting the TextMode on TextBox into
"Password", but then it didn't accept the scanning.
Anyway, thanks for your help in advance.
Edward
their passes. I've set up a web page with a text box to capture the
scanned barcode.
Two questions.
1. Can anyone think of a neat way to authenticate the scanned barcode
without any further user action? The barcodes I'm using to play with
the system are the ones on my CDs which have an embedded CR, which
nicely press the default ASP button, but I may not be able to rely on
that. So, any thoughts? I might be able to rely on the length of the
string, or possibly a closing character (I don't know if the client has
made up his mind about the format of the barcodes, or even whether he
cares ;¬
2. I want to mask from the user the actual value in the barcode.
Well, I don't - I couldn't really care less - it's the picky client who
wants to do this. So I tried putting the TextMode on TextBox into
"Password", but then it didn't accept the scanning.
Anyway, thanks for your help in advance.
Edward