[go: up one dir, main page]

HK1207758B - Abstracted and randomized one-time passwords for transactional authentication - Google Patents

Abstracted and randomized one-time passwords for transactional authentication Download PDF

Info

Publication number
HK1207758B
HK1207758B HK15108233.3A HK15108233A HK1207758B HK 1207758 B HK1207758 B HK 1207758B HK 15108233 A HK15108233 A HK 15108233A HK 1207758 B HK1207758 B HK 1207758B
Authority
HK
Hong Kong
Prior art keywords
user
code
time security
security matrix
authentication
Prior art date
Application number
HK15108233.3A
Other languages
German (de)
French (fr)
Chinese (zh)
Other versions
HK1207758A1 (en
Inventor
Antony Smales
Original Assignee
Forticode Limited
Filing date
Publication date
Application filed by Forticode Limited filed Critical Forticode Limited
Priority claimed from PCT/IB2012/052006 external-priority patent/WO2013061171A1/en
Publication of HK1207758A1 publication Critical patent/HK1207758A1/en
Publication of HK1207758B publication Critical patent/HK1207758B/en

Links

Description

FIELD OF THE INVENTION
The present invention relates generally to authentication systems and methods and more particularly to authentication systems that are highly secure.
DESCRIPTION OF THE RELATED ART
Security relating to personal identity has become the fundamental cornerstone of all transactions in the modern electronic world, with high levels of investment being applied to security and authentication methods, the technology to support it, and also to the hacking thereof. Most of the banking world depends on a pre-arranged personal identification number (PIN), which is a secret numeric password shared between a user and a system to authenticate the user to the system, while most electronic systems with full-text interfaces depend upon Passwords.
It is common practice to trust heavily in cryptographic hash functions (CHF). These deterministic procedures take arbitrary data and return a mathematically calculated hash value that is unique to the data. A well-documented example of a CHF is the MD5 algorithm. Hash functions and smart security methods between the client and the server make it difficult to reverse-engineer the individual's Password or PIN from a copy of the data. However, using visual observation along with phishing techniques, most passwords or PINs can be compromised thereby allowing fraudulent transactions to be processed. Therefore, it is desirable to have a security scheme that reduces the likelihood that an authentication can be compromised.
US 2005/027990 A1 describes an authentication apparatus in which a generating section generates a presentation symbol string for receiving a next authentication request to an authenticated ID, a storing section stores a transformation rule and a sending destination of the presentation symbol string to be associated with each ID, a sending section sends "the generated presentation symbol string" to a display terminal, which is "the sending destination of the presentation symbol string stored in the storing section to be associated with the authenticated ID", an updating section causes the storing section to further store the presentation symbol string sent to be associated with the authenticated ID to perform update, a receiving section receives an authentication request that designates an ID and a transformed symbol string from an access terminal, and an authenticating section causes authentication of the ID to succeed when a condition is satisfied where "the received transformed symbol string matches a transformation result obtained by applying 'the transformation rule stored to be associated with the ID designated by the received authentication request' to 'the presentation symbol string stored to be associated with the ID'."
US 2005/0160297 A1 describes a user authentication method and system, in which a password derivation pattern for each user is pre-registered into a verification server, and when a user is to use the system, the verification server generates a presented pattern and presents this to the user, the user inputs a password corresponding to the user's own password derivation pattern for the presented pattern, the verification server performs verification of the inputted password based on the presented pattern and the user's own password derivation pattern that was registered, and a verification result is then notified to the usage target system.
US 2010/281526 A1 describes methods and devices for pattern-based user authentication, in which a user may request registration from an authentication server. The authentication server may provide at least one image to the user, wherein the image may comprise a matrix of cells. The user may choose a sequence of cells in the matrix as his or her secret, and may provide a userid and this secret to the authentication server. The authentication server may then validate and store the userid and/or secret. After this registration step, the user may request authentication from the authentication server. The authentication server may provide another image of a matrix of cells to the user. The user may then enter a sequence of symbols associated the sequence of cells that comprise his or her secret. The authentication server may compare the entered sequence of cells to the sequence of cells represented by the stored secret. If the two sequences match, then the user may be authenticated.
US 8,041,954 B2 describes a method and system for users logging into computers and systems that require authentication and incorporating one-time passwords. The method and system allows a user to establish a login key combination in relation to a login key structure. The login key combination is in association with an identification means, such as a username/ID, and allows the user to generate a one-time passcode in response to a random login key. The method and system is directed at situations where the user desires to log into a system from a computer or other electronic device that may not be secure, including for example from computers or devices other than the user's own and/or by using a communications connection that may not be secure, such as a wireless network connection.
BRIEF SUMMARY OF THE INVENTION
One embodiment of the present invention is a method for abstracting the interaction with a Client Interface such that every time the User wishes to authenticate against a Secure System, the Security System presents to the user a one-time randomized set of characters and numbers in a form that allows him to use a predefined Keyword to determine the PIN that matches the randomized Keyword.
More specifically, an embodiment of the present invention is a method for validating a user's authenticity to access a secure system as defined by independent claim 1.
Yet another embodiment of the present invention is a user authentication apparatus according to independent claim 13.
Under the present method, there is no correlation between the User's Keyword and the Security Matrix provided to the user for him to validate against. A Security System randomly constructs The Security Matrix and the User employs the Security Matrix to determine the One-Time Code that is valid for that User and for that Security Matrix. Each request to authenticate results in a new Security Matrix being calculated ensuring the probability of determining the Keyword to be minimal.
The present invention is a novel approach to authentication security, allowing the user to define one or more Keywords, which are then used as a personal reference, enabling the User to create a One-Time Code from a randomized, system-generated Security Matrix. A Keyword is never directly entered during the authentication process at any stage and should never be disclosed or shared.
By separating the authentication process into three phases, (i) request to authenticate, (ii) validation of credentials, and (iii) the transmittal of the authorization details, a security method is produced that can have all transactional authentication requests observed, recorded, and analyzed between the User, the Client Interface, and the Security System, while keeping it improbable that the user's keyword can be identified.
The strength of the Security Matrix can be altered by the user to make determination simpler or more complex, not the system he is authenticating against.
The method of the present invention can be applied to any system requiring User Authentication with minimal changes to the Secure System or the User experience. Because the Security Matrix and the One-Time Code are fully abstracted from the Keyword, there is no pressing security requirement to encode them for transmission in either direction. Thus, method of the present invention is highly suited to any system where the connection between the Client Interface and the Secure System can easily be monitored or observed.
The method can be implemented for a single system, multiple systems, or as a unified public validation system, and works against any transaction that requires a user to validate his identity.
BRIEF DESCRIPTION OF THE DRAWINGS
These and other features, aspects and advantages of the present invention will become better understood with regard to the following description, appended claims, and accompanying drawings where:
  • FIG. 1 shows an Authentication request;
  • FIG. 2 shows a Validation request;
  • FIG. 3 shows a first example of a One-Time Code in which an offset is used;
  • FIG. 4 shows a second example of a One-Time Code in which an offset and crawl are used;
  • FIG. 5 shows a third example of a One-Time Code in which a crawl is used;
  • FIG. 6 shows a fourth example of a One-Time Code in which a jump is used;
  • FIG. 7A shows an example architecture of an Internal Security Server for Local Authentication;
  • FIG. 7B shows portions of the Client Interface during the authentication process;
  • FIG. 8 shows an example architecture of an Internal Security Server for Remote Web Authentication;
  • FIG. 9 shows an example architecture of an External Secuirty Server for Remote Web Authentication;
  • FIG. 10 shows an example architecture of an Internal Security Server for Internal and External Web Authentication and Internal System Authentication;
  • FIG. 11 shows Message Structure Definitions;
  • FIG. 12 shows User Preferences;
  • FIG. 13 shows Secure System Preferences;
  • FIG. 14 shows a flow chart of an embodiment of the present invention; and
  • FIG. 15 shows a flow chart of an embodiment for generating and sending the one-time code.
DETAILED DESCRIPTION OF THE INVENTION
In the following description the following identifications are used.
The Secure System 20 is a system that requires a User to authenticate as a prerequisite to processing transactions or requests for information.
The Security System 30 is the system in which the User's Keyword and Preferences, the Secure Systems preferences are stored and where processing for the Security System's interfaces is performed.
  • Authentication Request 11
  • Security Matrix 31
  • One-Time Code 12
  • Authentication Result 32
  • Success Message 33
The User Preferences 40 are defined in Table 3 and are stored internally by the Security System 30.
A keyword 41 is a linear string of alpha characters that is defined by the User 10. In the examples given, the keyword is limited to being alpha characters only (A to Z) however, the method and system supports Alpha (case sensitive or case insensitive), Numeric, Symbolic or any combination thereof.
The Secure System Preferences 50 are defined in Table 4 and are stored internally by the Security System 30.
A Client Interface 60 is the Human Machine Interface (HMI) where a User 10 is required to interact with a keyboard, touch screen, pin pad, or other entry device to provide authentication details, e.g., an Automated Teller Machine or a logon screen to an internet service.
In FIG. 1, a User 10 has previously provided to the Security System 30 User Preferences 40 and a Keyword 41. The Keyword 41 is stored in an encrypted form on the Security System 30 and is never transmitted in any function.
In FIG. 1, a User 10 requests to authenticate at a Client Interface 60, which in turn sends the Authentication Request 11 to the Secure System 20 which forwards the Authentication Request 11 to the Security System 30.
In FIG. 2, the Secure System Preferences data 50 is used to determine the format required and the limitations of the Client Interface 60. The User Preferences data 40 is used to determine the complexity level of the Security Matrix 11 that the User 10 prefers. The security system 30 produces a Security Matrix 31 and sends it back to the Secure System 20, which then forwards the Security Matrix 31 directly to the Client Interface 60 or uses the information within it to build a custom representation of the Security Matrix 31, which it then presents to the User 10. The format of the user ID is system independent and can be any unique ID across all systems being supported by the security server. Examples of a user ID are a customer ID or an email address.
In FIG.2, a User 10 authenticates, using the presented Security Matrix 31 to determine the One-Time Code number 12 by applying the User Preferences 40 in association with the Keyword 41. This One-Time Code number 12 is entered into the Client Interface 60, which is then sent to the Secure System 20 and then to the Security System 30 where it is validated by the Security System 30 by using the Security Matrix 31 data in conjunction with the One-Time Code 12, the User's 10 stored keyword 41, and the User Preferences 40. In response to the request, the security system 30 then returns an Authentication Result 32 back to the Secure System 20, which is then sent back to the Client Interface 60. A second interaction occurs in parallel in which the security system 30, upon a successful authentication, then initiates a send of the Success Message 33 to the Secure System 30's success notification point as detailed in the Secure System Preferences 50.
Every Authentication Request 11 and every One-Time Code 12 validation, results in the Security Matrix 31 being re-randomized to prevent reuse. A log of Authentication Requests 11 and One-Time Code12 requests is maintained for limiting the maximum number of attempts in a given timeframe to prevent brute force attacks and for providing an auditable trace.
The example in FIG. 3 shows a Security Matrix 31, the user preference data 40 and the user Keyword 41. The User 10 uses his keyword and User Preferences data 40 to generate the One-Time Code 12.
In this example, the User 10 prefers:
  1. (a) The Security matrix 31 be displayed Alphabetically; and
  2. (b) To add 1 to the displayed number that corresponds to the keyword letters
Obtaining the matrix value for each character of the Keyword yields 17572. Adding an offset of +1 to the matrix result gives 28683 as the One-Time Code 12.
The example in FIG. 4 shows a Security Matrix 31, the user preferences 40 and the user Keyword 41. The User 10 uses his keyword and User Preferences 40 to generate the One-Time Code 12.
In this example, the User 10 prefers:
  1. (a) The Security matrix 31 be displayed in Random order;
  2. (b) To add 1 to the number displayed against the keyword letters; and
  3. (c) To add an extra 3 to the first keyword letter, and extra 6 to the second keyword letter and so on.
Obtaining the matrix value for each character of the key word yields 28672. Adding a +1 offset yields 39783. Adding a +3 crawl yields 65608, which is the One-Time Code. Note that in the example addition is modulo ten but can be any modulo addition.
The example in FIG. 5 shows a Security Matrix 31, the user preferences 40 and the user Keyword 41. The User 10 uses his keyword and User Preferences 40 to generate the One-Time Code 12.
In this example, the User 10 prefers:
  1. (a) The Security matrix 31 be displayed in Random order;
  2. (b) To add 2 to the first keyword letter, 4, to the second keyword letter and so on; and
  3. (c) The second and fourth numbers to be any number the user wishes in this example, a valid One-Time Code response is
    1. a. 41215
    2. b. 42225
    3. c. 43235
    4. d. 41235
    5. e. 49285
    6. f. and so on - only the first, third and fifth numbers are relevant.
Obtaining the matrix value for each character of the key word yields 2#8#9. Adding a +2 crawl gives 4#2#5, which is the One-Time Code. Note again that addition is modulo 10.
The example in FIG. 6 shows a Security Matrix 31, the user preferences 40 and the user Keyword 41. The User 10 uses his keyword and User Preferences 40 to generate the One-Time Code 12.
In this example, the User 10 prefers:
  1. (a) The Security matrix 31 be displayed in Random order;
  2. (b) To add 1 to the first keyword letter, subtract 1 from the second keyword letter, add 1 to the third keyword letter and so on.
Obtaining the matrix value for each character of the key word yields 98428. Adding a +1 jump gives 07519, which is the One-Time Code. Again, addition or subtraction is modulo 10.
In FIG. 7A, an internally hosted Security System 30 is utilized by a Secure System 20 to validate users 60 that are logging onto it through a Local Network 70 to which the user is connected either by wire or wirelessly via wireless transceiver 72.
  • Step 1: User accesses Secure System logon portal - only requested to supply User ID, which could be an email address, in accordance with 82 and 84 of FIG. 7B.
  • Step 2: User enters User ID, as in 84 of FIG. 7B.
  • Step 3: Secure System sends User ID and System ID to Security System, which performs validation and returns a Security Matrix 31 as in 86 of FIG. 7B, which is then displayed by the Secure System 20 back to the User 60.
  • Step 4: User enters One-Time Code 12 and logs in as normal, as in 86 of FIG. 7B. Secure System 20 sends One-Time Code 12, User ID, and System ID to Security System 30, which validates the code and provides a Session ID to the Secure System 20 if it is valid.
In FIG. 8, an internally hosted Security System 30 is utilized by a Secure System 20 to validate users 60 that are logging onto it through the Internet 90, say through modem 96.
  • Step 1: Remote User accesses Secure System logon portal - only requested to supply User ID, which could be an email address, in accordance with 82 and 84 of FIG. 7B.
  • Step 2: User enters User ID, as in 84 of FIG. 7B.
  • Step 3: Secure System sends User ID and System ID to Security System 30, which performs validation and returns a Security Matrix 31, which is then displayed by the Secure System 20 back to the User 60.
  • Step 4: User enters One-Time Code and logs in as normal as, in 86 of FIG. 7B. Secure System 20 sends One-Time Code 12, User ID, and System ID to Security System 30, which validates the code and provides a Session ID to the Secure System 20 if it is valid.
In FIG. 9, a publicly hosted Security System 30 is utilized by a Secure System 20 to validate users 60 that are logging onto it through the Internet 90. In this configuration, a single Security System 30 can service multiple Secure Systems 20, allowing Users 60 to have one keyword for all registered systems. As before, remote users 60 connect through a modem 96 to the Internet 90.
  • Step 1: Remote User 60 accesses Secure System 20 logon portal - only requested to supply User ID, which could be an email address, in accordance with 82 and 84 of FIG. 7B.
  • Step 2: User 60 enters User ID, as in 84 of FIG. 7B.
  • Step 3: Secure System 20 sends User ID and System ID to Security System 30, which performs validation and returns a Security Matrix 31, which is then displayed by the Secure System 20 back to the User 60.
  • Step 4: User 60 enters One-Time Code and logs in as normal. Secure System 20 sends One-Time Code, User ID, and System ID to Security System 30, which validates the code and provides a Session ID to the Secure System 20 if it is valid.
In FIG. 10, an internal security system 30 is configured to service a financial institution across its entire business, effectively replacing standard authentication systems such as passwords and PIN numbers for debit and credit systems at the counter, ATM (Automated Teller Machine), merchant sale or Internet. The example above shows:
  1. (a) Internet banking via the internet
  2. (b) Other internet services such as shares or foreign exchange
  3. (c) ATMs
  4. (d) Points of sale
  5. (e) Customer Service PC
  6. (f) Office PCs.
The above systems are described below.
Internet Banking Via The Internet
If a user logs onto the bank's Internet portal 90 as normal, however the logon process only requests that the user's User ID be submitted, in accordance with 82, 84 in FIG.7B. Upon receiving the user ID, the Bank Computer 20 contacts the Security System 30 with the User's ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then displays it to the User 110 along with a request to enter the One-Time Code, as in 86 of FIG. 7B. Using the Security Matrix, the User works out the One-Time Code and enters it into the system. The One-Time Code is returned to the Bank Computer 20, which then forwards the One-Time Code, User ID, and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank Computer 20, which is then passed back to the Internet Application 110 to form part of all subsequent requests made to the Bank Computer 20.
Other Internet Services Such As Shares Or Foreign Exchange
A user logs onto the bank's internet portal as normal, however the logon process only requests that the user's User ID be submitted, in accordance with 82, 84 in FIG.7B. Upon receiving the user ID, the Bank Computer 20 contacts the Security System 30 with the User's ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then displays the matrix to the User 112 along with a request to enter the One-Time Code. Using the Security Matrix, the User 112 works out the One-Time Code and enters it into the system. The One-Time Code is returned to the Bank Computer 20, which then forwards the One-Time Code, User ID, and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank Computer 20 which is then passed back to the Internet Application 112 and forms part of all subsequent requests made to the Bank Computer 20.
ATMs
A user inserts an ATM or Credit Card into the bank's ATM 102a, 102b as normal upon which the ATM transmits the user ID and any other pertinent information to the Bank Computer 20 via the Bank ATM network 116. The Bank Computer 20 then contacts the Security System 30 with the User ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then returns the matrix to the ATM 102a, 102b to be displayed to the User. Using the Security Matrix, the User 102a, 102b works out the One-Time Code and enters it into the ATM keypad. The One-Time Code is returned via the Bank ATM network 116 to the Bank Computer 20, which then forwards the One-Time Code, User ID, and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank System 20 to form part of all subsequent requests made to the Bank Computer 20.
Point Of Sale
A user enters/swipes an ATM or Credit Card into the vendor's point of sale device 104 and the sale price is entered by the vendor as normal and information is sent back to the Bank Computer 20 via the Bank Credit Card Network 114. The Bank Computer 20 then contacts the Security System 30 with the User ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then returns it to the point of sale device 104 to be either displayed on the screen if it is capable or printed on the paper receipt. Using the Security Matrix, the User works out the One-Time Code and enters it into the point of sale keypad 104. The One-Time Code is returned to the Bank Computer 20, which then forwards the One-Time Code, User ID and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank System 20 which then processes the rest of the transaction as normal.
Customer Service PC
Upon approaching a customer service point within a Branch of the Bank, the User identifies himself using Banking Cards or any other valid identification method that allows the Customer Service Representative to identify the user's User ID and enter it into the Customer Service Portal 108. The Customer Service PC 108 sends the User ID to the Bank's Computer 20. The Bank Computer 20 then contacts the Security System 30 with the User ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then returns it to the Customer Service PC 108 to be displayed to the User. Using the input device provided, the User works out the One-Time Code and enters it in the Customer Service PC 108. The One-Time Code is returned to the Bank Computer 20, which then forwards the One-Time Code, User ID, and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank System 20, which is then passed back to the Customer Service PC 108 to form part of all subsequent requests made to the Bank Computer.
Office PCs
A user logs onto the corporate network by logging in through the normal portal 106, however the logon process only asks for the user's user ID to be submitted. Upon submitting the user ID, the Bank Computer contacts the Security System 30 with the User's ID and the Bank's System ID. Upon validating the User ID and System ID, the Security System 30 generates a Security Matrix and returns it to the Bank Computer 20, which then displays it to the User along with a request to enter the One-Time Code. Using the Security Matrix the User works out the One-Time Code and enters it into the Office PC system 106. The One-Time Code is returned to the Bank Computer 20, which then forwards the One-Time Code, User ID, and Bank System ID back to the Security System 30 where the One-Time Code is validated. If Valid, a Session ID is created and passed back to the Bank Computer 20 which then passes it back to the Office PC 106 to form part of all subsequent requests made to the Bank Computer 20.
User Panic Support
In one embodiment, the security system is further enhanced to allow for panic support. In this embodiment, a user or the system owner uses a particular prefix number or an alternative keyword instead of the normal keyword to form the one-time code from the security matrix. When the Security System 30 validates the one-time code and determines that the alternative keyword was used, it triggers a panic alert that is passed onto the Secure System 20. This provides an opportunity for the Secure System 20 to respond in a manner which protects the person under duress, e.g., by showing a significantly reduced available balance for internet or ATM systems 102a, 102b, or reporting to security while providing "sandboxed" access to a business system.
FIG. 11 shows Message Structure Definitions. The messages are Authentication Request Message 11, One-Time Code Message, Security Matrix Message 31, Authentication Result Message 32, and the Success Message 33. The Authentication Request Message 11 includes the Unique User ID, and in some embodiments, the ID of the system requesting Authentication. The One-Time Code message includes the Unique User ID, and in some embodiments, the ID of the system Requesting Authentication, and the One-Time Code as entered by the user. The Security Matrix Message 31 includes the collection of Key, Value pairs composed in accordance with the Secure System Preferences 50. The Authentication Result Message 32 includes in some embodiments the Session ID, a success indication or an error indication. The Success Message 33 includes a Unique User ID and in some embodiments the ID of the system validated against and the Session ID.
FIG. 12 shows User Preferences. The user preferences include an order parameter, an offset parameter, a crawl parameter, a jump parameter, a mask parameter and a randomizer. According to the order parameter, a linear abstraction means that the Matrix has the key letters presented in linear order from A to Z and from 0 to 9. A random abstraction means that the Matrix has the key letters presented in a randomized order.
The offset parameter specifies either a positive offset or a negative offset. With a positive offset, a positive amount is added to each Value associated with the Key. Addition is modulo 10 and letters are modulo 26, so that Z+1 = A. With a negative offset, a negative amount is added to each Value assocated with a Key. Addition is modulo 10 for numbers and modulo 26 for letters.
The Crawl parameter specifies either a positive increment or a negative increment. A positive increment means that a positive specified amount is added to a Value associated with a Key and then incremented by the specified amount for the next addition. A negative increment means that a negative specified amount is added to a Value associated with a Key and then incremented by the specified amount for the next addition. Again, addition is modulo 10 for numbers and modulo 26 for letters.
The Jump parameter specifies either an odd or even amount for a jump. If Odd is specified, then a specified amount is added to every Value associated with a Key at an odd index of the Keyword and subtracted from every Value located at an even index of the Keyword. If Even is specified, then a specified amount is subtracted from every Value associated with a Key at an odd index and added to every Value located at an even index of the Keyword. Addition or substraction is modulo 10 for numbers and modulo 26 for letters.
The Mask parameter specifies that a specified character at one or more indices in the Keyword is not to be altered by an other Parameter. Additionally, the hash mark (#) at a location in the Keyword represents a wildcard match at which the user can enter any number or symbol in that location.
The Randomizer can be either a letter or a word having the same number of characters as the Keyword. If the Randomizer is a letter, its numerical value from the matrix is added modulo 10 to each numerical value of the Keyword. If the Randomizer is a word, then the value of each letter in the Randomizer word is added to the corresponding letter in the keyord modulo 10.
FIG. 13 shows Secure System Preferences. These preferences specify a Return Format, a Key Scope and a Value Scope. The Return Format can be either XML, HTML, an Image, or CSV text. The Key Scope specifies that the Security System should build the Security Matrix Keys using the specified characters. The Value Scope specifies that the Security System should build the Security Matrix Values using the specified characters.
FIG. 14 shows a flow chart of an embodiment of the present invention. The flow chart describes the steps that the client interface, the secure system, and the security system take to authenticate a user requesting access to the secure system. In step 150, the user provides a keyword and his user preferences to the Security System, which receives these items in step 152, and saves them in persistent storage.
In step 154, the user makes an authorization request at a Client Interface, which, in step 156, sends the request to the Secure System. In step 158, the Secure System receives the Authentication Request and forwards it along with the System ID to the Security System, which receives the Authentication Request in step 160. The Security System then generates the Security Matrix in step 162 and send the Matrix to the Secure System in step 164a or 164b. In Step 164a, the Secure System forwards the Matrix to the Client Interface, which receives the Matrix in step 166. In step 164b, the Secure System builds a custom representation of the Security Matrix and sends it to the Client Interface, which receives it in step 166.
In step 166, the User also creates the One-Time Code using the Security Matrix, the User Keyword, and the User Preferences and enters the One-Time Code into the Client Interface in step 168. The Client Interface then sends the One-Time Code to the Secure System in step 170, which receives the One-Time Code in step 172 and forwards it, along with the User ID and System ID, to the Security System, which receives it in step 174. In step 174, the Security System validates the One-Time Code using the Security Matrix it previously sent, the User Keyword, and the User Preferences. In step 176, the Security System sends the results of its Authentication to the Secure System, along with a Session ID, if the Authentication Result was successful. In step 178, the Secure System forwards the Result to the Client Interface. Separately, in step 182, the Security System sends a success or fail message to the Secure System, which receives the message in step 184.
FIG. 15 shows a flow chart of an embodiment for generating and sending the one-time code. In step 190, the Security Matrix is displayed on the Client Interface. The Matrix can be in either Alphabetic or Random Order as specified by the User Preferences. In step 192, the user creates a One-Time Code using the Keyword, the Security Matrix, and the User Preferences, which specify whether Offsets, Crawls, Jumps and Masks, or any combination thereof should be used to form the One-Time Code. In step 194, the user inputs the One-Time Code into the Client Interface so that it can be transferred to the Secure System.
Although the present invention has been described in considerable detail with reference to certain preferred versions thereof, other versions are possible. Therefore, the scope of the appended claims should not be limited to the description of the preferred versions contained herein.

Claims (15)

  1. A user authentication method comprising execution, by a processing system (30), of the steps of:
    receiving (160) a request (11) from a user (10) to initiate an authentication session, the request (11) comprising a unique identifier of the user (10);
    accessing, using the unique identifier, a record stored in memory associated with the user, the stored record comprising at least code value complexity preference data (40) which defines a user-preferred complexity level for user in validation of user input received in response to presentation of security matrices (31), and a user-defined keyword (41) consisting of an ordered sequence of symbols comprising members of a predetermined symbol set selected from one or more symbol sets supported by the processing system (30), wherein the symbols of the ordered sequence have been previously selected by the user (10) independently of other users' selections;
    generating (162) a one-time security matrix (31) which is valid only for the user (10) during the authentication session, and which comprises a mapping between each symbol within the predetermined symbol set and a code value which is specific to the authentication session and randomly selected from a code set which is distinct from the predetermined symbol set;
    transmitting (164a) the one-time security matrix (31) for presentation (190) to the user (10), wherein the one-time security matrix (31) presented to the user (10) comprises symbols of the predetermined symbol set corresponding to the code values randomly selected from the code set;
    receiving (172) an ordered sequence of code values selected from the one-time security matrix (31) and input (194) by the user (10), based upon the user-defined keyword (41) and the code value complexity preference data (40), in response to presentation (190) of the one-time security matrix (31);
    validating (174) the received ordered sequence of code values by comparison with a corresponding sequence of code values generated, but not transmitted, by the processing system (30) based upon the user-defined keyword (41) in the stored record, the code value complexity preference data (40) and the one-time security matrix (31); and
    generating (178) an authentication result (32) of the authentication session based upon the comparison.
  2. The method of claim 1 wherein the step of generating the one-time security matrix comprises arranging the symbols within the predetermined symbol set in a random order.
  3. The method of claim 1 wherein the step of generating the one-time security matrix comprises arranging the symbols within the predetermined symbol set in an alphabetical order.
  4. The method of claim 1 wherein:
    the step of receiving the request from the user comprises receiving the request from a secure system distinct from the processing system, the secure system having a corresponding secure system identifier;
    the request further comprises the secure system identifier; and
    the step of generating the one-time security matrix is based upon preferences associated with the secure system identifier.
  5. The method of claim 4 wherein the step of transmitting the one-time security matrix for presentation to the user comprises:
    transmitting the one-time security matrix to the secure system;
    the secure system constructing a custom representation of the one-time security matrix; and
    the secure system presenting the custom representation of the one-time security matrix to the user.
  6. The method of claim 4 wherein the step of generating the one-time security matrix includes randomly selecting code values from a code set determined in accordance with preferences associated with the secure system identifier.
  7. The method of claim 1 wherein the predetermined symbol set comprises alphabetical characters, and wherein the code set is a set of numerical values.
  8. The method of claim 7 wherein the stored record associated with the user comprises user preferences including an offset value, and wherein the step of validating the received ordered sequence of code values comprises generating a corresponding sequence of code values based upon the user-defined keyword in the stored record, the one-time security matrix mapping of symbols to the numerical values of the code set, and calculation of modified code values based upon the offset value.
  9. The method of claim 7 wherein the stored record associated with the user comprises user preferences including a crawl value, and wherein the step of validating the received ordered sequence of code values comprises generating a corresponding sequence of code values based upon the user-defined keyword in the stored record, the one-time security matrix mapping of symbols to the numerical values of the code set, and calculation of modified code values based upon the crawl value.
  10. The method of claim 7 wherein the stored record associated with the user comprises user preferences including a jump value, and wherein the step of validating the received ordered sequence of code values comprises generating a corresponding sequence of code values based upon the user-defined keyword in the stored record, the one-time security matrix mapping of symbols to the numerical values of the code set, and calculation of modified code values based upon the jump value.
  11. The method of claim 7 wherein the stored record associated with the user comprises user preferences including a mask value, and wherein the step of validating the received ordered sequence of code values comprises generating a corresponding sequence of code values based upon the user-defined keyword in the stored record, the one-time security matrix mapping of symbols to the numerical values of the code set, and calculation of modified code values based upon the mask value.
  12. The method of claim 7 wherein the stored record associated with a user comprises an alternative user-defined keyword consisting of an ordered sequence of symbols selected from the predetermined symbol set, and wherein:
    the step of validating the received ordered sequence of code values further comprises performing a comparison with a corresponding sequence of code values generated, but not transmitted, by the processing system based upon the alternative user defined keyword in the stored record, the code value complexity preference data and the one-time security matrix; and
    in the event that the comparison results in a match, generating the authentication result of the authentication session comprising a panic indication.
  13. A user authentication apparatus (30) comprising:
    a data store containing one or more records, each of which is associated with a user by a unique identifier and comprises at least code value complexity preference data (40) which defines a user-preferred complexity level for user in validation of user input received in response to presentation of security matrices (31) and a user-defined keyword (41) consisting of an ordered sequence of symbols comprising members of a predetermined symbol set selected from one or more symbol sets supported by the processing system, wherein the symbols of the ordered sequence have been previously selected by the user independently of other users' selections; and
    a processor comprising a processing unit and stored program instructions which, when executed, cause the processing unit to:
    receive (160) a request (11) from a user to initiate an authentication session, the request comprising the unique identifier associated with the user;
    access in the data store, using the unique identifier, the stored record associated with the user;
    generate (162) a one-time security matrix (31) which is valid only for the user during the authentication session, and which comprises a mapping between each symbol within the predetermined symbol set and a code value which is specific to the authentication session and randomly selected from a code set which is distinct from the predetermined symbol set;
    transmit (164a) the one-time security matrix for presentation to the user, wherein the one-time security matrix (31) presented to the user (10) comprises symbols of the predetermined symbol set corresponding to the code values randomly selected from the code set;
    receive an ordered sequence of code values selected from the one-time security matrix and input by the user, based upon the user-defined keyword and the code value complexity preference data, in response to presentation of the one-time security matrix;
    validate (174) the received ordered sequence of code values by comparison with a corresponding sequence of code values generated, but not transmitted, by the processing system based upon the user-defined keyword in the stored record, the code value complexity preference data and the one-time security matrix (31); and
    generate (178) an authentication result (32) of the authentication session based upon the comparison.
  14. A security system comprising:
    a user-authentication apparatus according to claim 13;
    a secure system (20) for which a user requires authentication, and which is configured to:
    receive a unique identifier of the user;
    transmit a request to initiate an authentication session to the user authentication apparatus, the request comprising the unique identifier of the user;
    receive, from the user-authentication apparatus, the one-time security matrix;
    present the one-time security matrix to the user;
    receive, from the user, the ordered sequence of code values selected from the one-time security matrix;
    transmit the ordered sequence of code values to the user authentication apparatus; and
    receive, from the user-authentication apparatus, the authentication result.
  15. The security system of claim 14 wherein the secure system (20) comprises one of:
    a web server interface, wherein input is received from the user and the one-time security matrix is presented to the user via a web browser (110, 112) operated by the user;
    an automatic teller machine (102a, 102b); or
    a point of sale terminal (104).
HK15108233.3A 2012-04-20 Abstracted and randomized one-time passwords for transactional authentication HK1207758B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US41827610P 2010-11-30 2010-11-30
PCT/IB2012/052006 WO2013061171A1 (en) 2010-11-30 2012-04-20 Abstracted and randomized one-time passwords for transactional authentication

Publications (2)

Publication Number Publication Date
HK1207758A1 HK1207758A1 (en) 2016-02-05
HK1207758B true HK1207758B (en) 2020-09-25

Family

ID=

Similar Documents

Publication Publication Date Title
EP2839603B1 (en) Abstracted and randomized one-time passwords for transactional authentication
US9305152B2 (en) Automatic pin creation using password
US8341710B2 (en) Ubiquitous webtoken
US20100043062A1 (en) Methods and Systems for Management of Image-Based Password Accounts
US9112847B2 (en) Authentication method
US8566957B2 (en) Authentication system
US20110295740A1 (en) System And Method For Secure Transactions
US8533802B2 (en) Authentication system and related method
US8505079B2 (en) Authentication system and related method
US20130104209A1 (en) Authentication system
HK1207758B (en) Abstracted and randomized one-time passwords for transactional authentication
NZ702130B2 (en) Method and System for Abstracted and Randomized One-Time Use Passwords for Transactional Authentication