CA2542985C - Authentication system - Google Patents

Authentication system Download PDF

Info

Publication number
CA2542985C
CA2542985C CA2542985A CA2542985A CA2542985C CA 2542985 C CA2542985 C CA 2542985C CA 2542985 A CA2542985 A CA 2542985A CA 2542985 A CA2542985 A CA 2542985A CA 2542985 C CA2542985 C CA 2542985C
Authority
CA
Canada
Prior art keywords
user
formula
variables
result
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.)
Expired - Fee Related
Application number
CA2542985A
Other languages
French (fr)
Other versions
CA2542985A1 (en
Inventor
Lev Ginzburg
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.)
SyferLock Tech Corp
Original Assignee
SyferLock Tech Corp
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
Application filed by SyferLock Tech Corp filed Critical SyferLock Tech Corp
Publication of CA2542985A1 publication Critical patent/CA2542985A1/en
Application granted granted Critical
Publication of CA2542985C publication Critical patent/CA2542985C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • 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
    • G06F21/34User authentication involving the use of external additional devices, e.g. dongles or smart cards
    • 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
    • G06F21/36User authentication by graphic or iconic representation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/14Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/56Financial cryptography, e.g. electronic payment or e-cash

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • User Interface Of Digital Computer (AREA)
  • Storage Device Security (AREA)
  • Collating Specific Patterns (AREA)
  • Computer And Data Communications (AREA)

Abstract

A user authentication method includes creating an authentication key in the form of a user formula, presenting a user with an arrangement of variables, each assigned a value, applying the assigned values to matching variables in the user formula and calculating a first result, and authenticating the user if the first result matches a second result of a separate and independent calculation of the user formula.

Description

AUTHENTICATION SYSTEM
BACKGROUND OF THE INVENTION
1. Field of the Invention [0001] The present invention relates to data security and, in particular, to user authentication.
2. Brief Description of Related Developments [0002] A computer system may provide variou s applications or services for users. In general, access to the system may be limited to authorized users. One example of user authentication is a login process where a user is required to enter a user name and a password.
[0003] In spite of new developments in to chnology, the combination of the user name and password remains one of the most common access control device s. However, passwords may be disadvantageous because those that are easily remembered are the easiest to determine and those that are complicated and hard to determine are easily forgotten.
[0004] The integrity of these types of systems is generally based on keeping the password secret. However, there are many known ways of determining a password, including guessing, applying a dictionary of common passwords or even all known words, brute force attempts including applying all combinations of characters, monitoring network traffic for passwords during exchanges with the server, "shoulder surfing" (looking over a user's shoulder during login), key logging'(storing or conveying a user's keystrokes during login), etc.
[0005] Known defensive measures against these types of attacks include making passwords longer to make them more difficult to guess, and making dictionary application and brute force techniques more difficult. Other defensive measures include prohibiting the use of "meaningful"
passwords such as user-related names, phone numbers, dates of birth, etc., displaying a non-meaningful character such as an asterisk when a user enters a password, the shoulder surfer can see only asterisks, encrypting passwords before sending them over a network to prevent detection by network monitoring.
[0006] One method of access control and authentication is the use of one time passwords (OTP), where a user uses a different password each time they log in, thus rendering many of the above-mentioned attack techniques useless.
To intercept, keylog, or otherwise determine a password offers no advantage because the password obtained can't be reused.
[0007] Most generally available OTP systems share more or less the-same protocol. As part of the login process, the server sends the user a so called challenge, which may simply be a large random number. The user enters this number into an OTP generator, for example, a special physical device or software that generates an OTP. The user enters the OTP. The server also enters the challenge into its own OTP generator. If the server OTP
and the user OTP match, the user is authenticated.
[0008] Where the OTP generator is a physical device (e.g., smart card, token, biometric device, etc.), the cost and inconvenience of a lost, broken, or stolen OTP
generator may be of concern.
[0009] In instances where the password-producing algorithm is the same for all users, each user is assigned a secret key in order to make the outcome unique. This key is generally embedded in the user's OTP
generator and is also stored in the server's database.
There are several variations of this OTP generation scheme, for example, the time of day may be used to synchronize a user and server instead of a challenge. In most cases, security relies upon the integrity of the user's secret key. If the key is compromised, the system becomes ineffective. As a result, like a password; the key becomes the subject of various types of attack, with brute force being one of the most popular. An additional layer of security is provided by protecting the algorithms that calculate the OTP, however, with some persistence, the algorithms may be determined and are not a reliable security element.
[00010] In a networked environment, a server generally provides various services and applications to a multitude of networked users. The server operates to verify a user in order to properly authorize the use of a particular service or application. This is typically accomplished by the standard login process described above, where the server matches a presently entered user name and password with a stored user name and password.
[00011] It would be advantageous to provide an authentication system that is robust and resistant to N
dictionary applications, brute force attempts, traffic monitoring, shoulder surfing, key logging, and various other type of attacks.
SUMMARY OF THE INVENTION
[00012] The present invention is directed to a method and apparatus for authenticating a user. In one embodiment the invention includes creating an authentication key in the form of a user formula, presenting a user with an arrangement of variables, each assigned a value, applying the assigned values to matching variables in the user formula and calculating a first result, ,and authenticating the user if the first result matches a second result of a separate and independent calculation of the user formula. ,
[00013] In another embodiment the invention includes a system for user authentication including a user formula, an arrangement of variables, each assigned a value, a first result of applying the values associated with the arrangement of variables to matching variables in the user formula, the first result being input by a user, and circuitry for performing a separate and independent' calculation using the user formula to obtain a second result, and for authenticating a user if the first result matches the second result.
BRIEF DESCRIPTION OF THE DRAWINGS
[00014] The foregoing aspects and other features of the present invention are explained in the following description, taken in connection with the accompanying drawings, wherein:
[00015] Figure 1 shows one example of a user authentication system according to the present invention;
[00016] Figure 2 shows a flow chart of the operations associated with the present invention;
[00017],Figure 3 shows an example of a user interface screen for use with the user authentication system;
[00018] Figure 4 shows an example of an administration screen for use with the user authentication system;
[00019] Figure 5 shows the present invention as embodied in an enterprise network;
[00020] Figure 6 illustrates another embodiment of the invention in a distributed system for electronic business transactions or e-commerce;
[00021] Figure 7 shows an embodiment of the present invention for securing data sent by a message; and
[00022] Figure 8 shows a block diagram of an exemplary message.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS)
[00023] Referring to Figure 1, a user authentication system 100 incorporating features of the present invention is illustrated. Although the present invention will be described with reference to the embodiment shown in the drawings, it should be understood that the present invention can be embodied in many alternate forms of embodiments. In addition, any suitable size, shape or type of elements or materials could be used.
[00024] As shown in Figure 1, the system 100 generally includes a user interface function, shown in this example by user interface 110 and an authentication control function, shown in this example as controller 115.
[00025] The present invention includes creating an authentication key in the form of a user formula. Upon initiation of an authentication session, a user is presented with an arrangement of variables, each assigned a value. The user applies the values associated with the presented variables to matching variables in the user formula and enters the result.
[00026] Explained in more detail with reference to the flow chart of Figure 2, a user formula is generated as shown in block 310. The user formula may be constructed by a user from a set of variables and operations. The authentication system may provide an application to assist the user by providing lists of variables and operations from which to choose. The authentication system may also provide an application that may generate a user formula automatically for a user. The resulting formula is generally memorized by the user and stored by the authentication system as shown in block 315.
[00027] The user requests access to a device, service, application, or function, and an authentication session may then be initiated as shown in block 320. Upon initiation of an authentication session, the authentication system presents a user with an arrangement of variables as shown in block 325, each assigned a value. The user recognizes the variables presented in the arrangement that match the variables in he user formula. The user then applies the values assigned to b __ the variables to the user formula. as shown in block 330 and enters the result as shown in block 335.
[00028] The values may be randomly generated and assigned to the variables and may generally change with each authentication session. The authentication system independently applies the values assigned to the variables to the user formula and generates an independent result as shown in block 340. The authentication system compares the independent result with the entered result as shown in block 345 and if the results match, the authentication system gives the user access to the service or application (block 350). If the results do not match, access is denied (block 355).
[00029] As an example, a user might construct the following user formula: 3*(2*Q+3*T). During an authentication session, an arrangement of variables and values is presented to the user. If the variable Q in the arrangement is assigned the value 32, and the variable T in the arrangement is assigned the value 9, the user formula yields 3*(2*32 + 3*9), or the number 273. The user then enters the number 273. Because the authentication system generated the arrangement of variables and values, and has stored the user formula, the authentication system uses the user formula to make the same calculations. If the results match, the user is authenticated.
[00030] In addition to the authentication session described above, system 100 may provide an administration process as part of the authentication system. The authentication session includes qualifying a user for access to a device, service, application, or function as described above. The administration process generally provides a user with tools that allow a user to set up a formula, records the formula for subsequent authentication sessions; and handles other set up and administrative processes such as allocation of space and directories, encryption processes, communication between programs, etc.
[00031] As mentioned above, as part of the authentication session, an arrangement of variables may be presented to a user. An example arrangement is shown in Figure 3. In this example, arrangement 360 includes a grid 365, an area for entering a user name 370, and an area for entering a password 375 that, in accordance with the present invention, is the result of applying the. user formula. The grid 365 is made up of cells 380, where each cell may be denoted by a letter or letter combination 385 representing a user formula variable.
Each variable is assigned a value 390. As mentioned above, the values assigned to each variable may change each time the arrangement is presented to a user. In one embodiment, each value is. produced by a random number generator each time the arrangement is presented.
[00032] Using the exemplary formula 3* (2*Q+3*.T) mentioned above, a user would examine arrangement 360 and recognize that variable Q is assigned a value of 69 and variable T
is assigned a variable of 49. The user would apply the formula and enter the result.
[00033] In this example, each cell includes two components, a variable and a value. While the variable is described in the context of letters and the .value is described in the context of numbers, it should be d understood that the variables and.values may' be shown as any recognizable mark, symbol, or image.
[00034] Also in this example, the arrangement of variables is shown as a 10 by 10 cell grid. However, the arrangement may have any shape and may include any number of cells or locations.
[00035] The user formula may include any mathematical and non-mathematical operator, for example, add, subtract, multiply, divide, power, max, min, mod, concatenate, etc., and may also include parenthesis to alter the sequence of operations. The authentication system may also provide custom operators that allow a user to perform any function on the variables of the formula that' may be desirable.
[00036] Figure 4 shows an example of an administration screen 400 that may be presented to a user as part of the administrative process. The administrative process may provide a user. with various tools, for example a "wizard"
that may walk a user through each step of a user set up process, and a formula builder to assist a user in setting up a formula. In one embodiment, the formula builder could provide a user with menus of variables and operators to choose from and assist the user with compiling a formula unique to that user.
[00037] Administration screen 400 may include an arrangement of variables 405, a numerical keypad 410, keys for mathematical 415 and non mathematical functions 420, and keys for testing 425 and saving 430 a formula.
Administration screen 400 may also include areas f-or entering a user name 370 and a user formula 440. A user may enter a user formula by selecting among the variables and various operators.
[00038] For example, a user may type a user formula using keyboard 145 (Figure 1). As the user types the formula it may be displayed in user formula area 440.
Alternately, a user may use a pointing device to position a cursor over a character, variable, or operator and click a mouse button or press an enter key to select the desired character, variable, or operator. The selections are. displayed in user formula area 440. The user continues until the user formula has been constructed as desired. When the user formula is complete, the user may then activate the "save" button 430 to store and use the formula.
[00039] In one embodiment, a user may be provided with a facility to construct one or more custom operators. For example, one of the operators may include an offset function, where the function is associated with a variable in the user formula and applies the value from a variable in the arrangement that is offset from the associated variable. The offset function may be expressed as (Offset (x, y) ) where x refers to an x axis offset and y refers to a y-axis offset. An exemplary user formula that includes the offset function may be A+B (Offset (1, 1) ) . Referring to Figure 3, a user would first find and use the value assigned to variable A, and would then find variable B, but would use the value from variable M which is offset by the coordinates (1, 1) in this authentication session.
[00040] A user may use any offset desired so long as the offset points to a variable present within arrangement __ 365. In one exemplary implementation a user enters the offset function by simply typing "(Offset (x, y)" where desired in the 'user formula. In another exemplary implementation, one of the~non mathematical functions 420 may include a button labeled "Offset." Pressing the Offset button may initiate a dialog box that requests a user to enter the offset coordinates. Upon entering the coordinates, an offset designation, for example, (Offset (1, 1) may appear in the user formula displayed in the user formula area 440.
[00041] In another derivation of the offset function, a special offset may be determined, referred to as an IX
function. The IX function utilizes the value associated with a variable as coordinates that point to the upper left hand portion of,the arrangement. For example, a user may wish to use a user formula 2*B and may wish to designate variable K as specifying the upper left hand corner of the arrangement 365. After pressing the Offset button, in response to the request for coordinates, the user may respond with IX(K) or some other appropriate designation for the special offset and the designation.
[00042] Subsequently, when the user is using the arrangement 365 to determine the result of the user formula, the user would observe that variable K is assigned the value "43" and then would consider the coordinates (4, 3) as the offset location for variable A, the coordinates (5, 3) as designating the offset location for variable B, the coordinates (6, 3) as designating the offset location for variable C, etc. Using the value at coordinates (5, 3), the user formula 2*B yields "104"
which would then be entered in the password area 375.

__
[00043] Other custom operators may ,be created 'that perform any function, operation, or combination of functions or operations. '
[00044] As another example, administration screen 400 may include a selection for creating a custom function that operates on one or more variables. The custom function could include any number of mathematical, logic (AND, OR, XOR, etc.) trigonometric, statistical, etc. types of operations. A user may be presented with one or more scripts that may be used as templates for designing custom functions. Scripts may also be provided for presenting buttons or menu items to users for invoking the custom functions and for using the custom functions in user formulas.
[00045] The ability ~to create custom functions is advantageous because it allows a system to be customised for a particular user or a portion of an enterprise. A
purchaser of the system is provided with the ability to further enhance the security of the system by creating custom functions and operators not available or known to other system purchasers.
[00046] The authentication system may offer a greater measure of security by providing a function that creates a formula within a formula, referred to as an AutoTokenTM
function. A user invokes the AutoTokenT"" function, for example, by selecting an AutoTokenT"" key 435 (Figure 4).
The AutoTokenT"" function prompts the user for a user formula which the user enters in the user formula area 440.
[00047] The AutoTokenT"~ function automatically creates two formulas, referred to as a local formula, and a remote formula, respectively. Each of the local and remote formulas includes variables, constants and operations that may be randomly selected and randomly ordered so long as, they form an operational formula: The variables, constants and operations may include variables from the arrangement of variables that is presented to a user and operations provided by the administration process. The local and remote formulas may be of any complexity and length and are generally the same except that the local formula includes a result variable for receiving the result of the user formula that will be input by a user, while the remote user formula includes the user formula itself .
[00048] The remote formula may be stored at any location designated by the authentication system and the local formula may be stored in a location local to the user.
In one embodiment, the local formula may be stored at any location designated or selected by the user.
[00049] The local formula may be transportable for use in accessing a device, service, application, or function, from a different location. For example, the local formula may be stored so that it is portable, which includes storing the local formula on any type of transportable media, for example, magnetic, optical, semiconductor, or other suitable media. The local formula may be stored on, for example, a floppy disk, compact disk, flash memory card, USB drive, or any suitable device for storing and accessing the local formula (e. g. 247 in Figure 5, described below).
[00050) In one embodiment, the local formula may not necessarily be stored but may be transported or transmitted to another location for use by the user.
[00051] An authentication session for a user who has implemented an AutoTokenT"~ function proceeds as follows.
The user requests access to a device, service, application, or function, and an authentication session is initiated. The system presents the user with an arrangement of variables and the user enters the result of his user formula. If the local formula has been stored on transportable media, at this time or at any time prior to this point, the transportable media is coupled to the system so that the local formula is accessible by the authentication system. The authentication system ,inserts the result in place of the result variable in the local formula, inserts values from the arrangement of variables into the rest of the local formula, and computes the result of the local formula.
The authentication system also inserts values from the arrangement of variables into the user formula in the remote formula, as well as the rest of the remote formula, and computes the result of the remote formula.
[00052) The authentication system compares the results, and if they match the user is granted access to the device, service, application, or function desired.
[00053) If for some reason a user's user formula is compromised, the user may invoke the AutoTokenT"" function again to create new local, remote, and user formulas without requiring additional support resources, thus securing the continuation of secure access.
1~
[00054] As another feature, the authentication system generally allows a user to embed functions within other functions to extend the security of a user formula. For example, a user formula could include A+(AVE(AVE B+C+(AVE
D+E+F))+G+H). A special function may be used to embed dummy characters within a user formula based on a value assigned to a variable from the arrangement 365. This function could be designated as a "Set" function. An exemplary user formula using the Set function may be:
(set ~, 1) [user formula] .
[00055] In an arrangement where the variable Z is assigned ' the value 5, a user would type in five dummy characters before entering the first value of the result of the~user formula. Thus, any number of dummy characters may be inserted at any location within the result of abuser f ormul a .
[00056] As an additional security feature, a user formula could use values assigned to variables of the arrangement-365 to designate specific letters within specific words of a secret phrase. For example, a user may determine that their secret phrase may be "the dog is lazy," and may decide on a user formula of ABCD. When constructing their user formula, the user could type commands designating their secret phrase and their user formula into user formula area 440.
[00057] Alternately, the non mathematical functions 420 may include functions that allow a user to select the designations. During authentication, an arrangement may be presented, for example, where A is assigned the value 31, B is assigned the value 14, C is assigned the value . __ 21, and .D is assigned the value 13. Applying the values of the arrangement to the phrase for A=31 would yield the third letter of 'the first word, B=14 yields the first letter of the fourth word, C=21 yields the second letter of the first word, and D=13 yields the first letter of the third word. Thus, the user would type .in ELHI.
Given the arrangement and the secret nature of the phrase, an attempt at deciphering such a result would most likely result in failure.
[00058] The authentication system may offer a greater measure of security by providing a reset function within a user formula. This reset function operates to reset the variable arrangement presented to the user. ,For example, as part of an authentication session, an arrangement of, variables as shown in Figure 3 is presented to the user. The user examines the arrangement, recognizes the value of the first variable of the user's formula and enters the first variable.
After entering the first variable, the reset function is activated, for example, by a command in the user formula or by typing a command; and the values and variables are changed such that the user is presented with a 'new arrangement. The user continues to utilize the user formula, recognizing the value of the next variable in the formula from the new arrangement. When the user has recognized all the values, computed and entered the result of the user formula, the user is granted access as desired.
[00059] An example of a user formula using the reset function may be:
AI~ BII <reset> C

where the value associated with variable A is concatenated with the value associated with B, the variable arrangement is reset and the concatenation of A
and B is concatenated with the new value of variable C.
[00060] It should be understood that the reset function may be'inserted anywhere in the user formula and may be inserted in one or more places in the user formula. The reset function may be activated by various methods, for example, as a response to pressing a particular key, or automatically after a value has been entered.
[00061] Referring to the administration screen in Figure 4, the reset function may be presented to a user as part of a formula builder, or °wizard" that provides abuser with a step by step process for inserting the reset function.
[00062] As mentioned above, the reset function operates to reset the variable arrangement presented to a user. This may take the form of regenerating new values for the variables in the arrangement, changing the location of the variables or a combination of both. The reset function may generate the new arrangement using a formula that is based on a seed number or variable provided by a user during the formula builder or wizard process. The variable seed may be a variable from the variable arrangement present to the user.
[00063] Thus, the reset function provides a heightened level of security to the present invention. For example, in a networked environment, if communication between a desktop computer and a server is intercepted, data about the variable arrangement may be extracted. For example, one might attempt (albeit unsuccessfully) to derive the variable arrangement from the intercepted data. The reset function operates to reset the variable arrangement locally, without external communication. Thus, efforts to derive the variable arrangement by intercepting communications are rendered useless because a new variable arrangement is generated and there is no communication associated with the reset or the new variable arrangement.
[00064] .Referring again to Figure 1, system 100 may be a desktop computer that includes user interface 110 and controller 115. Controller 115 may include one or more processors 120 for executing an authentication program 135 from a memory 125 and may also include a storage device 130 for storing information, data, and programs.
Controller 115 may also include an interface for communicating with other devices. User interface 110 may include a display device 140 for presenting information to a user and one or more input devices 145, for example, a keyboard and a pointing device, for inputting information, queries, responses, and commands.
[00065] Processor 120 may provide authentication services under control of authentication program 135, and upon authentication, may allow an authenticated user to access or utilize service 150. In this embodiment, service 150 may be a local service, that is, may reside within desktop computer 100. Service 150 may be any device, service, application, or function to which processor 120 or a user of system 100 may require access. For example, service 150 may be a data processing system, a computational service, a content delivery service, a data base, a file system, etc.
[00066] In the course of operations a user may attempt to access service 150 through controller 115. Controller 115 initiates an authentication session as described above to determine if the user is eligible, has permission, or is generally allowed to access service 150. If the user provides the proper credentials, that is, the proper application of assigned values to the user formula as described herein, controller 115 allows access to service 150.
[00067] Figure 5 illustrates another embodiment of the invention shown as a distributed system 500. System 500 may be part of an enterprise or corporate wide area network or local area network and generally includes a user interface 210, a controller 215, and an application or service 220 connected by a communications network 225.
User interface 210 may generally be part of a local computing device 230 and controller 215 and service 220 are generally remote from computing device 230. Local computing device 230 may include one or more processors 235 for executing programs 240 stored on a storage device 245. Computing device 230 may also include an external, removable storage device 247 for storing a local formula.
User interface 210 may include a display device 250 for presenting information to a user and one or more input devices 255, for example, a keyboard and a pointing device, for inputting information, queries, responses, and commands.
[00068] Controller 215 may operate as an authentication server and may include one or more processors 260 and a storage facility 265 for storing programs that control the authentication processes and sessions. As an authentication 'server, controller 215 may operate to authenticate computing device 230 or a user of computing device 230. Upon authentication, controller 215 operates to provide service 220 to computing device 230 or to allow computing device 230 to access service 220.
Controller 230 also operates to direct traffic among components of system 200 under the control of instructions or programs stored in storage facility 265.
Controller 215 may also provide storage capacity for computing device 230 within storage facility 265. As an authentication server, controller 215 may operate to authenticate other computing devices 2751 ... 275n~ and, upon authentication, provide other computing devices 2751 ... 275n with access to service 220 and to other services 2701 ... 270n.
[00069] In this embodiment, programs that control the authentication processes and sessions may be distributed.
among storage device 245 and storage facility 265.
Portions of the authentication processes and sessions may be performed by processors 235 and 260 under control of programs stored in storage device 245 and storage facility 265, respectively.
[00070] Service 220 may be any application or service to which computing device 230 or a user of computing device 230 may require access. For example, service 220 may be a data processing system, a computational service, a content delivery service, a data base, a file system, etc. Service 220 may reside within computing device 230, __ controller 215, or may reside anywhere within system 200 or in combination with any component of system 200.
[00071] Communications network 225 may include any link or network suitable for communication, for example, the Internet, the Public Switched Telephone Network (PSTN), a wireless network, a wired network, a virtual private network (VPN) etc. Communication may be executed using any suitable protocol, including X.25, ATM, TCP/IP, etc.
[00072] In the course of operations a user may attempt to access service 220. Controller 215 monitors or is notified of the attempted access. For example, controller 215 may monitor and intercept all attempts to access service 220 under control of programs stored in storage facility 265. As another example, service 220 may automatically route all access attempts to controller 215 for processing. Any other suitable method of using controller 215 to control access to service 220 may also be implemented.
[00073] Controller 215 initiates an authentication session to determine if the user is eligible, has permission, or is generally allowed to access service 220. Controller 215 provides computing device 230 with data and commands to display an arrangement of variables on display 250 and prompt a user to provide the result of the user formula.
The computing device conveys the result to controller 215. Controller 215 also computes a result using the user formula and values from the arrangement of variables. If the conveyed result and the result computed by controller 215 match, controller 215 allows access to service 220.
[00074] In this embodiment, when a user has implemented an AutoTokenT"" function as described above, the local formula may be stored on external, removable storage device 247.
Operations on the local formula, including inserting the result of the user formula in place of the result variable in the local formula, inserting values from the arrangement of variables into the rest of the local formula, and computing the result of the local formula may be performed by a client program running on computing .
device 230. Operations on the remote formula, including inserting values from the arrangement of variables into the user formula in the remote formula, as well as the rest of the remote formula, and computing the result of the remote formula may be performed by a server program on controller 215.
[00075] Figure 6 illustrates another embodiment of the invention shown as a distributed system 600 for electronic business transactions or e-commerce. System 600 may be Internet based and may use the World Wide Web as a common communication medium. System 600 generally provides all the features. of the previously described embodiments and includes a number of users 6101 ... 610n, a controller 620., and a number of applications or services 6501 ... 650n. Users 6101 ... 610n, services 6501 ... 650n, and controller 620 generally represent independent entities, for example " business entities, that are connected by the Internet 660. For example, users 6101 ... 610n may be individuals accessing the services or may be computing devices accessing the services under program control. In one embodiment, users 6101 ... 610n may pay a fee to access one or more of the services 6501 ... 650" and a controller 620 operates to N
..
control . such access through .authenticat'ion. The operators of services 6501 ... 650n in turn may pay a fee to a~ controll'er operator for the access and authentication services. ~ Other business arrangements among the users, service operators and controller operator are also contemplated. Controller .620 may include one or more processors 425 for executing programs 630 that control user authentication and access to services 6501 ... 650n. Controller 620 operates to authenticate users 6101 ... 610n, and to provide one or more services 6501 ... 650n to an authenticated user. The services 6501 ... 650n may include any service to which users 6101 ... 610n may require access including e-commerce transactions. For example, services 6501 ...
650" may include merchandise purchasing systems, data processing systems, ' computational services, content delivery services for delivering text, audio or video, etc., all participating in commercial transactions over a network, such as the Internet.
[00076] In system 600, one or more users 6101 ... 610n may routinely access services 6501 ... 650n. Controller 620 monitors or ~is notified of the attempted access. For example, controller 620 may monitor and intercept all attempts to access any of services 6501 ... 650n. In another example, services 6501 ... 650" may automatically route all access attempts to controller 620 for processing or otherwise notify controller 620 of an attempted access.
[00077] In response, controller 620 initiates an authentication session with each user 610 to determine if the particular user is eligible, has permission, or is __ generally allowed to access the one or more services 6501 ... 650n. If the user 610 provides the proper credentials, that is, the proper result of the user formula as described herein, controller 620 allows access to the desired service or services.
[00078] In another embodiment, a user 610 may attempt to access one or more services 6501 ... 650n where access to the service is granted on a one-time basis. Controller 620 is notified or actively monitors the attempted access. In response, controller 620 initiates an authentication session with the user 610. An administrator, which may be a program or an operator, conveys a user formula to the user 610 that is only valid for a single use. The user 610 enters the result of the one time user formula and is generally allowed to access the one or more services '6501 ... 650n.
[00079] Figure 7 shows a system 700 that utilizes an embodiment of the present invention for securing data sent as part ~of a message, for example, by email. The system 700 includes a message originator 705 that utilizes the authentication system 710 of the present invention, a recipient 715 and a communications network.
Both the originator 705 and recipient 715 include one or more processors, memory devices and programs to support message transfer and authentication operations according the present invention. The originator 705 constructs a message, for example an email, that includes data the originator 705 wishes to secure. A block diagram of such a message 810 is shown in Figure 8. The data 820 may be included as part of the message or as a file attached to the message. The authentication system 710 includes a wrapper 825 with the message 810 and data 820 that will initiate an authentication session and prevent access to the data 820 unless the recipient 715 produces the proper credentials. The message is then conveyed to the recipient 715, for example, using a standard email protocol.
[00080] Upon receipt, the recipient 715 attempts to open the message. The wrapper initiates an authentication session, displaying an arrangement as shown in Figure 3.
A return receipt to the originator is also generated which causes the same authentication session to be initiated for the originator 705.
[00081] The originator 705 determines the result of the originator's user formula and then conveys the result to the recipient 715, generally through a method different from the one used to convey the message. The recipient enters the result and, if correct, the wrapper 825 allows access to the data 820. Once the data is closed the authentication session ends. Each time an attempt is made to open the message, another authentication begins with a new arrangement. Thus, the arrangement includes new values assigned to the variables and requires the originator 705 to again determine the results of applying the originator's user formula. Therefore, if the recipient 715 attempts to open the message again, or forwards the message to another, the previous result of the user formula is no longer operable to open the message and the originator 705 may be notified.
[00082] It should be understood that the foregoii~.g description is only illustrative of the invention.
Various alternatives and modifications can be devised by _.
those skil~.ed in the art without departing from the invention. Accordingly, the present invention is intended to embrace all such alternatives, modifications and variances which fall within the scope of the appended claims.
[00083] What is claimed is:

Claims (32)

What is claimed is:
1. A method of authenticating a user for access to a device, service, application, function, or system, implemented with a user interface and an authentication system comprising:
creating an authentication key in the form of a user formula selected by the user from a set of variables and operations provided by the authentication system;
storing the user formula in the authentication system;
utilizing a display of the user interface to present the user with an arrangement of variables generated by the authentication system, including the variables of the user formula, each assigned a value;
applying the assigned values to matching variables in the user formula and calculating a first result; and conveying the first result through the user interface to the authentication system, wherein the authentication system authenticates the user if the first result matches a second result of a separate and independent calculation of the user formula calculated by the authentication system.
2. The method of claim 1, wherein the variables comprise letters.
3. The method of claim 1, wherein the arrangement of variables comprises letters in alphabetical order.
4. The method of claim 1, wherein the assigned values comprise numerical values.
5. The method of claim 1, wherein the assigned values comprise randomly generated numerical values.
6. The method of claim 1, wherein the variables are arranged in a 10 by 10 matrix.
7. The method of claim 1, comprising providing the user with assistance in creating a user formula.
8. The method of claim 1, wherein the user formula includes one or more custom operators.
9. The method of claim 8, wherein the one or more custom operators includes a function associated with a user formula variable that applies a value from a variable in the arrangement that is offset from the associated variable.
10. The method of claim 1, wherein the user formula includes one or more functions that include operations for use in the user formula.
11. The method of claim 1, comprising:
creating a local formula having a variable for receiving the first result and a remote formula having the user formula; and authenticating the user if a calculation of the local formula matches a calculation of the remote formula.
12. The method of claim 11, wherein the local and remote formulas include at least one of variables, constants and operations that are randomly selected and ordered.
13. The method of claim 11, wherein the local formula is transportable.
14. The method of claim 11, wherein the calculation of the local formula is performed by a local computing device, and calculation of the remote formula is performed by a controller remote from the local computing device.
15. The method of claim 1, wherein the user formula is constructed such that the first result includes dummy characters.
16. The method of claim 1, wherein the user formula utilizes values assigned to variables of the arrangement to designate specific letters within a secret phrase.
17. The method of claim 1, wherein the user formula includes a reset function that upon activation, presents the user with a new arrangement.
18. The method of claim 1, wherein upon authentication, the user is permitted to access a local service.
19. The method of claim 1, wherein presenting the user with the arrangement of variables is performed by a local computing device, wherein the separate and independent calculation of the user formula is performed by a controller remote from the local computing device, and wherein the user is granted access to a service upon authentication.
20. The method of claim 19, wherein the user, service, and controller are business entities participating in commercial transactions over a network.
21. The method of claim 1 further comprising:
providing a wrapper that initiates an authentication session according to claim 1;
encapsulating a message with data in the wrapper;
initiating a first authentication session for a message recipient and a second authentication session for a message originator upon an attempt to open the message;
determining a user formula result from the second authentication session;
providing the result to the first authentication session; and allowing the recipient to access the message and data upon authentication.
22. A system for authenticating a user for access to a device, service, application, function, or system, comprising:
an authentication key in the form of a user formula selected by the user from a set of variables and operations provided by the authentication system, and stored in the authentication system;
a user interface including a display for presenting to the user an arrangement of variables generated by the authentication system, including the variables of the user formula, wherein each variable of the arrangement is assigned a value;

a first result of applying the values associated with the arrangement of variables to matching variables in the user formula calculated by the user, and conveyed to the authentication system through the user interface;
circuitry in the authentication system for performing a separate and independent calculation of the user formula to obtain a second result, and for authenticating the user if the first result matches the second result.
23. The system of claim 22, wherein the variables comprise letters.
24. The system of claim 22, wherein the arrangement of variables comprises letters in alphabetical order.
25. The system of claim 22, wherein the assigned values comprise numerical values.
26. The system of claim 22, wherein the assigned values comprise randomly generated numerical values.
27. The system of claim 22, wherein the variables are arranged in a 10 by 10 matrix.
28. The system of claim 22, wherein the one or more custom operators includes a function associated with a user formula variable that applies a value from a variable in the arrangement that is offset from the associated variable.
29. The system of claim 22, wherein the user formula includes one or more functions that include operations for use in the user formula.
30. The system of claim 22, comprising:
a local computing device for storing and calculating a result of a local formula having a variable for receiving the first result;
a controller remote from the local computing device for storing and calculating a result of a remote formula having the user formula, and for authenticating the user if the result of the local formula matches the result of the remote formula.
31. The system of claim 30, wherein the local and remote formulas include at least one of variables, constants and operations that are randomly selected and ordered.
32. The system of claim 30, wherein the local formula is transportable.
CA2542985A 2003-10-14 2004-10-04 Authentication system Expired - Fee Related CA2542985C (en)

Applications Claiming Priority (7)

Application Number Priority Date Filing Date Title
US51097103P 2003-10-14 2003-10-14
US60/510,971 2003-10-14
US54116004P 2004-02-02 2004-02-02
US60/541,160 2004-02-02
US54440004P 2004-02-13 2004-02-13
US60/544,400 2004-02-13
PCT/US2004/032507 WO2005038573A2 (en) 2003-10-14 2004-10-04 Authentication system

Publications (2)

Publication Number Publication Date
CA2542985A1 CA2542985A1 (en) 2005-04-28
CA2542985C true CA2542985C (en) 2015-04-21

Family

ID=34468364

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2542985A Expired - Fee Related CA2542985C (en) 2003-10-14 2004-10-04 Authentication system

Country Status (10)

Country Link
US (1) US7143440B2 (en)
EP (1) EP1676393B1 (en)
JP (1) JP5086640B2 (en)
KR (1) KR101108660B1 (en)
CN (1) CN1894882B (en)
AU (1) AU2004282865B2 (en)
CA (1) CA2542985C (en)
IL (1) IL175062A (en)
TW (1) TWI355838B (en)
WO (1) WO2005038573A2 (en)

Families Citing this family (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU2004282865B2 (en) * 2003-10-14 2009-05-28 Syferlock Technology Corporation Authentication system
US7725712B2 (en) * 2003-10-14 2010-05-25 Syferlock Technology Corporation User authentication system and method
JP4547210B2 (en) * 2004-08-27 2010-09-22 株式会社エヌ・ティ・ティ・ドコモ Client terminal, service providing apparatus, and service discovery method
US7689831B2 (en) * 2004-08-30 2010-03-30 Passrules Canadian Security Inc. Method and system for securing interface access via visual array paths in combination with hidden operators
US20100199100A1 (en) * 2004-08-30 2010-08-05 Norman Frank Goertzen Secure Access by a User to a Resource
JP2009528601A (en) * 2006-03-01 2009-08-06 ゲールツェン,ノーマン,フランク System for protecting interface access via visual alignment path combined with hidden operations
EP1868126B1 (en) * 2006-06-16 2011-08-10 Thomson Licensing Device and method for discovering emulated clients
US8301897B2 (en) * 2006-08-23 2012-10-30 Cisco Technology, Inc. Challenge-based authentication protocol
US8327420B2 (en) * 2006-10-30 2012-12-04 Girish Chiruvolu Authentication system and method
EP2160864B8 (en) 2007-06-26 2012-04-11 G3-Vision Limited Authentication system and method
JP2009272737A (en) * 2008-05-01 2009-11-19 Panasonic Corp Secret authentication system
WO2011157754A2 (en) * 2010-06-15 2011-12-22 Thomson Licensing Method and device for secured entry of personal data
TW201310959A (en) * 2011-08-31 2013-03-01 Ibm Method and computer system for dynamically providing algorithm-based password/challenge authentication
US20140157382A1 (en) * 2012-11-30 2014-06-05 SunStone Information Defense, Inc. Observable authentication methods and apparatus
US9391962B2 (en) 2014-09-29 2016-07-12 Utah State University Multi-node encryption
US9473465B2 (en) 2014-09-29 2016-10-18 Utah State University Lingual transformation based encryption
JP6322549B2 (en) * 2014-10-28 2018-05-09 株式会社野村総合研究所 Authentication system, authentication method, and authentication program
US11151243B1 (en) * 2018-06-22 2021-10-19 Thomas M. McNamara, Jr. Password hopping system and method

Family Cites Families (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4184148A (en) 1975-05-22 1980-01-15 Id Code Industries, Inc. Identification devices and systems
US4198619A (en) 1976-10-28 1980-04-15 Atalla Technovations Corporation Programmable security system and method
FR2469760A1 (en) 1979-11-09 1981-05-22 Cii Honeywell Bull METHOD AND SYSTEM FOR IDENTIFYING PEOPLE REQUESTING ACCESS TO CERTAIN MEDIA
GB2112190B (en) 1981-12-23 1985-12-18 Omron Tateisi Electronics Co Personal identification system
US4779224A (en) 1985-03-12 1988-10-18 Moseley Donald R Identity verification method and apparatus
US4964163A (en) 1988-04-04 1990-10-16 Motorola, Inc. Method and apparatus for controlling access to a communication system
US5265162A (en) 1990-01-16 1993-11-23 George Bush Portable pin card
US5130519A (en) 1990-01-16 1992-07-14 George Bush Portable pin card
US5239583A (en) 1991-04-10 1993-08-24 Parrillo Larry A Method and apparatus for improved security using access codes
US5163097A (en) 1991-08-07 1992-11-10 Dynamicserve, Ltd. Method and apparatus for providing secure access to a limited access system
CA2074769C (en) 1991-08-09 2001-03-20 International Business Machines Corporation Formula processor
US5251259A (en) 1992-08-20 1993-10-05 Mosley Ernest D Personal identification system
US5428349A (en) 1992-10-01 1995-06-27 Baker; Daniel G. Nondisclosing password entry system
US5754652A (en) 1994-12-14 1998-05-19 Lucent Technologies Inc. Method and apparatus for secure pin entry
US5682475A (en) * 1994-12-30 1997-10-28 International Business Machines Corporation Method and system for variable password access
US5793866A (en) * 1995-12-13 1998-08-11 Motorola, Inc. Communication method and device
EP0804003A3 (en) * 1996-04-26 2000-11-15 Canon Kabushiki Kaisha Digital signature method and communication system
JPH10307799A (en) * 1997-02-28 1998-11-17 Media Konekuto:Kk Personal identification method and device in computer communication network
US5971272A (en) 1997-08-19 1999-10-26 At&T Corp. Secured personal identification number
JP3781874B2 (en) 1997-09-05 2006-05-31 富士通株式会社 Electronic information management apparatus by image instruction, secret key management apparatus and method, and recording medium on which secret key management program is recorded
US6253328B1 (en) 1998-02-12 2001-06-26 A. James Smith, Jr. Method and apparatus for securing passwords and personal identification numbers
US6571336B1 (en) 1998-02-12 2003-05-27 A. James Smith, Jr. Method and apparatus for securing a list of passwords and personal identification numbers
US7111324B2 (en) * 1999-01-15 2006-09-19 Safenet, Inc. USB hub keypad
US6587853B1 (en) * 1999-05-19 2003-07-01 Plum Software Associates, Inc. System that employs inferencing for troubleshooting complex user authentication problems
US6833847B1 (en) * 1999-12-21 2004-12-21 International Business Machines Corporation Visual wizard launch pad
US6246769B1 (en) 2000-02-24 2001-06-12 Michael L. Kohut Authorized user verification by sequential pattern recognition and access code acquisition
KR100402358B1 (en) 2001-03-02 2003-10-22 설동석 User identification with an improved password input method and device
US20030037261A1 (en) * 2001-03-26 2003-02-20 Ilumin Corporation Secured content delivery system and method
US6944663B2 (en) * 2002-03-06 2005-09-13 Sun Microsystems, Inc. Method and apparatus for using client puzzles to protect against denial-of-service attacks
AU2004282865B2 (en) * 2003-10-14 2009-05-28 Syferlock Technology Corporation Authentication system
US7923526B2 (en) * 2004-09-01 2011-04-12 Eastman Chemical Company Sulfopolyesters having improved clarity in water-dispersible formulations and products made therefrom

Also Published As

Publication number Publication date
KR101108660B1 (en) 2012-01-25
EP1676393B1 (en) 2018-12-05
KR20060132824A (en) 2006-12-22
WO2005038573A3 (en) 2005-12-22
AU2004282865A1 (en) 2005-04-28
IL175062A (en) 2010-11-30
CA2542985A1 (en) 2005-04-28
EP1676393A2 (en) 2006-07-05
CN1894882B (en) 2012-04-04
WO2005038573A2 (en) 2005-04-28
US7143440B2 (en) 2006-11-28
US20050114675A1 (en) 2005-05-26
IL175062A0 (en) 2006-08-20
JP2007516512A (en) 2007-06-21
TW200520508A (en) 2005-06-16
AU2004282865B2 (en) 2009-05-28
TWI355838B (en) 2012-01-01
CN1894882A (en) 2007-01-10
EP1676393A4 (en) 2011-10-26
JP5086640B2 (en) 2012-11-28

Similar Documents

Publication Publication Date Title
CA2542985C (en) Authentication system
US7770002B2 (en) Multi-factor authentication
US8041954B2 (en) Method and system for providing a secure login solution using one-time passwords
EP1829281B1 (en) Authentication device and/or method
US6732278B2 (en) Apparatus and method for authenticating access to a network resource
US8151364B2 (en) Authentication device and/or method
US10848304B2 (en) Public-private key pair protected password manager
JP2004213665A (en) Authentication system and device based on random partial pattern recognition
CA2667747C (en) User authentication system and method
JP2008512765A (en) Authentication system and method based on random partial digital path recognition

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20211004