US20090193263A1 - Identifying and processing an unauthorized access request - Google Patents

Identifying and processing an unauthorized access request Download PDF

Info

Publication number
US20090193263A1
US20090193263A1 US12/347,866 US34786608A US2009193263A1 US 20090193263 A1 US20090193263 A1 US 20090193263A1 US 34786608 A US34786608 A US 34786608A US 2009193263 A1 US2009193263 A1 US 2009193263A1
Authority
US
United States
Prior art keywords
variable length
access
code
list
entry
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US12/347,866
Inventor
Thomas Hermann Gnech
Regina Illner
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US12/347,866 priority Critical patent/US20090193263A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GNECH, THOMAS HERMANN, ILLNER, REGINA
Publication of US20090193263A1 publication Critical patent/US20090193263A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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

Definitions

  • Usual secured system access is based on the requirement of two codes from the user, his/her username affected to a specific user account and a corresponding password or pass code. Both the username and the pass code define the two components of the system access data affected to a user account from that secured system. The access to the system is granted if the combination of username and pass code is valid irrespective of the situation how and/or who entered that access data.
  • One embodiment reuses the classic User ID & Password combination for authentication and adds a third component called a USE code for additional authorization check.
  • This embodiment allows access to a system when it is requested with correct User ID and Password (i.e., with correct pass code) but with an unauthorized USE code, the system identifies it as an unauthorized access and triggers the proper security measures to minimize the damage and monitor the actions in a way not to alarm the unauthorized user who is using the owner's credential to access the system.
  • the USE Code utilized by this invention could have different permutations. These permutations could limit access to some or part of the system that is being attempted to be accessed. For example, in case of Bank accounts, the USE Code can allow the daily limit withdrawals to be immediately decreased. In case of secure building, the USE Code can be used for access to certain areas but not all, and in case of vehicles, the USE Code can be used to access the inside of a vehicle but lock the engine.
  • FIG. 1 is a schematic diagram of the system in its entirety
  • FIG. 2 is a schematic diagram of the Use Code and different levels of security that can be created by the Use Code
  • An example of this invention addresses the problem of user ID and password credential getting compromised by an unauthorized third party who is accessing the system either:
  • An example of this invention can be used for ATM machines, Bank accounts, Computer Systems Authorization, accessing secure buildings and in general any access that requires a username and a password as demonstrated by FIGS. 1 and 2 .
  • System access data will be extended by adding one component, the use code, to the 2-tuple (user account, pass code) to build a 3-tuple consisting of the components user account, pass code and use code:
  • the use code carries the information if access to the system is requested by an authorized user or by an unauthorized user. Automated action is triggered by the system depending on the use code value (e.g. special security handling, 114 ).
  • An example of this invention reuses the classic User ID & Password combination for authentication and adds a third component called a USE code for additional authorization check.
  • This embodiment allows access to a system when it is requested with correct User ID and Password (i.e., with correct passcode) but with an unauthorized USE code, the system identify it as an unauthorized access and triggers the proper security measures to minimize the damage and monitor the actions in a way not to alarm the unauthorized user who is using the owner's credential to access the system.
  • 118 , 120 , 122 , 124
  • system is A method for identifying and processing an unauthorized access request to a system, the method comprising the steps of:
  • An authentication module receiving a variable length access code and a corresponding user ID
  • variable length access code comprising a variable length password and a variable length use code
  • variable length access code starting from a first bit of information on the variable length access code, and scanning through the variable length access code, bit by bit, until a matching password is recognized using a hash function of the variable length password for the corresponding user ID, or until the last bit of the variable length access code is reached;
  • variable length access code into the variable length password and the variable length use code
  • variable length access code is divided into the variable length password and the variable length use code, comparing the variable length use code with a list of all possible use codes
  • the authentication module allowing full access to the system
  • the authentication module notifying authorities, security personnel, or police;
  • the authentication module limiting the access to the system
  • the authentication module allowing full access to the system, and the authentication module notifying authorities, security personnel, or police;
  • the authentication module allowing a limited access to the system, and the authentication module notifying authorities, security personnel, or police;
  • variable length use code matching in case of the variable length use code matching with a ninth entry in the list of all possible use codes, starting camera monitoring;
  • the authentication module activating a silent alarm
  • the authentication module simulating software corruption
  • variable length use code matching with a twelfth entry in the list of all possible use codes, providing wrong or incomplete information to the user.
  • the system includes the following features:
  • the system can implement the Use Code in one letter found in the password identified by its location in the password; OR Separate Used code from password; OR having variable password length and appending the Use code to the password.
  • the variable length makes it harder to guess the password, by the hackers.
  • the system uses a loop/iterative function to examine and find/ match the password, bit by bit, starting from the first bit.
  • a system or apparatus that has some of the following items is an example of this invention: ATM machine, automatic bank teller, computer running the whole process and method described above, laptop, car, alarm, or mobile phone.

Abstract

The system reuses the classic User ID & Password combination for authentication and adds a third component called a USE code for additional authorization check, as an example. This method allows access to a system when it is requested with correct User ID and Password (i.e., with correct pass code) but with an unauthorized USE code, the system identifies it as an unauthorized access and triggers the proper security measures to minimize the damage and monitor the actions in a way not to alarm the unauthorized user who is using the owner's credential to access the system. The USE Code is an extension to the pass code to raise various alarms and have a stepwise access level control based on different inputted values.

Description

  • This is a Cont. of another Accelerated Exam. application, Ser. No. 12/020,540, filed Jan. 26, 2008, to be issued in January 2009, as a US Patent, with the same title, inventors, and assignee, IBM.
  • BACKGROUND OF THE INVENTION
  • Usual secured system access is based on the requirement of two codes from the user, his/her username affected to a specific user account and a corresponding password or pass code. Both the username and the pass code define the two components of the system access data affected to a user account from that secured system. The access to the system is granted if the combination of username and pass code is valid irrespective of the situation how and/or who entered that access data.
  • System access data of usual pass code-secured systems are built from a 2-tuple of the components user accounts and pass code:

  • System access dataold=(user account, pass code)
  • There is no possibility to differentiate the use of system access data like avoiding a misuse of the user account once both components are disclosed.
  • After the disclosure of the valid system access data to the unauthorized person, misuse of the user account happens and security actions will not start until the owner is able to trigger them.
  • If it was a fake disclosure to avoid loss of property by providing an invalid user account/pass code combination, the owner (disclosing person) risks health, because the unauthorized user will find the access failure immediately and as a reaction the disclosing person may face immediate danger.
  • SUMMARY OF THE INVENTION
  • One embodiment reuses the classic User ID & Password combination for authentication and adds a third component called a USE code for additional authorization check. This embodiment (as an example) allows access to a system when it is requested with correct User ID and Password (i.e., with correct pass code) but with an unauthorized USE code, the system identifies it as an unauthorized access and triggers the proper security measures to minimize the damage and monitor the actions in a way not to alarm the unauthorized user who is using the owner's credential to access the system. The USE Code utilized by this invention could have different permutations. These permutations could limit access to some or part of the system that is being attempted to be accessed. For example, in case of Bank accounts, the USE Code can allow the daily limit withdrawals to be immediately decreased. In case of secure building, the USE Code can be used for access to certain areas but not all, and in case of vehicles, the USE Code can be used to access the inside of a vehicle but lock the engine.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic diagram of the system in its entirety
  • FIG. 2 is a schematic diagram of the Use Code and different levels of security that can be created by the Use Code
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • An example of this invention addresses the problem of user ID and password credential getting compromised by an unauthorized third party who is accessing the system either:
      • 1) while the system is not aware of the compromise (i.e. giving full access based in the authorization of the owner), or
      • 2) When the outright and total prevention of access (e.g., denying the access at the logon prompt) is not desired because it may alert the third party intruder.
  • It is proposed to affect a third component (use code) to the first two to allow differentiating a use mode of the two first components. In such a way, that it would be possible to extend the two valued component (authorized, unauthorized) to a variety of authorized use mode or cases.
  • An example of this invention can be used for ATM machines, Bank accounts, Computer Systems Authorization, accessing secure buildings and in general any access that requires a username and a password as demonstrated by FIGS. 1 and 2.
  • System access data will be extended by adding one component, the use code, to the 2-tuple (user account, pass code) to build a 3-tuple consisting of the components user account, pass code and use code:

  • system access datanew=(user account, pass code, use code) ( item 108, 110, 112)
  • The use code carries the information if access to the system is requested by an authorized user or by an unauthorized user. Automated action is triggered by the system depending on the use code value (e.g. special security handling, 114).
  • An example of this invention reuses the classic User ID & Password combination for authentication and adds a third component called a USE code for additional authorization check. (116) This embodiment allows access to a system when it is requested with correct User ID and Password (i.e., with correct passcode) but with an unauthorized USE code, the system identify it as an unauthorized access and triggers the proper security measures to minimize the damage and monitor the actions in a way not to alarm the unauthorized user who is using the owner's credential to access the system. (118, 120, 122, 124)
  • Beyond binary nature of authorized versus unauthorized, there could be other authorization levels associated with multiple USE codes that further tighten access to the applications or data for which the actual passcode owner is authorized to use. This helps in delegation scenarios where the user authorizes a third party to use his/her passcode to access the system while limiting the type of access based on the USE code. (210, 212, 214, 216, 218, 220, 222)
  • In one embodiment the system is A method for identifying and processing an unauthorized access request to a system, the method comprising the steps of:
  • An authentication module receiving a variable length access code and a corresponding user ID;
  • Wherein the variable length access code comprising a variable length password and a variable length use code;
  • starting from a first bit of information on the variable length access code, and scanning through the variable length access code, bit by bit, until a matching password is recognized using a hash function of the variable length password for the corresponding user ID, or until the last bit of the variable length access code is reached;
  • If the matching password is recognized, dividing the variable length access code into the variable length password and the variable length use code;
  • if the variable length access code is divided into the variable length password and the variable length use code, comparing the variable length use code with a list of all possible use codes;
  • in case of the variable length use code matching with a first entry in the list of all possible use codes, the authentication module allowing full access to the system;
  • in case of the variable length use code matching with a second entry in the list of all possible use codes, the system slowing down;
  • in case of the variable length use code matching with a third entry in the list of all possible use codes, the system becoming locked;
  • in case of the variable length use code matching with a fourth entry in the list of all possible use codes, the authentication module notifying authorities, security personnel, or police;
  • in case of the variable length use code matching with a fifth entry in the list of all possible use codes, the authentication module limiting the access to the system;
  • in case of the variable length use code matching with a sixth entry in the list of all possible use codes, the authentication module allowing full access to the system, and the authentication module notifying authorities, security personnel, or police;
  • in case of the variable length use code matching with a seventh entry in the list of all possible use codes, the authentication module allowing a limited access to the system, and the authentication module notifying authorities, security personnel, or police;
  • in case of the variable length use code matching with an eighth entry in the list of all possible use codes, the system malfunctioning;
  • in case of the variable length use code matching with a ninth entry in the list of all possible use codes, starting camera monitoring;
  • in case of the variable length use code matching with a tenth entry in the list of all possible use codes, the authentication module activating a silent alarm;
  • in case of the variable length use code matching with an eleventh entry in the list of all possible use codes, the authentication module simulating software corruption; and
  • in case of the variable length use code matching with a twelfth entry in the list of all possible use codes, providing wrong or incomplete information to the user.
  • In the above embodiment, the system includes the following features:
      • Security front module gets user ID, password, and use code from the accessing user.
      • Security module examines the user ID and password to see if the combination authenticates to a valid account owner.
      • If not, the system performs a regular security handling for denying access when the user ID and password combination is invalid.
      • If yes, the USE code module examines whether the specified use code correspond to a valid authorized Use code corresponding to the owner's account.
      • If valid owner authorized Use code was specified, the system performs a regular security handling for when the account owner logon to the system, i.e. it provides the full authorization corresponding to the owner's account.
      • If valid authorized Use code with special meaning was specified, the system will modify and limit the system functionality based on the authorization level associated with the Use code to a predefined limited access privileges.
      • If an invalid authorized Use code was specified, the system invokes special security handling for the access.
      • Special security handling provides the same external behavior to the accessing user as it would to the account owner.
      • Special security handling triggers special security actions without notification to the accessing user.
      • Special security actions comprise of starting security monitoring sessions, constricting and further limiting user access, simulating system problems such as unavailable resources or computer virus problems, slowing the response time, and notifying the security personnel (in case of computer access)
      • Special security actions comprise of starting security monitoring e.g. transferring GPS position on a defined channel, simulating car problems such as engine failure or running out of fuel, slowing the response time, and notifying the security personnel (in case of automobile access)
      • Special security actions comprise of starting security monitoring sessions, transferring GPS position if any, constricting and further limiting user access to data, simulating system problems such as booting problem or power failure, slowing the response time, and notifying the security personnel (in case of mobile phone)
      • Special security actions comprise of starting security video monitoring and on-line camera monitoring, limiting amount of money transfer, simulating system problems such as ATM problem or power failure, slowing the response time, and notifying the security personnel (in case of bank account access)
  • In another embodiment the system can implement the Use Code in one letter found in the password identified by its location in the password; OR Separate Used code from password; OR having variable password length and appending the Use code to the password. The variable length makes it harder to guess the password, by the hackers. The system uses a loop/iterative function to examine and find/ match the password, bit by bit, starting from the first bit.
  • A system or apparatus that has some of the following items is an example of this invention: ATM machine, automatic bank teller, computer running the whole process and method described above, laptop, car, alarm, or mobile phone.
  • Any variations of the above teaching are also intended to be covered by this patent application.

Claims (1)

1. A system for identifying and processing an unauthorized access request to a secured module, said system comprising:
an authentication module; and
a password recognition module;
wherein said authentication module receives a variable length access code and a corresponding user ID;
said variable length access code comprises a variable length password and a variable length use code;
wherein, from a first bit of information on said variable length access code, scanning is started through said variable length access code, bit by bit, until a matching password is recognized using a hash function of said variable length password for said corresponding user ID, or until the last bit of said variable length access code is reached;
if said matching password is recognized, said variable length access code is divided into said variable length password and said variable length use code;
if said variable length access code is divided into said variable length password and said variable length use code, said variable length use code is compared with a list of all possible use codes;
in case of said variable length use code matching with a first entry in said list of all possible use codes, said authentication module allows full access to said secured module;
in case of said variable length use code matching with a second entry in said list of all possible use codes, said secured module slows down;
in case of said variable length use code matching with a third entry in said list of all possible use codes, said secured module becomes locked;
in case of said variable length use code matching with a fourth entry in said list of all possible use codes, said authentication module notifies authorities, security personnel, or police;
in case of said variable length use code matching with a fifth entry in said list of all possible use codes, said authentication module limits the access to said secured module;
in case of said variable length use code matching with a sixth entry in said list of all possible use codes, said authentication module allows full access to said secured module, and said authentication module notifies authorities, security personnel, or police;
in case of said variable length use code matching with a seventh entry in said list of all possible use codes, said authentication module allows a limited access to said secured module, and said authentication module notifies authorities, security personnel, or police;
in case of said variable length use code matching with an eighth entry in said list of all possible use codes, said secured module malfunctions;
in case of said variable length use code matching with a ninth entry in said list of all possible use codes, a camera monitors;
in case of said variable length use code matching with a tenth entry in said list of all possible use codes, said authentication module activates a silent alarm;
in case of said variable length use code matching with an eleventh entry in said list of all possible use codes, said authentication module simulates software corruption; and
in case of said variable length use code matching with a twelfth entry in said list of all possible use codes, wrong or incomplete information is provided to said user.
US12/347,866 2008-01-26 2008-12-31 Identifying and processing an unauthorized access request Abandoned US20090193263A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/347,866 US20090193263A1 (en) 2008-01-26 2008-12-31 Identifying and processing an unauthorized access request

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/020,540 US7480805B1 (en) 2008-01-26 2008-01-26 Method and system for identifying and processing an unauthorized access request
US12/347,866 US20090193263A1 (en) 2008-01-26 2008-12-31 Identifying and processing an unauthorized access request

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/020,540 Continuation US7480805B1 (en) 2008-01-26 2008-01-26 Method and system for identifying and processing an unauthorized access request

Publications (1)

Publication Number Publication Date
US20090193263A1 true US20090193263A1 (en) 2009-07-30

Family

ID=40254738

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/020,540 Expired - Fee Related US7480805B1 (en) 2008-01-26 2008-01-26 Method and system for identifying and processing an unauthorized access request
US12/347,866 Abandoned US20090193263A1 (en) 2008-01-26 2008-12-31 Identifying and processing an unauthorized access request

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/020,540 Expired - Fee Related US7480805B1 (en) 2008-01-26 2008-01-26 Method and system for identifying and processing an unauthorized access request

Country Status (1)

Country Link
US (2) US7480805B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100332783A1 (en) * 2009-06-25 2010-12-30 Samsung Electronics Co., Ltd. Semiconductor device having multi access level and access control method thereof
US20130125214A1 (en) * 2010-11-03 2013-05-16 Ebay Inc. Automatic pin creation using password
US8590017B2 (en) 2011-02-28 2013-11-19 International Business Machines Corporation Partial authentication for access to incremental data
US20150363593A1 (en) * 2014-06-12 2015-12-17 Thomson Licensing Apparatuses and methods for password authentication
US20200090179A1 (en) * 2009-03-30 2020-03-19 Yuh-Shen Song Digital authorization system

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8533821B2 (en) 2007-05-25 2013-09-10 International Business Machines Corporation Detecting and defending against man-in-the-middle attacks
US20100269162A1 (en) 2009-04-15 2010-10-21 Jose Bravo Website authentication
US8683609B2 (en) 2009-12-04 2014-03-25 International Business Machines Corporation Mobile phone and IP address correlation service
US9141090B2 (en) * 2011-11-11 2015-09-22 Master Lock Company Llc Access code management systems
US8917826B2 (en) 2012-07-31 2014-12-23 International Business Machines Corporation Detecting man-in-the-middle attacks in electronic transactions using prompts
KR20160084663A (en) * 2015-01-06 2016-07-14 삼성전자주식회사 Device and method for transmitting message
US9674203B2 (en) * 2015-03-16 2017-06-06 International Business Machines Corporation File and bit location authentication
TWM575145U (en) * 2018-09-04 2019-03-01 威盛電子股份有限公司 System for preserving data

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3659154A (en) * 1970-01-05 1972-04-25 Steven G Finn Electronic lock and alarm system
US4259664A (en) * 1979-06-26 1981-03-31 Tubill Enterprises, Inc. Taxicab robbery alerting system
US5731575A (en) * 1994-10-26 1998-03-24 Zingher; Joseph P. Computerized system for discreet identification of duress transaction and/or duress access
US5952920A (en) * 1998-06-29 1999-09-14 Mace Security International Currency anti-theft device
US6052052A (en) * 1997-08-29 2000-04-18 Navarro Group Limited, Inc. Portable alarm system
US6550671B1 (en) * 2002-01-31 2003-04-22 International Business Machines Corporation Cash register and method of accounting for cash transactions
US6685087B2 (en) * 2002-01-31 2004-02-03 International Business Machines Corporation Security system for validation of credit card transactions
US20050022005A1 (en) * 2000-02-23 2005-01-27 Mckeeth James System and method for controlling user access to an electronic device
US20050081041A1 (en) * 2003-10-10 2005-04-14 Jing-Jang Hwang Partition and recovery of a verifiable digital secret
US20050097441A1 (en) * 2003-10-31 2005-05-05 Herbach Jonathan D. Distributed document version control
US20060075230A1 (en) * 2004-10-05 2006-04-06 Baird Leemon C Iii Apparatus and method for authenticating access to a network resource using multiple shared devices
US7181017B1 (en) * 2001-03-23 2007-02-20 David Felsher System and method for secure three-party communications
US20070250920A1 (en) * 2006-04-24 2007-10-25 Jeffrey Dean Lindsay Security Systems for Protecting an Asset

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3659154A (en) * 1970-01-05 1972-04-25 Steven G Finn Electronic lock and alarm system
US4259664A (en) * 1979-06-26 1981-03-31 Tubill Enterprises, Inc. Taxicab robbery alerting system
US5731575A (en) * 1994-10-26 1998-03-24 Zingher; Joseph P. Computerized system for discreet identification of duress transaction and/or duress access
US6052052A (en) * 1997-08-29 2000-04-18 Navarro Group Limited, Inc. Portable alarm system
US5952920A (en) * 1998-06-29 1999-09-14 Mace Security International Currency anti-theft device
US20050022005A1 (en) * 2000-02-23 2005-01-27 Mckeeth James System and method for controlling user access to an electronic device
US7181017B1 (en) * 2001-03-23 2007-02-20 David Felsher System and method for secure three-party communications
US6685087B2 (en) * 2002-01-31 2004-02-03 International Business Machines Corporation Security system for validation of credit card transactions
US6550671B1 (en) * 2002-01-31 2003-04-22 International Business Machines Corporation Cash register and method of accounting for cash transactions
US20050081041A1 (en) * 2003-10-10 2005-04-14 Jing-Jang Hwang Partition and recovery of a verifiable digital secret
US20050097441A1 (en) * 2003-10-31 2005-05-05 Herbach Jonathan D. Distributed document version control
US20060075230A1 (en) * 2004-10-05 2006-04-06 Baird Leemon C Iii Apparatus and method for authenticating access to a network resource using multiple shared devices
US20070250920A1 (en) * 2006-04-24 2007-10-25 Jeffrey Dean Lindsay Security Systems for Protecting an Asset

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200090179A1 (en) * 2009-03-30 2020-03-19 Yuh-Shen Song Digital authorization system
US20100332783A1 (en) * 2009-06-25 2010-12-30 Samsung Electronics Co., Ltd. Semiconductor device having multi access level and access control method thereof
US8347116B2 (en) * 2009-06-25 2013-01-01 Samsung Electronics Co., Ltd. Semiconductor device having multi access level and access control method thereof
US20130125214A1 (en) * 2010-11-03 2013-05-16 Ebay Inc. Automatic pin creation using password
US20140245380A1 (en) * 2010-11-03 2014-08-28 Ebay, Inc. Automatic pin creation using password
US9009802B2 (en) * 2010-11-03 2015-04-14 Ebay Inc. Automatic PIN creation using password
US9305152B2 (en) * 2010-11-03 2016-04-05 Paypal, Inc. Automatic pin creation using password
US9460278B2 (en) 2010-11-03 2016-10-04 Paypal, Inc. Automatic PIN creation using password
US8590017B2 (en) 2011-02-28 2013-11-19 International Business Machines Corporation Partial authentication for access to incremental data
US20150363593A1 (en) * 2014-06-12 2015-12-17 Thomson Licensing Apparatuses and methods for password authentication

Also Published As

Publication number Publication date
US7480805B1 (en) 2009-01-20

Similar Documents

Publication Publication Date Title
US7480805B1 (en) Method and system for identifying and processing an unauthorized access request
KR100997911B1 (en) Transaction authentication by a token, contingent on personal presence
US10171444B1 (en) Securitization of temporal digital communications via authentication and validation for wireless user and access devices
WO2020216131A1 (en) Digital key-based identity authentication method, terminal apparatus, and medium
US20030163738A1 (en) Universal password generator
JP4245151B2 (en) Mobile phone with use restriction function and method of restricting use of the machine
US8868918B2 (en) Authentication method
WO2017166689A1 (en) Privacy protection method and device
GB2516939A (en) Access authorisation system and secure data communications system
JP5200590B2 (en) Vehicle remote control system
US20010048359A1 (en) Restriction method for utilization of computer file with use of biometrical information, method of logging in computer system and recording medium
CN104820805A (en) Method and device for burglary prevention of user identity identification card information
CN102609656A (en) USB (universal serial bus) key safety enhancing method and USB key safety enhancing system based on image identification
JP4846367B2 (en) Presence-based access control
US20020078372A1 (en) Systems and methods for protecting information on a computer by integrating building security and computer security functions
WO2001020463B1 (en) Security arrangement
KR20140093556A (en) Security System Using Two factor Authentication And Security Method of Electronic Equipment Using Thereof
WO2004036380A9 (en) System and method of protecting data
CA3148185A1 (en) Multi-factor authentication using confidant verification of user identity
US7200861B2 (en) Method and system for validating physical access to an information handling system
US20030014642A1 (en) Security arrangement
WO2007038283A2 (en) Web page approval and authentication application incorporating multi-factor user authentication component
US7134017B2 (en) Method for providing a trusted path between a client and a system
US10645070B2 (en) Securitization of temporal digital communications via authentication and validation for wireless user and access devices
CN107403114B (en) Input locking structure and method

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GNECH, THOMAS HERMANN;ILLNER, REGINA;REEL/FRAME:022050/0856

Effective date: 20080118

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO PAY ISSUE FEE