Smartcard formation with authentication keys

Information

  • Patent Grant
  • 8977844
  • Patent Number
    8,977,844
  • Date Filed
    Thursday, August 31, 2006
    18 years ago
  • Date Issued
    Tuesday, March 10, 2015
    9 years ago
Abstract
An embodiment generally relates to a method of managing tokens. The method includes detecting a presence of a token at a client and determining a status of the token. The method also includes formatting the token at the client in response to the status of the token being unformatted.
Description
FIELD

This invention relates generally to tokens, more particularly, to methods, apparatus, and systems for fabricating smartcards.


DESCRIPTION OF THE RELATED ART

Smart cards are storage devices with components to facilitate communication with a reader or coupler. They have file system configurations and the ability to be partitioned into public and private spaces that can be made available or locked. They also have segregated areas for protected information, such as certificates, e-purses, and entire operating systems. In addition to traditional data storage states, such as read-only and read/write, some vendors are working with sub-states best described as “add only” and “update only.”


Smart cards are a way to increase security especially for enterprise systems. Enterprise system often contain valuable information such as financial data, personnel records, strategies, etc., that may be critical for the entity administrating the enterprise system. Moreover, for at least the reasons described above, smart cards may offer a mechanism to control access to data within the enterprise systems. Accordingly, the reasons to use smart card are plentiful.


An information technology administrator may be charged with providing these smart cards for an enterprise. The administrator typically searches for a vendor to provide the smart cards and then work with the vendor to receive pre-formatted smart cards. This process may involve a significant resources. e.g., time, man-hours, etc., to accomplish. Another conventional method of obtaining formatted smart cards is for the administrator to purchase a device that formats the smart cards. These devices are expensive and may not be have a high return on investment for a small number of employees. Accordingly, there is a need for a mechanism to format smart cards without incurring a significant cost.





BRIEF DESCRIPTION OF THE DRAWINGS

Various features of the embodiments can be more fully appreciated, as the same become better understood with reference to the following detailed description of the embodiments when considered in connection with the accompanying figures, in which:



FIG. 1 illustrates an exemplary system in accordance with an embodiment;



FIG. 2 illustrates an exemplary token management system in accordance with another embodiment;



FIG. 3 illustrates an exemplary flow diagram in accordance with yet another embodiment; and



FIG. 4 illustrates an exemplary computing platform.





DETAILED DESCRIPTION OF EMBODIMENTS

Embodiments generally relate to systems, apparatus, and methods for formatting tokens, such as smartcards. More specifically, a factory module in an enterprise security system may be configured to format the tokens. The factory module may be configured to detect the presence of a generic, uncustomized smartcard in a smartcard reader associated with a client. The factory module may then customize the generic smartcard according to the requirements for a specified enterprise using the smartcard reader. Accordingly, a security officer does not need to order customized smartcards from a third pary manufacturer.


For simplicity and illustrative purposes, the principles of the present invention are described by referring mainly to exemplary embodiments thereof. However, one of ordinary skill in the art would readily recognize that the same principles are equally applicable to, and can be implemented in, all types of secure computing systems, and that any such variations do not depart from the true spirit and scope of the present invention. Moreover, ill the following detailed description, references are made to the accompanying figures, which illustrate specific embodiments. Electrical, mechanical, logical and structural changes may be made to the embodiments without departing from the spirit and scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense and the scope of the present invention is defined by the appended claims and their equivalents.



FIG. 1 illustrates an exemplary secure system 100 in accordance with an embodiment. It should be readily apparent to those of ordinary skill in the art that the system 100 depicted in FIG. 1 represents a generalized schematic illustration and that other components may be added or existing components may be removed or modified. Moreover, the system 100 may be implemented using software components, hardware components, or combinations thereof.


As shown in FIG. 1, the secure system 100 includes a server 105, clients 110 and a local network 115. The server 105 may be a computing machine or platform configured to execute a token management system 120 through a multiple user operating system (not shown) in conjunction with the clients 110. For example, in order to assist in the formatting and customization of a token or smartcard, server 105 may maintain a database having information relating to: a serial number for each token or smartcard; a date that each token or smartcard was formatted and customized; an applet version installed on each token or smartcard; and a secure channel key identifier. The server 105 may be implemented with server platforms as known to those skilled in the art from Intel, Advanced Micro Devices, Hewlett-Packard, Dell, etc.


The server 105 may interact with the clients over the local network 115. The local network 115 may be a local area network implementing an established network protocol such as Ethernet, token ring, FDDI, etc. The local network 115 provides a communication channel for the server 105 and clients 10 to exchange data and commands.


The clients 110 may be computing machine or platform configured to execute secure and open applications through the multi-user operating system. The clients 110 may be implemented with personal computers, workstations, thin clients, thick clients, or other similar computing platform. The clients 110 may use operating systems such as Linux, Windows, Macintosh or other available operating system.


Each client 110 may be configured to interface with a security device 125. The security device 125 may be configured to act as a gatekeeper to the client 10. More particularly, a user may use a security token, such as a smart card, to access the respective client 110. Each client 110 may have a security client 130 executing to monitor the security device 125.


The security client 130 may be configured to manage the token. More specifically, the security client 130 may enroll the token, recover keys for the token or reset a personal identification number for the token. The security client 130 may also be configured to interface with the token management system 120 and act as a proxy for application program data units (APDUs) between the token management system 120 and the token. The security client 130 may be further configured to display user interfaces as the token management system 120 directs, i.e., prompting the user for credentials and/or PIN, displaying token status.


The token management system 120 comprises several modules, as depicted in FIG. 2. FIG. 2 shows an exemplary architecture of the token management system 120 in accordance with another embodiment. It should be readily apparent to those of ordinary skill in the art that the token management system 120 depicted in FIG. 2 represents a generalized schematic illustration and that other components may be added or existing components may be removed or modified. Moreover, the token management system 120 may be implemented using software components, hardware components, or combinations thereof.


As shown in FIG. 2, the token management system 120 includes a token processing system (labeled as TPS in FIG. 2) 205, a token key service (TKS) module 210, a data recovery manager (DRM) module 215 and a certificate authority (CA) module 220. The TPS 205 may be configured to act as a registration authority. The TPS 205 may direct the enrollment process. The TPS 205 may also be configured to act as a gateway between security clients 130 and tokens and the modules of the token management system 120.


The TKS module 210 may be configured to maintain master keys for the tokens. The TKS module 210 may also store symmetric keys associated with the token. These keys may be derived from a single master key combined with smart card serial number or identification number, i.e., the CID. The manufacturer of the smart card may store these symmetric keys onto the token. The manufacturer may also forward the single master key to the administrator of the token management system 120, who installs the key into the TKS module 210.


The DRM module 215 may be configured to maintain a database of encrypted subject's private keys, which can be recovered oil demand by an appropriate process.


The CA module 220 may be configured to generate X.509 certificates in response to received subject public key information and certificate enrollment requests.


Returning to FIG. 1, the client 110 may also execute a factory module 135. The factory module 135 may be configured to interface with the security client 130. In some embodiments, the factory module 135 may be invoiced as a menu option or a command line prompt. In other embodiments, the factory module 135 may execute in the background until an unformatted token is detected in the security device 125.


Once invoked the factory module 135 may gather the information necessary to format the smart card so that it is customized to an enterprise. For example, formatting may comprise installing applets onto the smartcard, creating security domains, creating applet instances, creating a data area that is read when the smartcard is first inserted by a user (which would then initiate a further personalization or customization phase), and replacing “answer to reset” (or “ATR”) codes with a new code that is allocated by the enterprise. Formatting may also comprise replacing the cryptographic authentication keys or encryption keys with new ones which are specific to an enterprise. Formatting may also include information such as shared users lists, group assignments, access lists, etc. The factory module 135 may then use the security device 125 to format and customize the inserted token in accordance to the gathered format information. Accordingly, an administrator can purchase generic unformatted smart cards and format in-house without incurring a large cost for a smart card formatter.



FIG. 3 illustrates an exemplary flow diagram 300 in accordance with an embodiment. It should be readily apparent to those of ordinary skill in the art that the flow diagram 300 depicted in FIG. 3 represents a generalized schematic illustration and that other steps may be added or existing steps may be removed or modified.


As shown in FIG. 3, in step 305, the factory module 135 may detect the presence of a token, in step 305. More particularly, the security client 130 may pass a notification to the factory module 305 of the presence of the token. The security client 130 may also pass tile status of the token to the factory module 130, in step 310.


If the factory module 135 determines that the status is formatted, in step 315, the factory module 135 may allow the log-on process continue with the security client 130, in step 320. Otherwise, if the factory module 135 determines that the status of the token is unformatted, the factory module 135 may be configured to determine format information for the token. For example, the factory module 135 may signal the security client 130 requesting information of the intended user such as access lists, group access, file access, etc.


In step 330, the factory module 135 may be configured to format the token using the security device 125. One the format process is completed, the factory module 135 may notify the completion of the formatting of the token.



FIG. 4 illustrates an exemplary block diagram of a computing platform 400 where an embodiment may be practiced. The functions of the security client and token management system may be implemented in program code and executed by the computing platform 400. The security client and token management system may be implemented in computer languages such as PASCAL, C, C++, JAVA, etc.


As shown in FIG. 4, the computer system 400 includes one or more processors, such as processor 402 that provide an execution platform for embodiments of the security client and token management system. Commands and data from the processor 402 are communicated over a communication bus 404. The computer system 400 also includes a main memory 406, such as a Random Access Memory (RAM), where the security client and token management system may be executed during runtime, and a secondary memory 408. The secondary memory 408 includes, for example, a hard disk drive 410 and/or a removable storage drive 412, representing a floppy diskette drive, a magnetic tape drive, a compact disk drive, etc., where a copy of a computer program embodiment for the security client and token management system may be stored. The removable storage drive 412 reads from and/or writes to a removable storage unit 414 in a well-known manner. A user interfaces with the security client and token management system with a keyboard 416, a mouse 418, and a display 420. A display adapter 422 interfaces with the communication bus 404 and die display 420. The display adapter also receives display data from the processor 402 and converts the display data into display commands for the display 420.


Certain embodiments may be performed as a computer program. The computer program may exist in a variety of forms both active and inactive. For example, the computer program can exist as software program(s) comprised of program instructions in source code, object code, executable code or other formats; firmware program(s); or hardware description language (HDL) files. Any of the above can be embodied on a computer readable medium, which include storage devices and signals, in compressed or uncompressed form. Exemplary computer readable storage devices include conventional computer system RAM (random access memory), ROM (read-only memory), EPROM (erasable, programmable ROM), EEPROM (electrically erasable, programmable ROM), and magnetic or optical disks or tapes. Exemplary computer readable signals, whether modulated using a carrier or not, are signals that a computer system hosting or running the present invention can be configured to access, including signals downloaded through the Internet or other networks. Concrete examples of the foregoing include distribution of executable software program(s) of the computer program on a CD-ROM or via Internet download. In a sense, the Internet itself, as an abstract entity, is a computer readable medium. The same is true of computer networks in general,


While the invention has been described with reference to the exemplary embodiments thereof, those skilled in the art will be able to make various modifications to the described embodiments without departing from the true spirit and scope. The terms and descriptions used herein are set forth by way of illustration only and are not meant as limitations. In particular, although the method has been described by examples, the steps of the method may be performed in a different order than illustrated or simultaneously. Those skilled in the art will recognize that these and other variations are possible within the spirit and scope as defined in the following claims and their equivalents.

Claims
  • 1. A method comprising: detecting a security token device that is un-formatted with respect to an enterprise, wherein the security token device comprises a first cryptographic authentication key and a first answer-to-reset (ATR) code; andformatting, by a processor, the security token device by: replacing the first ATR code of the security token device with a second ATR code that is allocated to the enterprise, andreplacing the first cryptographic authentication key of the security token device with a second cryptographic authentication key that is specific to a security requirement of the enterprise.
  • 2. The method of claim 1, further comprising: determining format information for the security token device; andembedding the format information on the security token device.
  • 3. The method of claim 1, further comprising providing a notification of a completion of the formatting of the security token device.
  • 4. An apparatus comprising: a memory to contain instructions; anda processor, coupled to the memory, to execute the instructions to: detect a security token device that is un-formatted with respect to an enterprise, wherein the security token device comprises a first cryptographic authentication key and a first answer-to-reset (ATR) code; andformat the security token device by: replacing the first ATR code of the security token device with a second ATR code that is allocated to the enterprise, andreplacing the first cryptographic authentication key of the security token device with a cryptographic authentication key that is specific to a second security requirement of the enterprise.
  • 5. A non-transitory computer-readable storage medium comprising computer-executable instructions encoded thereon which, when executed by a processor, perform operations comprising: detecting a security token device that is un-formatted with respect to an enterprise, wherein the security token device comprises a first cryptographic authentication key and a first answer-to-reset (ATR) code; andformatting, by the processor, the security token device by: replacing the first ATR code of the security token device with a second ATR code that is allocated to the enterprise, andreplacing the first cryptographic authentication key of the security token device with a cryptographic authentication key that is specific to a second security requirement of the enterprise.
  • 6. A system comprising: a server, associated with an enterprise, comprising a processor to: manage and maintain security token devices, wherein the server is communicatively coupled to a client;detect a security token device that is un-formatted with respect to the enterprise, wherein the security token device comprises a first cryptographic authentication key and a first answer-to-reset (ATR) code;receive, from the client, a request to format the security token device; andin response to receiving the request from the client, cause the client to: replace the first ATR code of the security token device with a second ATR code that is allocated to the enterprise, andreplace the first cryptographic authentication key of the security token device with a cryptographic authentication key that is specific to a second security requirement of the enterprise.
  • 7. The system of claim 6, wherein the processor is further to determine format information for the security token device and write the format information on the security token device.
  • 8. The system of claim 6, wherein the processor is further to provide a notification of a completion of the formatting of the security token device.
  • 9. An apparatus comprising: a processor;an interface adapted to couple with a security token device; anda factory module executable by the processor to communicate with the security token device via the interface, wherein the factory module is to: determine whether the security token device is un-formatted with respect to an enterprise, wherein the security token device comprises a first cryptographic authentication key and a first answer-to-reset (ATR) code, andin response to a determination that the security token device is un-formatted with respect to the enterprise, format the security token device by: replacing the first ATR code of the security token device with a second ATR code that is allocated to the enterprise, andreplacing the first cryptographic authentication key of the security token device with a cryptographic authentication key that is specific to a second security requirement of the enterprise.
  • 10. The apparatus of claim 9, wherein the factory module is further to determine format information for the security token device and embed the format information on the security token device.
  • 11. The apparatus of claim 9, wherein the factory module is further to provide a notification of a completion of the formatting of the security token device.
  • 12. The method of claim 1, wherein formatting the security token device comprises: installing an applet in the security token device.
  • 13. The method of claim 1, wherein formatting the security token device comprises: creating a secure domain for the security token device.
  • 14. The method of claim 1, wherein formatting the security token device comprises: creating a data area in the security token device for embedding format information.
  • 15. The method of claim 1, wherein formatting the security token device comprises: embedding encryption keys associated with the enterprise in the security token device.
  • 16. The method of claim 2, wherein the format information comprises at least one of access lists, group assignments, or shared user lists.
  • 17. The method of claim 1, wherein the security token device is coupled to a client device associated with the enterprise.
  • 18. The apparatus of claim 4, wherein the security token device is coupled to a client device associated with the enterprise.
  • 19. The non-transitory computer-readable storage medium of claim 5, wherein the security token device is coupled to a client device associated with the enterprise.
  • 20. The system of claim 6, wherein the security token device is coupled to a client device associated with the enterprise.
US Referenced Citations (209)
Number Name Date Kind
4108367 Hannan Aug 1978 A
4849614 Watanabe et al. Jul 1989 A
4924330 Seamons et al. May 1990 A
5247163 Ohno et al. Sep 1993 A
5355414 Hale et al. Oct 1994 A
5499371 Henninger et al. Mar 1996 A
5594227 Deo Jan 1997 A
5631961 Mills et al. May 1997 A
5666415 Kaufman Sep 1997 A
5721781 Deo et al. Feb 1998 A
5745576 Abraham et al. Apr 1998 A
5745678 Herzberg et al. Apr 1998 A
5768373 Lohstroh et al. Jun 1998 A
5862310 Crawford et al. Jan 1999 A
5923884 Peyret et al. Jul 1999 A
5937066 Gennaro et al. Aug 1999 A
5943423 Muftic Aug 1999 A
5991411 Kaufman et al. Nov 1999 A
5991882 O'Connell Nov 1999 A
6005942 Chan et al. Dec 1999 A
6005945 Whitehouse Dec 1999 A
6011847 Follendore, III Jan 2000 A
6016476 Maes et al. Jan 2000 A
6044155 Thomlinson et al. Mar 2000 A
6072876 Obata et al. Jun 2000 A
6141420 Vanstone et al. Oct 2000 A
6178507 Vanstone Jan 2001 B1
6179205 Sloan Jan 2001 B1
6226744 Murphy et al. May 2001 B1
6377825 Kennedy et al. Apr 2002 B1
6490680 Scheidt et al. Dec 2002 B1
6502108 Day et al. Dec 2002 B1
6539093 Asad et al. Mar 2003 B1
6636975 Khidekel et al. Oct 2003 B1
6643701 Aziz et al. Nov 2003 B1
6687190 Momich et al. Feb 2004 B2
6691137 Kishi Feb 2004 B1
6698654 Zuppicich Mar 2004 B1
6718319 Fisher et al. Apr 2004 B1
6734886 Hagan et al. May 2004 B1
6760752 Liu et al. Jul 2004 B1
6804687 Sampson Oct 2004 B2
6819766 Weidong Nov 2004 B1
6826686 Peyravian Nov 2004 B1
6829712 Madoukh Dec 2004 B1
6880037 Boyer Apr 2005 B2
6880084 Brittenham et al. Apr 2005 B1
6898605 Constantino May 2005 B2
6898714 Nadalin et al. May 2005 B1
6931133 Andrews et al. Aug 2005 B2
6941326 Kadyk et al. Sep 2005 B2
6970970 Jung et al. Nov 2005 B2
6978933 Yap et al. Dec 2005 B2
6986040 Kramer et al. Jan 2006 B1
7007105 Sullivan et al. Feb 2006 B1
7010600 Prasad et al. Mar 2006 B1
7050589 Kwan May 2006 B2
7051213 Kobayashi et al. May 2006 B1
7085386 Audebert et al. Aug 2006 B2
7114028 Green et al. Sep 2006 B1
7156302 Yap et al. Jan 2007 B2
7159763 Yap et al. Jan 2007 B2
7185018 Archbold et al. Feb 2007 B2
7251728 Toh et al. Jul 2007 B2
7278581 Ong Oct 2007 B2
7299364 Noble et al. Nov 2007 B2
7302585 Proudler et al. Nov 2007 B1
7356688 Wang Apr 2008 B1
7374099 de Jong May 2008 B2
7386705 Low et al. Jun 2008 B2
7437757 Holdsworth Oct 2008 B2
7451921 Dowling et al. Nov 2008 B2
7475250 Aull et al. Jan 2009 B2
7475256 Cook Jan 2009 B2
7480384 Peyravian et al. Jan 2009 B2
7502793 Snible et al. Mar 2009 B2
7571321 Appenzeller et al. Aug 2009 B2
7602910 Johansson et al. Oct 2009 B2
7702917 Tevosyan et al. Apr 2010 B2
7769996 Randle et al. Aug 2010 B2
7822209 Fu et al. Oct 2010 B2
7860243 Zheng et al. Dec 2010 B2
7894606 Eastham Feb 2011 B2
20010008012 Kausik Jul 2001 A1
20010036276 Ober et al. Nov 2001 A1
20010054148 Hoornaert et al. Dec 2001 A1
20020004816 Vange et al. Jan 2002 A1
20020007351 Hillegass et al. Jan 2002 A1
20020007359 Nguyen Jan 2002 A1
20020010679 Felsher Jan 2002 A1
20020029343 Kurita Mar 2002 A1
20020056044 Andersson May 2002 A1
20020059144 Meffert et al. May 2002 A1
20020064095 Momich et al. May 2002 A1
20020080958 Ober et al. Jun 2002 A1
20020099727 Kadyk et al. Jul 2002 A1
20020112156 Glen et al. Aug 2002 A1
20020120842 Bragstad et al. Aug 2002 A1
20020133707 Newcombe Sep 2002 A1
20020171546 Evans et al. Nov 2002 A1
20020184149 Jones Dec 2002 A1
20020188848 Buttiker Dec 2002 A1
20030005291 Burn Jan 2003 A1
20030012386 Kim et al. Jan 2003 A1
20030028664 Tan et al. Feb 2003 A1
20030035548 Kwan Feb 2003 A1
20030056099 Asanoma et al. Mar 2003 A1
20030075610 Ong Apr 2003 A1
20030093695 Dutta May 2003 A1
20030115455 Aull et al. Jun 2003 A1
20030115466 Aull et al. Jun 2003 A1
20030115467 Aull et al. Jun 2003 A1
20030115468 Aull et al. Jun 2003 A1
20030142354 Matsuo et al. Jul 2003 A1
20030167399 Audebert et al. Sep 2003 A1
20030172034 Schneck et al. Sep 2003 A1
20040042620 Andrews et al. Mar 2004 A1
20040053642 Sandberg et al. Mar 2004 A1
20040066274 Bailey Apr 2004 A1
20040088562 Vassilev et al. May 2004 A1
20040096055 Williams et al. May 2004 A1
20040103324 Band May 2004 A1
20040103325 Priebatsch May 2004 A1
20040120525 Miskimmin et al. Jun 2004 A1
20040144840 Lee et al. Jul 2004 A1
20040146163 Asokan et al. Jul 2004 A1
20040153451 Phillips et al. Aug 2004 A1
20040162786 Cross et al. Aug 2004 A1
20040230831 Spelman et al. Nov 2004 A1
20050022123 Constantino Jan 2005 A1
20050033703 Holdsworth Feb 2005 A1
20050109841 Ryan et al. May 2005 A1
20050114673 Raikar et al. May 2005 A1
20050119978 Ates Jun 2005 A1
20050123142 Freeman et al. Jun 2005 A1
20050138386 Le Saint Jun 2005 A1
20050138390 Adams et al. Jun 2005 A1
20050144312 Kadyk et al. Jun 2005 A1
20050184163 de Jong Aug 2005 A1
20050184164 de Jong Aug 2005 A1
20050184165 de Jong Aug 2005 A1
20050188360 de Jong Aug 2005 A1
20050216732 Kipnis et al. Sep 2005 A1
20050262361 Thibadeau Nov 2005 A1
20050279827 Mascavage et al. Dec 2005 A1
20050289652 Sharma et al. Dec 2005 A1
20060005028 Labaton Jan 2006 A1
20060010325 Liu et al. Jan 2006 A1
20060015933 Ballinger et al. Jan 2006 A1
20060036868 Cicchitto Feb 2006 A1
20060043164 Dowling et al. Mar 2006 A1
20060072747 Wood et al. Apr 2006 A1
20060073812 Punaganti Venkata et al. Apr 2006 A1
20060075133 Kakivaya et al. Apr 2006 A1
20060075486 Lin et al. Apr 2006 A1
20060101111 Bouse et al. May 2006 A1
20060101506 Gallo et al. May 2006 A1
20060173848 Peterson et al. Aug 2006 A1
20060174104 Crichton et al. Aug 2006 A1
20060206932 Chong Sep 2006 A1
20060208066 Finn et al. Sep 2006 A1
20060226243 Dariel Oct 2006 A1
20060291664 Suarez et al. Dec 2006 A1
20060294583 Cowburn et al. Dec 2006 A1
20070014416 Rivera et al. Jan 2007 A1
20070074034 Adams et al. Mar 2007 A1
20070112721 Archbold et al. May 2007 A1
20070113267 Iwanski et al. May 2007 A1
20070113271 Pleunis May 2007 A1
20070118891 Buer May 2007 A1
20070162967 de Jong et al. Jul 2007 A1
20070169084 Frank et al. Jul 2007 A1
20070189534 Wood et al. Aug 2007 A1
20070204333 Lear et al. Aug 2007 A1
20070230706 Youn Oct 2007 A1
20070271601 Pomerantz Nov 2007 A1
20070277032 Relyea Nov 2007 A1
20070280483 Fu Dec 2007 A1
20070282881 Relyea Dec 2007 A1
20070283163 Relyea Dec 2007 A1
20070283427 Gupta et al. Dec 2007 A1
20070288745 Kwan Dec 2007 A1
20070288747 Kwan Dec 2007 A1
20080005339 Kwan Jan 2008 A1
20080019526 Fu Jan 2008 A1
20080022086 Ho Jan 2008 A1
20080022088 Fu et al. Jan 2008 A1
20080022121 Fu et al. Jan 2008 A1
20080022122 Parkinson et al. Jan 2008 A1
20080022128 Proudler et al. Jan 2008 A1
20080034216 Law Feb 2008 A1
20080046982 Parkinson Feb 2008 A1
20080056496 Parkinson Mar 2008 A1
20080059793 Lord et al. Mar 2008 A1
20080069338 Relyea Mar 2008 A1
20080069341 Relyea Mar 2008 A1
20080072283 Relyea Mar 2008 A1
20080077794 Arnold et al. Mar 2008 A1
20080077803 Leach et al. Mar 2008 A1
20080133514 Relyea Jun 2008 A1
20080148047 Appenzeller et al. Jun 2008 A1
20080189543 Parkinson Aug 2008 A1
20080209224 Lord Aug 2008 A1
20080209225 Lord Aug 2008 A1
20080229401 Magne Sep 2008 A1
20090003608 Lee et al. Jan 2009 A1
20090133107 Thoursie May 2009 A1
20100313027 Taylor Dec 2010 A1
20120331518 Lee Dec 2012 A1
Foreign Referenced Citations (3)
Number Date Country
9724831 Jul 1997 WO
0048064 Aug 2000 WO
2007096590 Aug 2007 WO
Non-Patent Literature Citations (10)
Entry
Schneier, Bruce, Applied Cryptography, Second Edition, 1996 John Wiley and Sons, pp. 480-481.
Balfanz (Dirk ABalfanz, “Access Control for Ad-Hoc Collaboration”, Princeton University Jan. 2001).
“ATM and Credit Card Notification”, Feb. 2005 (internet archive) pp. 1-2, www.thereareplaces.com/infgdes/money.atmnotif.htm.
“AMD Announces Specification for Open Platform Management Architecture”, Feb. 28, 2005, pp. 1-2, http://www.thefreelibrary.com/AMD+Announces+Specification+for+Open+Platform+Management+Architecture-a0129342307.
Bellvin and Merritt, “Augmented Encrypted Key Exchange: a Password-Based Protocol Secure Against Dictionary Attacks and Password File Compromise”, Proceedings of the 1st ACM Conference on Computer and Communications Security, Nov. 1993.
Schneier, “Applied Cryptography: Protocols, Algorithms, and Source Code in C”, 1996, John Wiley & Sons, Inc., Second Edition, pp. 455-456.
Zuccherato, Robert, “Elliptic Curve Cryptography Support in Entrust”, May 9, 2000.
Red Hat Certificate System, http://www.redhat.com/f/pdf/rhas/DirSecProductSheetCertificateSystem.pdf, Jun. 2005.
PKCS#11 v2.20: Cryptographic Token Interface Standard, RSA Laboratories, Jun. 28, 2004, (see, e.g. Chapter 10, Objects) (see www.rsasecurity.com, 407 pgs).
Cryptography Message Syntax, R. Housely, Request for Comments (RFC) 2630, Network Working Group, The Internet Society, Jun. 1999.
Related Publications (1)
Number Date Country
20080059790 A1 Mar 2008 US