HighTechTalks DotNet Forums  

Authentication with Barcodes??

Dotnet Security microsoft.public.dotnet.security


Discuss Authentication with Barcodes?? in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Wade
 
Posts: n/a

Default Authentication with Barcodes?? - 09-27-2007 , 11:46 PM






I currently work at a manufacturing company and we are in the process of
developing a new shop floor application using .Net 3.0 framework and Smart
Client.

On the shop floor, I would like to be able to use barcodes for
authentication, is it possible? If so, how?

The environment is Active Directory and the hardware on the shop floor will
be touch screens and barcode scanners. Instead of a user having to use the
touch screen for login, I would like to have a special barcode printed for
the back of their security badge for this purpose. Anyone ever done this or
know how to does this in .Net?

--
Thanks,
Wade

Reply With Quote
  #2  
Old   
Joe Kaplan
 
Posts: n/a

Default Re: Authentication with Barcodes?? - 09-28-2007 , 11:35 AM






AD has no native support for doing this. How you might approach this
depends on what level of integration with the OS you require. If you just
need authentication at the application level, then you could validate the
barcodes in your own code and go from there. You might also consider using
protocol transition to generate a WindowsIdentity for the user if you need
OS level support for a Windows token for the user.

If you need this baked into the OS deeply, you would have to do a lot of
work (write an SSP and login UI/GINA?).

Joe K.

--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
"Wade" <Wade (AT) discussions (DOT) microsoft.com> wrote

Quote:
I currently work at a manufacturing company and we are in the process of
developing a new shop floor application using .Net 3.0 framework and Smart
Client.

On the shop floor, I would like to be able to use barcodes for
authentication, is it possible? If so, how?

The environment is Active Directory and the hardware on the shop floor
will
be touch screens and barcode scanners. Instead of a user having to use
the
touch screen for login, I would like to have a special barcode printed for
the back of their security badge for this purpose. Anyone ever done this
or
know how to does this in .Net?

--
Thanks,
Wade



Reply With Quote
  #3  
Old   
Bob
 
Posts: n/a

Default Re: Authentication with Barcodes?? - 10-01-2007 , 09:42 AM



Hello,

Will the barcode scanners be connected as 'keyboard wedge' devices?
If so, output from the scanner will appear on screen exactly as though
it had been typed into the keyboard. If the existing process requires
that the user enter their ID and password, the same thing should be do-
able with a barcode and scanner without any software changes.

The fly in this ointment is that a barcode is simply a means of
encoding information in a printed form. If there is a password
embedded in the barcode, it would be readable to anyone with a barcode
scanner (or it could be easily duplicated on a copier).

Best Regards,

Bob

Bob Lounsbury
The Barcode Software Center
www.makebarcode.com


On Sep 27, 10:46 pm, Wade <W... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
I currently work at a manufacturing company and we are in the process of
developing a new shop floor application using .Net 3.0 framework and Smart
Client.

On the shop floor, I would like to be able to use barcodes for
authentication, is it possible? If so, how?

The environment is Active Directory and the hardware on the shop floor will
be touch screens andbarcodescanners. Instead of a user having to use the
touch screen for login, I would like to have a specialbarcodeprinted for
the back of their security badge for this purpose. Anyone ever done this or
know how to does this in .Net?

--
Thanks,
Wade



Reply With Quote
  #4  
Old   
Wade
 
Posts: n/a

Default Re: Authentication with Barcodes?? - 10-01-2007 , 11:10 AM



Well I could get around the user id and password issue by encrypting it will
a special key that is only assessible via our web services server and the
user id and password on the screen would use the password substitution
characters. The main issue is we have a AD policy that requires a new
password every x days. I do not want to create a bunch of work for someone
to have to regenerate a barcode every x days for every shopfloor worker.


--
Thanks,
Wade


"Bob" wrote:

Quote:
Hello,

Will the barcode scanners be connected as 'keyboard wedge' devices?
If so, output from the scanner will appear on screen exactly as though
it had been typed into the keyboard. If the existing process requires
that the user enter their ID and password, the same thing should be do-
able with a barcode and scanner without any software changes.

The fly in this ointment is that a barcode is simply a means of
encoding information in a printed form. If there is a password
embedded in the barcode, it would be readable to anyone with a barcode
scanner (or it could be easily duplicated on a copier).

Best Regards,

Bob

Bob Lounsbury
The Barcode Software Center
www.makebarcode.com


On Sep 27, 10:46 pm, Wade <W... (AT) discussions (DOT) microsoft.com> wrote:
I currently work at a manufacturing company and we are in the process of
developing a new shop floor application using .Net 3.0 framework and Smart
Client.

On the shop floor, I would like to be able to use barcodes for
authentication, is it possible? If so, how?

The environment is Active Directory and the hardware on the shop floor will
be touch screens andbarcodescanners. Instead of a user having to use the
touch screen for login, I would like to have a specialbarcodeprinted for
the back of their security badge for this purpose. Anyone ever done this or
know how to does this in .Net?

--
Thanks,
Wade




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.