US20140366109A1 - Secure messaging facility system - Google Patents

Secure messaging facility system Download PDF

Info

Publication number
US20140366109A1
US20140366109A1 US14/468,064 US201414468064A US2014366109A1 US 20140366109 A1 US20140366109 A1 US 20140366109A1 US 201414468064 A US201414468064 A US 201414468064A US 2014366109 A1 US2014366109 A1 US 2014366109A1
Authority
US
United States
Prior art keywords
software
message
messaging facility
dll
authentication
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/468,064
Inventor
Robert John Hoghaug
Thomas Andrew Hoghaug
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Indigo Identityware Inc
Original Assignee
Indigo Identityware Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US11/352,966 external-priority patent/US20070136581A1/en
Application filed by Indigo Identityware Inc filed Critical Indigo Identityware Inc
Priority to US14/468,064 priority Critical patent/US20140366109A1/en
Publication of US20140366109A1 publication Critical patent/US20140366109A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2101Auditing as a secondary aspect

Definitions

  • the present invention relates to software messaging for computer workstations, servers, networks, and the like, and more particularly, to a method, software, and system for passage of authentication data between computer resources, including hardware devices, operating systems, and graphical identification and authentication modules, and application software, whether locally, remotely, or in combination.
  • the secure messaging facility is intended for use by individuals and businesses that need to limit access to secured resources.
  • the general purpose of the present invention is to provide a system for transferring data between various applications to enable efficient and flexible secure authentication.
  • the present invention overcomes inadequacies of the prior art by creating a novel architecture for authentication-related data transfer and communication between the various users, authentication modules, authentication devices, operating systems, application software, and other resources, including local and remote hardware, software, and data.
  • the present invention provides this utility by transferring all the required data through the messaging facility in the form of messages. Since the authentication-related data is transferred throughout the messaging facility layer in the form of messages, the secure messaging facility of the present invention provides for simpler and more flexible authentication among various local and remote resources.
  • the messages use a request and response format meaning that for every message request submitted there is a response message generated.
  • the present secure messaging facility has particular utility for computers, workstations, and servers running Microsoft Windows NT based operating systems.
  • the present invention also has utility for computers running other operating systems, and can be adapted for such.
  • the messaging facility is comprised of three main components; the first creates and processes messages and contains the messaging facility library which is an object code library such as those loaded by Windows applications. These libraries are normally referred to as Dynamic Link Libraries or DLLs.
  • the second component is the messaging facility Service which is a specialized version of the standard Windows application which is designed to be loaded when the operating system starts.
  • the third component is a proprietary authentication server.
  • All messages originate in the messaging facility DLL (i.e., the Windows applications) and are sent to the messaging facility Service located on the same machine to which the application loaded the messaging facility DLL.
  • the messages need not be destined for the local messaging facility Service but may be destined instead for a messaging facility Service located on another machine, or for the proprietary authentication server.
  • the final location of a particular message can be effected by various controls, including control by the local messaging facility Service, and including use of information stored in the message itself.
  • the messaging facility Service is started when the workstation or server boots, and stays running the entire time the operating system is on.
  • the messaging facility Service is largely passive since it only responds to messages sent to it by the messaging facility dynamic link library.
  • the primary purpose and function of the messaging facility DLL is to form the messages to be sent to the messaging facility Service where they can be processed or directed to the proprietary authentication Service or another messaging facility Service running on another system.
  • the actual message sent between the messaging facility DLL and messaging facility Service is designed to be extremely flexible and can be used to send almost any type of information.
  • One significant aspect and feature of the present invention is secure messaging system for communication of authentication data, that is easy to integrate into any application software requiring high levels of security authentication, freeing the software developer from designing, implementing and testing their own version of an authentication system.
  • Another significant aspect and feature of the present invention is a secure authentication software development package for use with any combination or variety of biometric, token, proximity or password devices to securely authenticate the user.
  • a further significant aspect and feature of the present invention is the ability to maintain a detailed and secure audit trail of successful and unsuccessful authentications and logged events.
  • Yet another significant aspect and feature of the present invention is a communication and coordination system for secure authentication where software applications and authentication hardware are uncoupled, and can therefore be local or remote.
  • Still another significant aspect and feature of the present invention is a secure messaging facility which is easily adapted and independent of underlying hardware.
  • a further significant aspect and feature of the present invention is a secure messaging facility for flexibly implementing local and remote authentication, which is applicable to a variety of operating system environments, including Microsoft Windows NT/ 2000 /XP related operating systems as well as non-Microsoft Windows NT/2000/XP related operating systems.
  • FIG. 1 is a data flowchart of the present invention
  • FIG. 2 is a continuation of the data flowchart FIG. 1 ;
  • FIG. 3 is a continuation of the data flowchart FIGS. 1 and 2 ;
  • FIG. 4 is a continuation of the data flowchart from FIGS. 1 , 2 and 3 ;
  • FIG. 5 is a block diagram of the messaging facility layers
  • FIG. 6 is a block diagram of the message structure of the messaging facility and illustrating message header
  • FIG. 7 is a block diagram of the structure of the message data portion of a message of the message facility.
  • FIG. 8 is a block diagram of the secure authentication facility.
  • the present invention is a secure messaging facility which overcomes problems of the prior art methods and software.
  • the messaging facility is comprised of three main components.
  • the first component creates and processes messages and comprises the messaging facility library, which is an object code library loaded by software applications. These libraries are normally referred to as Dynamic Link Libraries or DLLs.
  • the second component is the messaging facility Service which is a specialized version of the standard Windows application designed to be loaded when the operating system starts.
  • the third component is a proprietary authentication server.
  • All messages originate in the messaging facility library DLL (i.e., the Windows applications) and are sent to the messaging facility Service located on the same machine to which the application loaded the messaging facility library.
  • the messages need not be destined for the local messaging facility Service but may be destined instead for an messaging facility Service located on another machine, or for the proprietary authentication server.
  • the final location of a particular message can be effected by various controls, including control by the local messaging facility Service, and including use of information stored in the message itself.
  • the use of the message itself to specify the destination of the message makes the present invention particularly adaptable.
  • the messaging facility Service is started when the workstation or server boots, and stays running the entire time the operating system is on.
  • the messaging facility Service is largely passive since it only responds to messages sent to it by the messaging facility dynamic link library.
  • the primary purpose and function of the messaging facility DLL is to form the messages to be sent to the messaging facility Service where they can be processed or directed to the proprietary authentication Service or another messaging facility Service running on another system.
  • the actual message sent between the messaging facility DLL and the messaging facility Service is designed to be extremely flexible and can be used to send almost any type of information.
  • the secure messaging facility comprises multiple components or layers which interact to enable proper function.
  • One or multiple instances of the SMF DLL are utilized; some instances may be located on remote workstations, servers, or resources.
  • a memory mapped file and mapping layer serves to coordinate the various instances. Transfer of SMF messages can be by TCP/IP as illustrated, or by other protocol.
  • the SMF DLL(s) interact with each other via the memory mapped file/mapping layer facilitating auditing, logging management, and file management functions as depicted.
  • the secure messaging facility interacts with a secure authentication facility (an example of which is illustrated in FIG. 8 ) as indicated.
  • the secure messaging facility communicates with authentication devices and any required drivers, and communicates with remote SMF via ports With local and/or remote logging as illustrated.
  • FIG. 5 depicts the interaction of the various functional components of the present invention with each other, as well as other resources devices and software, including connections with local and remote software and hardware devices.
  • authentication devices which may be utilized with the secure messaging facility include, but are not limited to, passwords, tokens, SecurID, proximity devices, and various types of biometric authentication devices, such as fingerprint or other body feature scanner, sensor, or recorder, voice recognition, and other authentication devices as may become available, and with drivers required for their use.
  • the secure messaging facility of the present invention facilitates utilization of such authentication device(s) even if the device(s) and the secure resource for which authentication is required are not located on the same workstation, server, terminal, kiosk, network access point, PDA, or other computing resource access device.
  • FIG. 1 is a flowchart of the data flow of the present invention.
  • the flowchart depicts the data flow based on the calls and requests of the software.
  • a particular software application (App) requires communication and access to device hardware.
  • the application via API definitions interacts with a proprietary function, Sig-Tec Mapping Class (CST Map) which determines whether a direct or mapped configuration can be utilized.
  • CST Map Sig-Tec Mapping Class
  • a direct call is made, with STLoad and access to the device hardware via any required device driver.
  • the secure messaging facility and marshaling request utilizes any of a variety of transport mechanisms (including, but not limited to, TCP/IP, UDP, Memory Map, Citrix, terminal services, or generic host connection) communicating with the secure messaging facility executable file and service marshaller to perform a direct call, with STLoad and access to the device hardware via any required device driver.
  • transport mechanisms including, but not limited to, TCP/IP, UDP, Memory Map, Citrix, terminal services, or generic host connection
  • direct call by the application, and call via the secure messaging facility can coexist depending on the particular requirements and any customization of the application.
  • FIG. 1 also details the interaction between the DLL entry and the executable program. The varying data will return different values based on response or validity.
  • FIG. 2 is a flowchart which depicts data flow of the present invention's validation functions and validation values returned.
  • Data flows via the CST Map to verification of the validity of the map instance, to decision whether a direct call or an indirect call is to be performed.
  • a direct call a channel request is performed, parameters validated, input parameters copied, and a channel call is performed with validation and copying of the return values.
  • FIGS. 3 and 4 depicts logic and data flow for and embodiment of the present invention, with validation of data.
  • FIGS. 1 and 2 there is a path for direct call and a path for mapped call via the secure messaging facility.
  • the direct mode results in a direct call and the mapped or indirect mode utilizes the secure messaging facility, with memory map and validation of input/output parameters, creation of a message, transport of the message, call of SMF function, and a resulting true or false from the function process, to return the result to the CST Map.
  • Item A of FIG. 3 is a return failure path which is entered when any of several logical tests return false. Items B and C from FIG. 3 continue to items B and C of FIG. 4 .
  • FIG. 6 is a block diagram of the message structure of a message of the secure messaging facility of the present invention.
  • the message contains multiple elements in a header, and message data TLV which will be described in FIG. 7 .
  • the header can be configured in a variety of ways, depending on the particular requirements of the system.
  • the header information comprises structure size, version, message type, packet flags, routing information, and response code fields. Additional fields may be incorporated as well, if desired, in keeping with the present invention. In any case, some type of header will typically be used, although the particular fields can be structured differently from those depicted.
  • Request and response messages consist of data structures starting with a static header containing fields for message routing information, the class that a message belongs to, the message type within the specific class, the length of the message data and the information or value associated with the message. All message data takes the form of a TLV (Type, Length, and Value). A message may have more the one TLV associated with it. Header information is used to route, classify, and determine the appropriate local handler and whether it should be sent on to another system for further processing.
  • FIG. 7 is a block diagram of the structure of the message data portion of the message structure of FIG. 6
  • the Message Data TLV block of FIG. 6 is detailed in FIG. 7 .
  • the Message structure has the form TLV, that is, type, length, and value.
  • the message may comprise multiple TLV blocks, although only one is depicted in FIGS. 6 and 7 .
  • Type is a numerical classification depending on the particular function of the message; length defines how long the message is (number of bytes or bits or characters), and value is the particular data being transferred or returned via the message.
  • FIG. 8 An example of a secure authentication facility is illustrated in FIG. 8 , which connects to FIG. 7 via items A, B and C.
  • a graphical identification and authentication (GINA) or third party application interacts with and accesses a secure authentication facility, API functions, and a memory mapped file via the secure messaging facility DLLs.
  • GINA graphical identification and authentication
  • the secure messaging facility has a very flexible messaging architecture.
  • a programmer will link and load the messaging facility library (DLL). This can be accomplished using a standard Win32API call or by using the newer COM and Windows. NET methods for accessing Windows DLLs.
  • DLL messaging facility library
  • the messaging facility DLL may not need to access any of the handlers in the messaging facility Service but utilizes a connection to the local messaging facility so that it may contact the appropriate messaging facility Service running on a remote system.
  • the messaging facility Service is passive and does not normally distinguish between local messages retrieved from the shared memory region an application running the local messaging facility DLL) and messages retrieved from the TCP/IP connection or other type of communication protocol, information sent to the messaging facility Service from a messaging facility DLL located on another system. This simplifies the coding of the messaging facility Service as all messages to the handlers are acted upon in the same manner and only the response messages are different in the information contained in the header. All messages contain routing information and the messaging facility Services do not need to keep any state information as to where or how the message was received.
  • the messaging facility Service is passive in nature, so it never initiates communication with the messaging facility DLL.
  • the messaging facility Service is designed to receive messages from the messaging facility, route them to the correct message handier and then formulate an appropriate response.
  • the messaging facility Service handlers are not dependent upon message origination, as this information is stored in the message header and is only used by the send message routine to route the message back to the correct messaging facility library.
  • the messaging facility Service is intended to handle multiple connections from multiple messaging facility libraries either located locally or remotely.
  • the routing information for each message is stored in the message header and is the responsibility of the messaging facility DLL. This simplifies the messaging facility Service logic and the design of the messages themselves.
  • Within a message class there can be multiple message categories; the messages created by the messaging facility are generally derived from the application programming interfaces (API).
  • API application programming interfaces
  • the secure messaging facility is adapted for 32-bit Windows NT-based operating systems, including, but not limited to, Windows NT 4.0 Server/Workstation, Windows 2000 Server/Workstation, and Windows XP systems.
  • the secure messaging facility is adapted for a 64-bit operating system environment.
  • the secure authentication facility is configured to run on operating systems other than Windows NT based operating systems.
  • Some embodiments of the present invention comprise software. Additional embodiments of the present invention comprise methods of authentication data transfer. One such method provides for transfer of User authentication data accommodating remote authentication device(s). Another such method provides for transfer of user authentication data accommodating remote applications and resources.

Abstract

A secure message facility transfers authentication data between various applications, operating systems, and authentication devices and software in the form of messages. These messages comprise a data structure with a standard header with fields that describe the class, length, and type of message, and routing information. This header information is used to route the message to the appropriate handler. The messages are transferred between applications via the messaging facility DLL and the messaging facility Service. The messaging facility DLL is intended to be loaded by an application. The messaging facility DLL forms the messages, directs them to the appropriate messaging facility service (local or remote) and interprets the responses. The messages sent between the messaging facility DLL and messaging facility Service are extremely flexible and can be used to send any type of data or content of messages.

Description

    CROSS REFERENCES TO RELATED APPLICATIONS
  • This application is a Continuation of U.S. patent application Ser. No. 13/740,564, filed Jan. 14, 2013, which is a continuation of U.S. patent application Ser. No. 11/352,563, filed Feb. 13, 2006, which claims priority to U.S. Provisional Application No. 60/653,250, filed Feb. 15, 2005, which applications are hereby incorporated into this application by reference in their entirety. This patent application is also related to U.S. Provisional Application 60/643,029, filed Jan. 11, 2005, U.S. Provisional Application No. 60/653,249, filed Feb. 15, 2005, and U.S. application Ser. No. 11/352,966, filed Feb. 13, 2006, all of which are incorporated herein by reference in their entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to software messaging for computer workstations, servers, networks, and the like, and more particularly, to a method, software, and system for passage of authentication data between computer resources, including hardware devices, operating systems, and graphical identification and authentication modules, and application software, whether locally, remotely, or in combination. The secure messaging facility is intended for use by individuals and businesses that need to limit access to secured resources.
  • 2. Description of the Prior Art
  • Most authentication-based applications, other than certain proprietary authentication components, communicate with one another by directly loading each other into their respective address spaces. This method of interaction is known as tightly coupled, meaning that individual applications directly call functions of the other applications and load the hardware drivers directly. This method of interaction is very rigid and limiting, since a high degree of compatibility is needed for the applications to be able to properly call functions of the other applications. In order to obtain this high degree of compatibility, highly customized modifications to application and authentication software can be required. The ability to accommodate local and remote users and authentication devices, and provide secure access to local and remote resources, severely limits the flexibility of such an approach.
  • SUMMARY OP THE INVENTION
  • The general purpose of the present invention is to provide a system for transferring data between various applications to enable efficient and flexible secure authentication. Specifically, the present invention overcomes inadequacies of the prior art by creating a novel architecture for authentication-related data transfer and communication between the various users, authentication modules, authentication devices, operating systems, application software, and other resources, including local and remote hardware, software, and data. The present invention provides this utility by transferring all the required data through the messaging facility in the form of messages. Since the authentication-related data is transferred throughout the messaging facility layer in the form of messages, the secure messaging facility of the present invention provides for simpler and more flexible authentication among various local and remote resources. The messages use a request and response format meaning that for every message request submitted there is a response message generated.
  • The present secure messaging facility has particular utility for computers, workstations, and servers running Microsoft Windows NT based operating systems. The present invention also has utility for computers running other operating systems, and can be adapted for such.
  • The messaging facility is comprised of three main components; the first creates and processes messages and contains the messaging facility library which is an object code library such as those loaded by Windows applications. These libraries are normally referred to as Dynamic Link Libraries or DLLs. The second component is the messaging facility Service which is a specialized version of the standard Windows application which is designed to be loaded when the operating system starts. The third component is a proprietary authentication server.
  • All messages originate in the messaging facility DLL (i.e., the Windows applications) and are sent to the messaging facility Service located on the same machine to which the application loaded the messaging facility DLL. The messages, however, need not be destined for the local messaging facility Service but may be destined instead for a messaging facility Service located on another machine, or for the proprietary authentication server. The final location of a particular message can be effected by various controls, including control by the local messaging facility Service, and including use of information stored in the message itself.
  • The messaging facility Service is started when the workstation or server boots, and stays running the entire time the operating system is on. The messaging facility Service is largely passive since it only responds to messages sent to it by the messaging facility dynamic link library. The primary purpose and function of the messaging facility DLL is to form the messages to be sent to the messaging facility Service where they can be processed or directed to the proprietary authentication Service or another messaging facility Service running on another system. The actual message sent between the messaging facility DLL and messaging facility Service is designed to be extremely flexible and can be used to send almost any type of information.
  • One significant aspect and feature of the present invention is secure messaging system for communication of authentication data, that is easy to integrate into any application software requiring high levels of security authentication, freeing the software developer from designing, implementing and testing their own version of an authentication system.
  • Another significant aspect and feature of the present invention is a secure authentication software development package for use with any combination or variety of biometric, token, proximity or password devices to securely authenticate the user.
  • A further significant aspect and feature of the present invention is the ability to maintain a detailed and secure audit trail of successful and unsuccessful authentications and logged events.
  • Yet another significant aspect and feature of the present invention is a communication and coordination system for secure authentication where software applications and authentication hardware are uncoupled, and can therefore be local or remote.
  • Still another significant aspect and feature of the present invention is a secure messaging facility which is easily adapted and independent of underlying hardware.
  • A further significant aspect and feature of the present invention is a secure messaging facility for flexibly implementing local and remote authentication, which is applicable to a variety of operating system environments, including Microsoft Windows NT/2000/XP related operating systems as well as non-Microsoft Windows NT/2000/XP related operating systems.
  • Having thus described embodiments and significant aspects and features of the present invention, it is the principal object of the present invention to provide a connection between software operating systems or user applications and authentication applications, authentication devices, or Services.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Other objects of the present invention and many of the attendant advantages of the present invention will be readily appreciated as the same becomes better understood by reference to the following detailed description when considered in connection with the accompanying drawings, in which like reference numerals designate like parts throughout the figures thereof and wherein:
  • FIG. 1 is a data flowchart of the present invention;
  • FIG. 2 is a continuation of the data flowchart FIG. 1;
  • FIG. 3 is a continuation of the data flowchart FIGS. 1 and 2;
  • FIG. 4 is a continuation of the data flowchart from FIGS. 1, 2 and 3;
  • FIG. 5 is a block diagram of the messaging facility layers;
  • FIG. 6 is a block diagram of the message structure of the messaging facility and illustrating message header;
  • FIG. 7 is a block diagram of the structure of the message data portion of a message of the message facility; and,
  • FIG. 8 is a block diagram of the secure authentication facility.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
  • The present invention is a secure messaging facility which overcomes problems of the prior art methods and software. The messaging facility is comprised of three main components. The first component creates and processes messages and comprises the messaging facility library, which is an object code library loaded by software applications. These libraries are normally referred to as Dynamic Link Libraries or DLLs. The second component is the messaging facility Service which is a specialized version of the standard Windows application designed to be loaded when the operating system starts. The third component. is a proprietary authentication server.
  • All messages originate in the messaging facility library DLL (i.e., the Windows applications) and are sent to the messaging facility Service located on the same machine to which the application loaded the messaging facility library. The messages, however, need not be destined for the local messaging facility Service but may be destined instead for an messaging facility Service located on another machine, or for the proprietary authentication server. The final location of a particular message can be effected by various controls, including control by the local messaging facility Service, and including use of information stored in the message itself. The use of the message itself to specify the destination of the message makes the present invention particularly adaptable.
  • The messaging facility Service is started when the workstation or server boots, and stays running the entire time the operating system is on. The messaging facility Service is largely passive since it only responds to messages sent to it by the messaging facility dynamic link library. The primary purpose and function of the messaging facility DLL is to form the messages to be sent to the messaging facility Service where they can be processed or directed to the proprietary authentication Service or another messaging facility Service running on another system. The actual message sent between the messaging facility DLL and the messaging facility Service is designed to be extremely flexible and can be used to send almost any type of information.
  • As illustrated in FIG. 5, the secure messaging facility (SMF) comprises multiple components or layers which interact to enable proper function. One or multiple instances of the SMF DLL are utilized; some instances may be located on remote workstations, servers, or resources. A memory mapped file and mapping layer serves to coordinate the various instances. Transfer of SMF messages can be by TCP/IP as illustrated, or by other protocol. The SMF DLL(s) interact with each other via the memory mapped file/mapping layer facilitating auditing, logging management, and file management functions as depicted. In one embodiment, the secure messaging facility interacts with a secure authentication facility (an example of which is illustrated in FIG. 8) as indicated. The secure messaging facility communicates with authentication devices and any required drivers, and communicates with remote SMF via ports With local and/or remote logging as illustrated.
  • FIG. 5 depicts the interaction of the various functional components of the present invention with each other, as well as other resources devices and software, including connections with local and remote software and hardware devices. Examples of authentication devices which may be utilized with the secure messaging facility include, but are not limited to, passwords, tokens, SecurID, proximity devices, and various types of biometric authentication devices, such as fingerprint or other body feature scanner, sensor, or recorder, voice recognition, and other authentication devices as may become available, and with drivers required for their use. The secure messaging facility of the present invention facilitates utilization of such authentication device(s) even if the device(s) and the secure resource for which authentication is required are not located on the same workstation, server, terminal, kiosk, network access point, PDA, or other computing resource access device.
  • FIG. 1 is a flowchart of the data flow of the present invention. The flowchart depicts the data flow based on the calls and requests of the software. In this example and embodiment, a particular software application (App) requires communication and access to device hardware. The application via API definitions interacts with a proprietary function, Sig-Tec Mapping Class (CST Map) which determines whether a direct or mapped configuration can be utilized. In the direct configuration, a direct call is made, with STLoad and access to the device hardware via any required device driver. In the mapped configuration, with parameter synchronization the secure messaging facility and marshaling request utilizes any of a variety of transport mechanisms (including, but not limited to, TCP/IP, UDP, Memory Map, Citrix, terminal services, or generic host connection) communicating with the secure messaging facility executable file and service marshaller to perform a direct call, with STLoad and access to the device hardware via any required device driver. Thus, direct call by the application, and call via the secure messaging facility, can coexist depending on the particular requirements and any customization of the application. FIG. 1 also details the interaction between the DLL entry and the executable program. The varying data will return different values based on response or validity.
  • In another embodiment of the present invention, FIG. 2 is a flowchart which depicts data flow of the present invention's validation functions and validation values returned. Data flows via the CST Map to verification of the validity of the map instance, to decision whether a direct call or an indirect call is to be performed. In the case of an indirect call, a channel request is performed, parameters validated, input parameters copied, and a channel call is performed with validation and copying of the return values.
  • In a further extended and detailed flowchart, FIGS. 3 and 4 depicts logic and data flow for and embodiment of the present invention, with validation of data. As in FIGS. 1 and 2, there is a path for direct call and a path for mapped call via the secure messaging facility. With various initialization and logical tests, the direct mode results in a direct call and the mapped or indirect mode utilizes the secure messaging facility, with memory map and validation of input/output parameters, creation of a message, transport of the message, call of SMF function, and a resulting true or false from the function process, to return the result to the CST Map. Item A of FIG. 3 is a return failure path which is entered when any of several logical tests return false. Items B and C from FIG. 3 continue to items B and C of FIG. 4.
  • FIG. 6 is a block diagram of the message structure of a message of the secure messaging facility of the present invention. The message contains multiple elements in a header, and message data TLV which will be described in FIG. 7. The header can be configured in a variety of ways, depending on the particular requirements of the system. In this example, the header information comprises structure size, version, message type, packet flags, routing information, and response code fields. Additional fields may be incorporated as well, if desired, in keeping with the present invention. In any case, some type of header will typically be used, although the particular fields can be structured differently from those depicted. Request and response messages consist of data structures starting with a static header containing fields for message routing information, the class that a message belongs to, the message type within the specific class, the length of the message data and the information or value associated with the message. All message data takes the form of a TLV (Type, Length, and Value). A message may have more the one TLV associated with it. Header information is used to route, classify, and determine the appropriate local handler and whether it should be sent on to another system for further processing.
  • FIG. 7 is a block diagram of the structure of the message data portion of the message structure of FIG. 6 The. Message Data TLV block of FIG. 6 is detailed in FIG. 7. The Message structure has the form TLV, that is, type, length, and value. The message may comprise multiple TLV blocks, although only one is depicted in FIGS. 6 and 7. Type is a numerical classification depending on the particular function of the message; length defines how long the message is (number of bytes or bits or characters), and value is the particular data being transferred or returned via the message.
  • An example of a secure authentication facility is illustrated in FIG. 8, which connects to FIG. 7 via items A, B and C. In this example, a graphical identification and authentication (GINA) or third party application interacts with and accesses a secure authentication facility, API functions, and a memory mapped file via the secure messaging facility DLLs.
  • MODE OF OPERATION
  • The secure messaging facility has a very flexible messaging architecture. In order for an application to use the messaging facility components, a programmer will link and load the messaging facility library (DLL). This can be accomplished using a standard Win32API call or by using the newer COM and Windows. NET methods for accessing Windows DLLs. Once the messaging facility library is loaded into an application, it must be initialized. This initialization sets up a shared memory region that allows contact and information exchange with the messaging facility Service located on the same system as the messaging facility DLL. The messaging facility DLL may not need to access any of the handlers in the messaging facility Service but utilizes a connection to the local messaging facility so that it may contact the appropriate messaging facility Service running on a remote system.
  • The messaging facility Service is passive and does not normally distinguish between local messages retrieved from the shared memory region an application running the local messaging facility DLL) and messages retrieved from the TCP/IP connection or other type of communication protocol, information sent to the messaging facility Service from a messaging facility DLL located on another system. This simplifies the coding of the messaging facility Service as all messages to the handlers are acted upon in the same manner and only the response messages are different in the information contained in the header. All messages contain routing information and the messaging facility Services do not need to keep any state information as to where or how the message was received. The messaging facility Service is passive in nature, so it never initiates communication with the messaging facility DLL.
  • The messaging facility Service is designed to receive messages from the messaging facility, route them to the correct message handier and then formulate an appropriate response. The messaging facility Service handlers are not dependent upon message origination, as this information is stored in the message header and is only used by the send message routine to route the message back to the correct messaging facility library. The messaging facility Service is intended to handle multiple connections from multiple messaging facility libraries either located locally or remotely. The routing information for each message is stored in the message header and is the responsibility of the messaging facility DLL. This simplifies the messaging facility Service logic and the design of the messages themselves. There is a hierarchy to how message are created and how the handlers for these messages are determined, and all messages are placed in a specific class that describes in general what type of message it is. Some examples are the audit message class and the credential message class. Within a message class there can be multiple message categories; the messages created by the messaging facility are generally derived from the application programming interfaces (API).
  • In some embodiments, the secure messaging facility is adapted for 32-bit Windows NT-based operating systems, including, but not limited to, Windows NT 4.0 Server/Workstation, Windows 2000 Server/Workstation, and Windows XP systems.
  • In another embodiment, the secure messaging facility is adapted for a 64-bit operating system environment.
  • In yet another embodiment, the secure authentication facility is configured to run on operating systems other than Windows NT based operating systems.
  • Some embodiments of the present invention comprise software. Additional embodiments of the present invention comprise methods of authentication data transfer. One such method provides for transfer of User authentication data accommodating remote authentication device(s). Another such method provides for transfer of user authentication data accommodating remote applications and resources.
  • Various modification can be made to the present invention without departing from the apparent scope hereof. This description will suggest many variations and alternatives to one of ordinary skill in this art. The various elements described may be combined or modified for combination as desired. All these alternatives and variations are intended to be included within the scope of the claims. Further, the particular features presented the dependent claims can be combined with each other in other manners within the scope of the invention.

Claims (12)

It is claimed:
1. Software for transfer of user authentication data, comprising:
a. a DLL which communicates with application software;
b. said DLL creates a message which includes the authentication data and destination information; and,
c. said message communicates the authentication data from an origin and delivers the authentication data to a destination.
2. The software of claim 1, wherein said origin and said destination are each selected from a list consisting of local application software, remote application software, operating system, network software, local driver, remote driver, local authentication device and remote authentication device.
3. The software of claim 1, wherein at least one of said origin and said destination is an authentication device, and said authentication device is selected from the list consisting of passwords, tokens, SecurID, proximity devices, biometric authentication devices, fingerprint scanner, body feature scanner, body feature sensor, sound recorder, and voice recognition device.
4. The software of claim 1, wherein said DLL is compatible with Microsoft Windows NT/2000/2003/XP based 32 bit and 64 bit operating systems.
5. The software of claim 1, wherein said DLL is compatible with non-Microsoft Windows NT/2000/2003/XP based operating systems.
6. The software of claim 1, wherein said DLL functions when the user is attached to a domain.
7. The software of claim 1, wherein said DLL functions when the user is not attached to a domain.
8. The software of claim 1, further comprising a software developer's kit with an application programming interface to said software.
9. The software of claim 1, wherein at least one of said origin and said destination is located remotely, and remote communication is accomplished under TCP/IP.
10. A method of transferring user authentication data comprising the steps of:
a. providing a DLL which creates a message which includes the authentication data;
b. transferring the message from an origin; and,
c. receiving the message by a destination and thereby receiving the authentication data.
11. The method of claim 10, wherein at least one of origin and the destination are located remotely.
12. The method of claim 11, wherein the transferring of the message utilizes TCP/IP.
US14/468,064 2005-02-15 2014-08-25 Secure messaging facility system Abandoned US20140366109A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/468,064 US20140366109A1 (en) 2005-02-15 2014-08-25 Secure messaging facility system

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US65325005P 2005-02-15 2005-02-15
US11/352,966 US20070136581A1 (en) 2005-02-15 2006-02-13 Secure authentication facility
US11/352,563 US8356104B2 (en) 2005-02-15 2006-02-13 Secure messaging facility system
US13/740,564 US8819248B2 (en) 2005-02-15 2013-01-14 Secure messaging facility system
US14/468,064 US20140366109A1 (en) 2005-02-15 2014-08-25 Secure messaging facility system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/740,564 Continuation US8819248B2 (en) 2005-02-15 2013-01-14 Secure messaging facility system

Publications (1)

Publication Number Publication Date
US20140366109A1 true US20140366109A1 (en) 2014-12-11

Family

ID=38459501

Family Applications (3)

Application Number Title Priority Date Filing Date
US11/352,563 Expired - Fee Related US8356104B2 (en) 2005-02-15 2006-02-13 Secure messaging facility system
US13/740,564 Expired - Fee Related US8819248B2 (en) 2005-02-15 2013-01-14 Secure messaging facility system
US14/468,064 Abandoned US20140366109A1 (en) 2005-02-15 2014-08-25 Secure messaging facility system

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US11/352,563 Expired - Fee Related US8356104B2 (en) 2005-02-15 2006-02-13 Secure messaging facility system
US13/740,564 Expired - Fee Related US8819248B2 (en) 2005-02-15 2013-01-14 Secure messaging facility system

Country Status (2)

Country Link
US (3) US8356104B2 (en)
WO (1) WO2007100468A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020181809A1 (en) * 2019-03-13 2020-09-17 平安科技(深圳)有限公司 Data processing method and system based on interface checking, and computer device

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050235139A1 (en) * 2003-07-10 2005-10-20 Hoghaug Robert J Multiple user desktop system
US8438400B2 (en) * 2005-01-11 2013-05-07 Indigo Identityware, Inc. Multiple user desktop graphical identification and authentication
US8356104B2 (en) 2005-02-15 2013-01-15 Indigo Identityware, Inc. Secure messaging facility system
US20070136581A1 (en) * 2005-02-15 2007-06-14 Sig-Tec Secure authentication facility
US20080201481A1 (en) * 2007-02-20 2008-08-21 Microsoft Corporation Remote interface marshalling
WO2014104009A1 (en) * 2012-12-27 2014-07-03 Hoya株式会社 Mask blank substrate processing device, mask blank substrate processing method, mask blank substrate fabrication method, mask blank fabrication method, and transfer mask fabrication method

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6301707B1 (en) * 1997-09-30 2001-10-09 Pitney Bowes Inc. Installing software based on a profile
US20040167984A1 (en) * 2001-07-06 2004-08-26 Zone Labs, Inc. System Providing Methodology for Access Control with Cooperative Enforcement

Family Cites Families (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7761910B2 (en) * 1994-12-30 2010-07-20 Power Measurement Ltd. System and method for assigning an identity to an intelligent electronic device
US6370571B1 (en) * 1997-03-05 2002-04-09 At Home Corporation System and method for delivering high-performance online multimedia services
US5948064A (en) * 1997-07-07 1999-09-07 International Business Machines Corporation Discovery of authentication server domains in a computer network
US6144959A (en) * 1997-08-18 2000-11-07 Novell, Inc. System and method for managing user accounts in a communication network
US6151676A (en) * 1997-12-24 2000-11-21 Philips Electronics North America Corporation Administration and utilization of secret fresh random numbers in a networked environment
US6928547B2 (en) * 1998-07-06 2005-08-09 Saflink Corporation System and method for authenticating users in a computer network
US6615264B1 (en) * 1999-04-09 2003-09-02 Sun Microsystems, Inc. Method and apparatus for remotely administered authentication and access control
JP2001022702A (en) * 1999-07-12 2001-01-26 Fujitsu Ltd Unit, system, and method for authentication control, and recording medium
US6725269B1 (en) * 1999-12-02 2004-04-20 International Business Machines Corporation System and method for maintaining multiple identities and reputations for internet interactions
US6807666B1 (en) * 1999-12-15 2004-10-19 Microsoft Corporation Methods and arrangements for providing multiple concurrent desktops and workspaces in a shared computing environment
US20030046401A1 (en) * 2000-10-16 2003-03-06 Abbott Kenneth H. Dynamically determing appropriate computer user interfaces
US20020174347A1 (en) * 2001-05-18 2002-11-21 Imprivata, Inc. Authentication with variable biometric templates
US7185066B2 (en) * 2001-10-11 2007-02-27 Raytheon Company Secure data sharing system
US7113169B2 (en) * 2002-03-18 2006-09-26 The United States Of America As Represented By The Secretary Of The Air Force Apparatus and method for a multiple-user interface to interactive information displays
US20030196107A1 (en) * 2002-04-15 2003-10-16 Robertson Samuel A. Protocol, system, and method for transferring user authentication information across multiple, independent internet protocol (IP) based networks
US20040254890A1 (en) * 2002-05-24 2004-12-16 Sancho Enrique David System method and apparatus for preventing fraudulent transactions
US7162628B2 (en) * 2002-07-23 2007-01-09 Cisco Technology, Inc. Method, system, apparatus and program product for temporary personalization of a computer terminal
US7418702B2 (en) * 2002-08-06 2008-08-26 Sheng (Ted) Tai Tsao Concurrent web based multi-task support for control management system
US7107538B1 (en) * 2002-09-12 2006-09-12 Novell, Inc. Enforcing security on an attribute of an object
US7519910B2 (en) * 2002-10-10 2009-04-14 International Business Machines Corporation Method for transferring files from one machine to another using adjacent desktop displays in a virtual network
US7032107B2 (en) * 2002-10-30 2006-04-18 Symantec Corporation Virtual partition for recording and restoring computer data files
US20040139355A1 (en) * 2002-11-07 2004-07-15 Axel David J. Method and system of accessing a plurality of network elements
US7233927B1 (en) * 2002-11-27 2007-06-19 Microsoft Corporation Method and system for authenticating accounts on a remote server
US7644433B2 (en) * 2002-12-23 2010-01-05 Authernative, Inc. Authentication system and method based upon random partial pattern recognition
US20040220996A1 (en) * 2003-04-29 2004-11-04 Taiwan Semiconductor Manufaturing Co., Ltd. Multi-platform computer network and method of simplifying access to the multi-platform computer network
CA2831132C (en) * 2003-05-20 2018-02-06 Facebook, Inc. Presence and geographic location notification
US20050235139A1 (en) 2003-07-10 2005-10-20 Hoghaug Robert J Multiple user desktop system
CA2495949A1 (en) * 2004-02-05 2005-08-05 Simon Law Secure wireless authorization system
US20050188317A1 (en) * 2004-02-20 2005-08-25 Microsoft Corporation Initiate multiple applications
US20060143477A1 (en) * 2004-12-27 2006-06-29 Stevens Harden E Iii User identification and data fingerprinting/authentication
US8438400B2 (en) * 2005-01-11 2013-05-07 Indigo Identityware, Inc. Multiple user desktop graphical identification and authentication
US20070136581A1 (en) * 2005-02-15 2007-06-14 Sig-Tec Secure authentication facility
US8356104B2 (en) 2005-02-15 2013-01-15 Indigo Identityware, Inc. Secure messaging facility system
JP4422088B2 (en) * 2005-09-27 2010-02-24 Necネクサソリューションズ株式会社 Image array type authentication system
CA2524101C (en) * 2005-10-21 2013-04-30 Explosives Limited Method and apparatus for fluid removal from a container

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6301707B1 (en) * 1997-09-30 2001-10-09 Pitney Bowes Inc. Installing software based on a profile
US20040167984A1 (en) * 2001-07-06 2004-08-26 Zone Labs, Inc. System Providing Methodology for Access Control with Cooperative Enforcement

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020181809A1 (en) * 2019-03-13 2020-09-17 平安科技(深圳)有限公司 Data processing method and system based on interface checking, and computer device

Also Published As

Publication number Publication date
US20070136482A1 (en) 2007-06-14
WO2007100468A3 (en) 2008-03-20
US20140032661A1 (en) 2014-01-30
WO2007100468A2 (en) 2007-09-07
US8819248B2 (en) 2014-08-26
US8356104B2 (en) 2013-01-15

Similar Documents

Publication Publication Date Title
US20140366109A1 (en) Secure messaging facility system
US5742759A (en) Method and system for facilitating access control to system resources in a distributed computer system
KR101076911B1 (en) System and method for providing security to an application
US7503064B2 (en) Framework for providing a security context and configurable firewall for computing systems
US6438600B1 (en) Securely sharing log-in credentials among trusted browser-based applications
US6226746B1 (en) Stack-based system and method to combine security requirements of methods
JP5534520B2 (en) System and method for browser-based access to smart cards
US7917750B2 (en) Virtual user authentication system and method
EP0816968A2 (en) Mechanism for locating objects in a secure fashion
US7357313B2 (en) Information processor-based service providing system and method
CN100505734C (en) Method for realizing external device mapping of network computer
US20020026590A1 (en) System for authenticating access to a network, storage medium, program and method for authenticating access to a network
CN102411693A (en) Inherited Product Activation For Virtual Machines
JP2002092221A (en) Performance of service on computing platform
US20050005101A1 (en) Kernel cryptographic module signature verification system and method
CN103973770A (en) Information processing system
US20060214006A1 (en) Tamper resistant device and file generation method
US6980989B2 (en) System and method for transaction access control
WO2007119594A1 (en) Secure device and read/write device
CN1610296B (en) Method for identifying executable code securely to authentication entity
US20090140843A1 (en) Method for providing radio frequency identification application interface and system thereof
US7222151B1 (en) Technique for communication with mobile data processing devices by way of mobile software agents
US20080245860A1 (en) Method and System for Remote Card Access, Computer Program Product Therefor
US6961772B1 (en) Transparent connection type binding by address range
US20030046573A1 (en) Using patterns to perform personal identification data substitution

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION