



























| FLOWCHART | REFERRED EMBODIMENT ONTO WEB |
| COMPONENTS | ENVIRONMENT |
| Client Application | Web browser |
| Client Messenger | a module of account holder software |
| Server Authenticator | a module of account holder software |
| Log-in interface | a module of account holder software |
| Access device interface | a module of account holder software |
| Client Cryptographer | a module of account holder software |
| Content Controller | a module of account holder software |
| Network transaction | a module of account holder software |
| tracker | |
| Server Application | Web Server |
| Communication Headers | HTTP headers |
| Client Authenticator | a module of Shared Object for Web Server |
| Transaction Monitor | a module of Shared object for Web Server |
| Log-in Enforcer | Log-in CGI's |
| Access device Validator | Re-authentication CGI's |
| Session Validator | a module of Session Manager |
| Session Initiator | a module of Session Manager |
| Session Terminator | a module of Session Manager |
| Authentication Server | Transaction clearinghouse Account holder |
| authentication daemon | |
| Transaction Data Server | Transaction clearinghouse Transaction daemon |
| Preferred Embodiment Component | STS software component |
| Transaction clearinghouse user authentication | userauthd |
| daemon | |
| Transaction clearinghouse transaction daemon | transactiond |
| Transaction clearinghouse administration | ch_admin.exe |
| software | |
| STS Server Session Manager | sessiond |
| STS shard object for Web server | sts.so |
| STS log-in CGI's | start_login.cgi |
| login.cgi | |
| vrfypswd.cgi | |
| STS re-authentication CGI's | check_key.cgi |
| verify_key.cgi | |
| STS online application CGI's and HTML | application.html |
| application.cgi | |
| account holder.cgi | |
| verify_applicant.cgi | |
| STS online activation CGI's | activate.cgi |
| check_activate.cgi | |
| STS password change CGI's | pswd_chg_form.cgi |
| chg_pswd.cgi | |
| STS Site Administration CGI's | add_profile.cgi |
| del_subs.cgi | |
| srvconf.cgi | |
| admin_subs.cgi | |
| profile.cgi | |
| stadmin.cgi | |
| chng_srvconf.cgi | |
| data_dumprestore.cgi | |
| smgr_restart.cgi | |
| upd_profile.cgi | |
| data_recovery.cgi | |
| smgr_start.cgi | |
| upd_subs.cgi | |
| del_profile.cgi | |
| smgr_stop.cgi | |
| STS Account holder software | STS Client Plug-in |
| STS ActiveX component | |
| Daemon/Server | Configuration Filename | ||
| User Authentication | userauthd.conf | ||
| Transaction | transactiond.conf | ||
| Session Manager | sessiond.conf | ||
| Web Server | magnus.conf | ||
| obj.conf | |||
| mime.types | |||
| PARAM- | |
| ETER | DESCRIPTION |
| logdir | Absolute pathname specification of the directory which this |
| daemon is to create its log files in. Two instances of the | |
| same daemon type (e.g., userauthd) cannot log to the same | |
| directory. The daemon will not start up if it is un-able to write | |
| to the directory. | |
| service | Specifies the TCP port number which the daemon is to use |
| to listen for requests. This can be a numeric or alphanumeric | |
| entry. If the entry is alphanumeric, there should be a | |
| corresponding entry in the/etc/services/file. | |
| dbserver | The name of the database server to connect to. This entry |
| should correspond to an entry in the database server | |
| interface file. | |
| dname | The name of the database to use. A database server can |
| control many databases. | |
| dbuser | The name of the database user to use when connecting to |
| the database. Database users can be used to control what | |
| processes (or daemons) can connect to the database and | |
| also what permissions they have when they connect. | |
| Typically all transaction clearinghouse components will use | |
| the same database server name, database name, database | |
| username and hence database user password entries in | |
| their configuration files. | |
| dbpswd | The password to use for the above database user. The file |
| permissions for this configuration should be set according | |
| knowing that it contains a database username and | |
| password. | |
| PARAM- | |
| ETER | DESCRIPTION |
| logdir | Absolute pathname specification of the directory which this |
| daemon is to create its log files in. Two instances of the | |
| same daemon type (e.g., transactiond) cannot log to the | |
| same directory. The daemon will not start up if it is unable to | |
| write to the directory. | |
| service | Specifies the TCP port number which the daemon is to use |
| to listen for requests. This can be a numeric or alphanumeric | |
| entry. If the entry is alphanumeric, there should be a | |
| corresponding entry in the/etc/services/file. | |
| dbserver | The name of the database server to connect to. This entry |
| should correspond to an entry in the database server | |
| interface file. | |
| dname | The name of the database to use. A database server can |
| control many databases. | |
| dbuser | The name of the database user to use when connecting to |
| the database. Database users can be used to control what | |
| processes (or daemons) can connect to the database and | |
| also what permissions they have when they connect. | |
| Typically all transaction clearinghouse components will use | |
| the same database server name, database name, database | |
| username and hence database account holder password | |
| entries in their configuration files. | |
| dbpswd | The password to use for the above database user. The file |
| permissions for this configuration should be set according | |
| knowing that it contains a database username and | |
| password. | |
| Parameter | Description |
| SESSIOND_UDP_PORT | Specifies the UDP port which the session manager |
| will use to list for requests from CGI programs. | |
| SESSIOND_TCP_PORT | Specifies the TCP port which the session manager |
| will use to listen for replies from the transaction | |
| clearinghouse. | |
| TRANSACTION_CLEARINGHOUSE_HOST | The UNIX host name that the transaction |
| clearinghouse server is running on. When the session | |
| manager communicates with the transaction | |
| clearinghouse, this entry forms part of the address. | |
| TRANSACTION_CLEARINGHOUSE_PORT | This entry specifies the TCP port which the session |
| manager should use when communicating with the | |
| transaction clearinghouse transaction daemon. The | |
| session manager uses this entry and the | |
| TRANSACTION CLEARINGHOUSE_HOST entry to | |
| build the complete address for the transaction | |
| daemon. This port number should match the port | |
| number defined in the service entry of the transaction | |
| daemons configuration file. | |
| TRANSACTION_CLEARINGHOUSE_URL_PORT | This entry specifies the TCP port which the |
| session manager should use when communicating | |
| with the transaction clearinghouse URL tracking | |
| daemon. The session manager uses this entry and | |
| the TRANSACTION CLEARINGHOUSE_HOST entry | |
| to build the complete address for the URL tracking | |
| daemon. This port number should match the port | |
| number defined in the service entry of the URL | |
| tracking daemons configuration file. | |
| TRANSACTION_CLEARINGHOUSE_AUTH_PORT | This entry specifies the TCP port that the |
| session manager should use when communicating | |
| with the transaction clearinghouse account holder | |
| authentication daemon. The session manager uses | |
| this entry and the TRANSACTION | |
| CLEARINGHOUSE_HOST entry to build the | |
| complete address for the account holder | |
| authentication daemon. This port number should | |
| match the port number defined in the service entry of | |
| the account holder authentication daemons | |
| configuration file. | |
| COMPANY_NO | Unique ID assigned to each company defined with the |
| secure transaction server system. | |
| ACCOUNT HOLDER_ID | Unique ID assigned to each account holder defined |
| for a company in the secure transaction server | |
| system. | |
| KEYCHECK_INTERVAL | The number of seconds that will elapse before the |
| secure transaction server asks the browser to check | |
| for the existence of the access device. | |
| REFRESH_TIME | The amount of time (in seconds) that must expire |
| without any session activity before a session is | |
| considered inactive and terminated. | |
| SESSION_REFRESH_INTERVAL | The amount of time (in seconds) that must |
| elapse with no new connection requests to the secure | |
| transaction server, which will cause the secure | |
| transaction server to stop listening for incoming | |
| connections and go examine the its internal session | |
| table to see if any sessions have become idle (refresh | |
| time has expired for the session). It will clean up idle | |
| sessions and resume listening for incoming | |
| connection requests. | |
| LOCAL_TRANSACTION_TRACK | Indicates if the transaction tracking data is |
| stored locally as well as being sent to the transaction | |
| clearinghouse for storage. Valid entries are YES or | |
| NO. | |
| MAX_RESEND_NO | If the secure transaction server does not get a |
| confirmation message back from the transaction | |
| clearinghouse for information it sent to the secure | |
| access transaction clearinghouse, the secure | |
| transaction server will resend the data until we get a | |
| confirmation message or until the maximum times to | |
| resend transaction data has been exceeded. | |
| ADMIN_EMAIL_ADDR | When an event occurs that requires intervention from |
| an administrator, notification is sent to this email | |
| address. | |
| MAIL_BIN | Absolute filename specification of the program to use |
| to send email notification to the person defined in | |
| ADMIN_EMAIL_ADDR. | |
| TRANSACTION | This defines the granularity of the transaction data |
| that the session manager records about a session. | |
| There are two valid entries: SESSION or TRAN. | |
| TRAN indicates that the session manager should | |
| record information about every transaction that | |
| occurred in a session. SESSION indicates that only | |
| information regarding the session should be stored, | |
| i.e., session start and end times, account holder ID, | |
| number of transactions that occurred in session | |
| manager. | |
| LOCAL_AUTHENTICATION | Indicates if account holder authentication should be |
| performed against a local database as opposed to the | |
| transaction clearinghouse database. Valid entries are | |
| YES or NO. YES indicates that authentication should | |
| be performed locally, while NO indicates the opposite. | |
| RUNTIME_DIR | This is the default directory for the secure transaction |
| server. Here is where the secure transaction server | |
| will create log files and other dynamic run time files | |
| required for successful operation. | |
| # |
| # load the account holderaccount holder access specific NSAPI functions |
| # |
| Init fn=load-modules shlib=/usr/ns-home/bin/load_modules/sts.so |
| funcs=init-sts,restrict-by-sts,log-end,restrict-by-rpa |
| # |
| #call init-sts to initialize sts server specific NSAPI |
| #variables |
| # |
| Init fn=init-sts |
| Sm_host=localhost |
| login_url=http://10.199.199.7/cgi-bin/gatekpr/login.cgi |
| keycheck_url=http://10.199.199.7/cgi-bin/gatekpr/check_key.cgi |
| smerr_url=http://10.199.199.7/gatekpr/session_err.html |
| <Object ppath=“/usr/ns-home/htdocs_unsecure/demosite/*”> | ||
| PathCheck fn=“restrict-by-sts” | ||
| log_head=“prism_login.txt” | ||
| session_port=“50420” | ||
| trailer=“prism_tail.txt” | ||
| err_head=“prism_err.txt” | ||
| digest=“5” | ||
| AddLog fn=“log-end” | ||
| </Object> | ||
| login into isql as the system administrator |
| type “shutdown <backup database server name>” |
| type “go” |
| type “shutdown” |
| type “go” |
| hadji:>isql -Usa -P - |
| 1> |
| 2> go |
| Backup Server: 3.48.1.1: The Backup Server will go down immediately. |
| Terminating sessions. |
| 1> |
| 2> go |
| Server SHUTDOWN by request. |
| The SQL Server is terminating this process. |
| 00:97/05/14 14:52:40.23 server SQL Server shutdown by request. |
| 00:97/05/14 14:52:40.24 kernel usshutdown: exiting DB-LIBRARY error: |
| Unexpected EOF from SQL Server. |
| hadji:> |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/141,311US9413768B1 (en) | 1997-06-11 | 2016-04-28 | Method for managing access to protected computer resources |
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US08/872,710US6516416B2 (en) | 1997-06-11 | 1997-06-11 | Subscription access system for use with an untrusted network |
| US10/230,638US7290288B2 (en) | 1997-06-11 | 2002-08-29 | Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network |
| US11/978,919US8127345B2 (en) | 1997-06-11 | 2007-10-30 | Method and system for managing access to protected computer resources provided via an internet protocol network |
| US12/944,473US8387155B2 (en) | 1997-06-11 | 2010-11-11 | System for managing access to protected computer resources |
| US13/752,036US8898746B2 (en) | 1997-06-11 | 2013-01-28 | Method for managing access to protected computer resources |
| US14/549,943US9369469B2 (en) | 1997-06-11 | 2014-11-21 | Method for managing access to protected computer resources |
| US15/141,311US9413768B1 (en) | 1997-06-11 | 2016-04-28 | Method for managing access to protected computer resources |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/549,943ContinuationUS9369469B2 (en) | 1997-06-11 | 2014-11-21 | Method for managing access to protected computer resources |
| Publication Number | Publication Date |
|---|---|
| US9413768B1 US9413768B1 (en) | 2016-08-09 |
| US20160241545A1true US20160241545A1 (en) | 2016-08-18 |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US10/230,638Expired - Fee RelatedUS7290288B2 (en) | 1997-06-11 | 2002-08-29 | Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network |
| US11/978,919Expired - Fee RelatedUS8127345B2 (en) | 1997-06-11 | 2007-10-30 | Method and system for managing access to protected computer resources provided via an internet protocol network |
| US12/944,473Expired - Fee RelatedUS8387155B2 (en) | 1997-06-11 | 2010-11-11 | System for managing access to protected computer resources |
| US13/752,036Expired - Fee RelatedUS8898746B2 (en) | 1997-06-11 | 2013-01-28 | Method for managing access to protected computer resources |
| US14/549,943Expired - Fee RelatedUS9369469B2 (en) | 1997-06-11 | 2014-11-21 | Method for managing access to protected computer resources |
| US15/141,311Expired - Fee RelatedUS9413768B1 (en) | 1997-06-11 | 2016-04-28 | Method for managing access to protected computer resources |
| US15/165,436Expired - Fee RelatedUS9544314B2 (en) | 1997-06-11 | 2016-05-26 | Method for managing access to protected computer resources |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US10/230,638Expired - Fee RelatedUS7290288B2 (en) | 1997-06-11 | 2002-08-29 | Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network |
| US11/978,919Expired - Fee RelatedUS8127345B2 (en) | 1997-06-11 | 2007-10-30 | Method and system for managing access to protected computer resources provided via an internet protocol network |
| US12/944,473Expired - Fee RelatedUS8387155B2 (en) | 1997-06-11 | 2010-11-11 | System for managing access to protected computer resources |
| US13/752,036Expired - Fee RelatedUS8898746B2 (en) | 1997-06-11 | 2013-01-28 | Method for managing access to protected computer resources |
| US14/549,943Expired - Fee RelatedUS9369469B2 (en) | 1997-06-11 | 2014-11-21 | Method for managing access to protected computer resources |
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/165,436Expired - Fee RelatedUS9544314B2 (en) | 1997-06-11 | 2016-05-26 | Method for managing access to protected computer resources |
| Country | Link |
|---|---|
| US (7) | US7290288B2 (en) |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10824747B1 (en) | 2017-01-25 | 2020-11-03 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to policy data on blockchain |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7290288B2 (en) | 1997-06-11 | 2007-10-30 | Prism Technologies, L.L.C. | Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network |
| US8423648B2 (en)* | 1999-06-01 | 2013-04-16 | Yodlee.Com, Inc. | Method and system for verifying state of a transaction between a client and a service over a data-packet-network |
| AU781021B2 (en)* | 1999-06-18 | 2005-04-28 | Echarge Corporation | Method and apparatus for ordering goods, services and content over an internetwork using a virtual payment account |
| US7249097B2 (en)* | 1999-06-18 | 2007-07-24 | Echarge Corporation | Method for ordering goods, services, and content over an internetwork using a virtual payment account |
| US7058817B1 (en) | 1999-07-02 | 2006-06-06 | The Chase Manhattan Bank | System and method for single sign on process for websites with multiple applications and services |
| US7343351B1 (en)* | 1999-08-31 | 2008-03-11 | American Express Travel Related Services Company, Inc. | Methods and apparatus for conducting electronic transactions |
| US20020186255A1 (en)* | 1999-10-28 | 2002-12-12 | Shafron Thomas Joshua | Method and system of facilitating on-line shopping using an internet browser |
| US20020186249A1 (en) | 1999-10-28 | 2002-12-12 | Qi Lu | Method and system of facilitating automatic login to a web site using an internet browser |
| WO2001033477A2 (en) | 1999-11-04 | 2001-05-10 | Jpmorgan Chase Bank | System and method for automated financial project management |
| US7321864B1 (en) | 1999-11-04 | 2008-01-22 | Jpmorgan Chase Bank, N.A. | System and method for providing funding approval associated with a project based on a document collection |
| US8571975B1 (en) | 1999-11-24 | 2013-10-29 | Jpmorgan Chase Bank, N.A. | System and method for sending money via E-mail over the internet |
| US10275780B1 (en) | 1999-11-24 | 2019-04-30 | Jpmorgan Chase Bank, N.A. | Method and apparatus for sending a rebate via electronic mail over the internet |
| US7836494B2 (en)* | 1999-12-29 | 2010-11-16 | Intel Corporation | System and method for regulating the flow of information to or from an application |
| US7493497B1 (en) | 2000-02-03 | 2009-02-17 | Integrated Information Solutions | Digital identity device |
| US7426530B1 (en) | 2000-06-12 | 2008-09-16 | Jpmorgan Chase Bank, N.A. | System and method for providing customers with seamless entry to a remote server |
| US10185936B2 (en) | 2000-06-22 | 2019-01-22 | Jpmorgan Chase Bank, N.A. | Method and system for processing internet payments |
| US7246263B2 (en) | 2000-09-20 | 2007-07-17 | Jpmorgan Chase Bank | System and method for portal infrastructure tracking |
| US8335855B2 (en) | 2001-09-19 | 2012-12-18 | Jpmorgan Chase Bank, N.A. | System and method for portal infrastructure tracking |
| AU2002224473A1 (en)* | 2000-11-06 | 2002-05-15 | Electronic Warfare Associates | A system and method for controlling online purchases using an online account |
| US7185364B2 (en) | 2001-03-21 | 2007-02-27 | Oracle International Corporation | Access system interface |
| US8849716B1 (en) | 2001-04-20 | 2014-09-30 | Jpmorgan Chase Bank, N.A. | System and method for preventing identity theft or misuse by restricting access |
| WO2002095553A2 (en)* | 2001-05-18 | 2002-11-28 | Imprivata Inc. | Biometric authentication for remote initiation of actions and services |
| WO2002099598A2 (en) | 2001-06-07 | 2002-12-12 | First Usa Bank, N.A. | System and method for rapid updating of credit information |
| US7266839B2 (en) | 2001-07-12 | 2007-09-04 | J P Morgan Chase Bank | System and method for providing discriminated content to network users |
| US7103576B2 (en) | 2001-09-21 | 2006-09-05 | First Usa Bank, Na | System for providing cardless payment |
| AU2002363138A1 (en)* | 2001-11-01 | 2003-05-12 | First Usa Bank, N.A. | System and method for establishing or modifying an account with user selectable terms |
| US7987501B2 (en) | 2001-12-04 | 2011-07-26 | Jpmorgan Chase Bank, N.A. | System and method for single session sign-on |
| WO2003060670A2 (en)* | 2001-12-26 | 2003-07-24 | Research In Motion Limited | Secure booting of chip devices |
| JP2003233590A (en)* | 2002-02-08 | 2003-08-22 | Hitachi Ltd | Mobile following service providing method, system and program |
| US7941533B2 (en) | 2002-02-19 | 2011-05-10 | Jpmorgan Chase Bank, N.A. | System and method for single sign-on session management without central server |
| US7353383B2 (en) | 2002-03-18 | 2008-04-01 | Jpmorgan Chase Bank, N.A. | System and method for single session sign-on with cryptography |
| US7246324B2 (en) | 2002-05-23 | 2007-07-17 | Jpmorgan Chase Bank | Method and system for data capture with hidden applets |
| US7143174B2 (en) | 2002-06-12 | 2006-11-28 | The Jpmorgan Chase Bank, N.A. | Method and system for delayed cookie transmission in a client-server architecture |
| US7472171B2 (en) | 2002-06-21 | 2008-12-30 | Jpmorgan Chase Bank, National Association | Method and system for determining receipt of a delayed cookie in a client-server architecture |
| KR100476876B1 (en)* | 2002-11-08 | 2005-03-17 | 박정웅 | Card provided with a password input key |
| US20050044385A1 (en)* | 2002-09-09 | 2005-02-24 | John Holdsworth | Systems and methods for secure authentication of electronic transactions |
| US7058660B2 (en) | 2002-10-02 | 2006-06-06 | Bank One Corporation | System and method for network-based project management |
| AU2003279950A1 (en)* | 2002-10-10 | 2004-05-04 | Rocksteady Networks, Inc. | System and method for providing access control |
| US7793342B1 (en)* | 2002-10-15 | 2010-09-07 | Novell, Inc. | Single sign-on with basic authentication for a transparent proxy |
| WO2004036371A2 (en)* | 2002-10-16 | 2004-04-29 | Rocksteady Networks, Inc. | System and method for dynamic bandwidth provisioning |
| DE10250195A1 (en)* | 2002-10-28 | 2004-05-13 | OCé PRINTING SYSTEMS GMBH | Method and arrangement for authenticating an operating unit and transmitting authentication information to the operating unit |
| US8301493B2 (en) | 2002-11-05 | 2012-10-30 | Jpmorgan Chase Bank, N.A. | System and method for providing incentives to consumers to share information |
| US20040123126A1 (en)* | 2002-12-24 | 2004-06-24 | Lee Whay S. | Method and apparatus for deterring piracy |
| US8100323B1 (en)* | 2002-12-26 | 2012-01-24 | Diebold Self-Service Systems Division Of Diebold, Incorporated | Apparatus and method for verifying components of an ATM |
| US20060085202A1 (en)* | 2003-01-03 | 2006-04-20 | Bjorn Sahlberg | Method and a system for responding to a request for access to an application service |
| US8219801B2 (en)* | 2003-03-10 | 2012-07-10 | International Business Machines Corporation | Method of authenticating digitally encoded products without private key sharing |
| US20040187029A1 (en)* | 2003-03-21 | 2004-09-23 | Ting David M. T. | System and method for data and request filtering |
| US10275723B2 (en)* | 2005-09-14 | 2019-04-30 | Oracle International Corporation | Policy enforcement via attestations |
| US8281374B2 (en)* | 2005-09-14 | 2012-10-02 | Oracle International Corporation | Attested identities |
| US9781154B1 (en) | 2003-04-01 | 2017-10-03 | Oracle International Corporation | Systems and methods for supporting information security and sub-system operational protocol conformance |
| US10063523B2 (en)* | 2005-09-14 | 2018-08-28 | Oracle International Corporation | Crafted identities |
| US11063766B2 (en)* | 2003-06-13 | 2021-07-13 | Ward Participations B.V. | Method and system for performing a transaction and for performing a verification of legitimate access to, or use of digital data |
| AU2003304217A1 (en) | 2003-06-13 | 2005-01-04 | Orbid Limited | Method and system for performing a transaction and for performing a verification of legitimate use of digital data |
| US8468330B1 (en) | 2003-06-30 | 2013-06-18 | Oracle International Corporation | Methods, systems, and data structures for loading and authenticating a module |
| US8862866B2 (en) | 2003-07-07 | 2014-10-14 | Certicom Corp. | Method and apparatus for providing an adaptable security level in an electronic communication |
| US7376838B2 (en) | 2003-07-17 | 2008-05-20 | Jp Morgan Chase Bank | Method for controlled and audited access to privileged accounts on computer systems |
| CA2478274C (en)* | 2003-08-19 | 2015-12-08 | Certicom Corp. | Method and apparatus for synchronizing an adaptable security level in an electronic communication |
| US7624438B2 (en) | 2003-08-20 | 2009-11-24 | Eric White | System and method for providing a secure connection between networked computers |
| FI120021B (en)* | 2003-08-27 | 2009-05-29 | Nokia Corp | Obtaining authority information |
| US20050049886A1 (en)* | 2003-08-28 | 2005-03-03 | Sbc Knowledge Ventures, L.P. | System and method for managing digital rights and content assets |
| US7392534B2 (en)* | 2003-09-29 | 2008-06-24 | Gemalto, Inc | System and method for preventing identity theft using a secure computing device |
| US8190893B2 (en) | 2003-10-27 | 2012-05-29 | Jp Morgan Chase Bank | Portable security transaction protocol |
| US7636844B2 (en)* | 2003-11-17 | 2009-12-22 | Intel Corporation | Method and system to provide a trusted channel within a computer system for a SIM device |
| US20050108534A1 (en)* | 2003-11-19 | 2005-05-19 | Bajikar Sundeep M. | Providing services to an open platform implementing subscriber identity module (SIM) capabilities |
| JP4064914B2 (en)* | 2003-12-02 | 2008-03-19 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Information processing apparatus, server apparatus, method for information processing apparatus, method for server apparatus, and apparatus executable program |
| US8321946B2 (en)* | 2003-12-05 | 2012-11-27 | Hewlett-Packard Development Company, L.P. | Method and system for preventing identity theft in electronic communications |
| US7421696B2 (en) | 2003-12-22 | 2008-09-02 | Jp Morgan Chase Bank | Methods and systems for managing successful completion of a network of processes |
| US7735120B2 (en)* | 2003-12-24 | 2010-06-08 | Apple Inc. | Server computer issued credential authentication |
| WO2005065366A2 (en)* | 2003-12-31 | 2005-07-21 | Yodlee, Inc. | Method and system for verifying state of a transaction between a client and a service over a data-packet-network |
| EP1706954B1 (en)* | 2004-01-09 | 2018-07-25 | Assa Abloy Ab | Signature-efficient real time credentials for ocsp and distributed ocsp |
| EP2099154A3 (en) | 2004-02-05 | 2010-01-27 | Research In Motion Limited | On-chip storage, creation, and manipulation of an encryption key |
| US20050182928A1 (en)* | 2004-02-12 | 2005-08-18 | Chandar Kamalanathan | System and method for secure HTML links |
| US8838699B2 (en)* | 2004-02-27 | 2014-09-16 | International Business Machines Corporation | Policy based provisioning of Web conferences |
| US8364957B2 (en)* | 2004-03-02 | 2013-01-29 | International Business Machines Corporation | System and method of providing credentials in a network |
| US8543710B2 (en) | 2004-03-10 | 2013-09-24 | Rpx Corporation | Method and system for controlling network access |
| US7610621B2 (en)* | 2004-03-10 | 2009-10-27 | Eric White | System and method for behavior-based firewall modeling |
| US7665130B2 (en)* | 2004-03-10 | 2010-02-16 | Eric White | System and method for double-capture/double-redirect to a different location |
| US7761577B2 (en)* | 2004-03-16 | 2010-07-20 | Dialogic Corporation | Method and apparatus for detecting stuck calls in a communication session |
| JP2005275839A (en)* | 2004-03-25 | 2005-10-06 | Nec Corp | Software use permission method and system |
| US20060021018A1 (en)* | 2004-07-21 | 2006-01-26 | International Business Machines Corporation | Method and system for enabling trust infrastructure support for federated user lifecycle management |
| US20060059111A1 (en)* | 2004-09-10 | 2006-03-16 | Tucker David M | Authentication method for securely disclosing confidential information over the internet |
| US7516495B2 (en)* | 2004-09-10 | 2009-04-07 | Microsoft Corporation | Hardware-based software authenticator |
| US7869790B2 (en) | 2004-09-24 | 2011-01-11 | Scenera Technologies, Llc | Policy-based controls for wireless cameras |
| US7298240B2 (en)* | 2004-09-24 | 2007-11-20 | David Lamar | Electronically enabling devices remotely |
| WO2006039364A2 (en)* | 2004-10-01 | 2006-04-13 | Solidus Networks, Inc. D/B/A/ Pay By Touch | System and method for electronic check verification over a network |
| US7600134B2 (en)* | 2004-11-08 | 2009-10-06 | Lenovo Singapore Pte. Ltd. | Theft deterrence using trusted platform module authorization |
| US7886155B2 (en)* | 2004-12-20 | 2011-02-08 | Biogy, Inc. | System for generating requests to a passcode protected entity |
| US8817981B2 (en)* | 2004-11-18 | 2014-08-26 | Biogy, Inc. | Generation of registration codes, keys and passcodes using non-determinism |
| US7979716B2 (en)* | 2004-11-18 | 2011-07-12 | Biogy, Inc. | Method of generating access keys |
| CA2588202A1 (en)* | 2004-11-19 | 2006-05-26 | Triad Biometrics, Llc | Methods and systems for use in biometric authentication and/or identification |
| GB0426846D0 (en)* | 2004-12-08 | 2005-01-12 | Ibm | Method and system for administration of a broker-based publish/subscribe messaging system |
| US9143502B2 (en)* | 2004-12-10 | 2015-09-22 | International Business Machines Corporation | Method and system for secure binding register name identifier profile |
| US7562382B2 (en)* | 2004-12-16 | 2009-07-14 | International Business Machines Corporation | Specializing support for a federation relationship |
| US20070283418A1 (en)* | 2005-02-01 | 2007-12-06 | Florida Atlantic University | System, apparatus, and methods for performing state-based authentication |
| US20070174630A1 (en)* | 2005-02-21 | 2007-07-26 | Marvin Shannon | System and Method of Mobile Anti-Pharming and Improving Two Factor Usage |
| US8543999B2 (en)* | 2005-03-30 | 2013-09-24 | Welch Allyn, Inc. | Communication of information between a plurality of network elements |
| US8438633B1 (en) | 2005-04-21 | 2013-05-07 | Seven Networks, Inc. | Flexible real-time inbox access |
| US20060242087A1 (en)* | 2005-04-22 | 2006-10-26 | Gregory Naehr | Point-of-sale and declining balance system, and method, having a relay server for facilitating communication between front-end devices and back-end account servers |
| US7400251B2 (en)* | 2005-05-23 | 2008-07-15 | International Business Machines Corporation | Methods for managing electronic asset tags for asset devices |
| US7730523B1 (en)* | 2005-06-17 | 2010-06-01 | Oracle America, Inc. | Role-based access using combinatorial inheritance and randomized conjugates in an internet hosted environment |
| US8185877B1 (en) | 2005-06-22 | 2012-05-22 | Jpmorgan Chase Bank, N.A. | System and method for testing applications |
| US7739724B2 (en)* | 2005-06-30 | 2010-06-15 | Intel Corporation | Techniques for authenticated posture reporting and associated enforcement of network access |
| US8145241B2 (en)* | 2005-06-30 | 2012-03-27 | Armstrong, Quinton Co. LLC | Methods, systems, and computer program products for role- and locale-based mobile user device feature control |
| US7542957B2 (en)* | 2005-07-22 | 2009-06-02 | International Business Machines Corporation | Rich Web application input validation |
| US20070107045A1 (en)* | 2005-09-13 | 2007-05-10 | Uniloc/Veriloc, Llc | Security system for transactions |
| US8583926B1 (en) | 2005-09-19 | 2013-11-12 | Jpmorgan Chase Bank, N.A. | System and method for anti-phishing authentication |
| US8363812B1 (en) | 2005-09-22 | 2013-01-29 | Verizon Patent And Licensing Inc. | Method and system for providing call parking in a SIP-based network |
| FR2895186A1 (en)* | 2005-12-20 | 2007-06-22 | France Telecom | METHOD AND SYSTEM FOR UPDATING ACCESS CONDITIONS OF A TELECOMMUNICATION DEVICE TO SERVICES ISSUED BY A TELECOMMUNICATION NETWORK |
| US8688813B2 (en) | 2006-01-11 | 2014-04-01 | Oracle International Corporation | Using identity/resource profile and directory enablers to support identity management |
| US20070174571A1 (en)* | 2006-01-25 | 2007-07-26 | Safenet, Inc. | Binding a protected application program to shell code |
| US8042172B1 (en)* | 2006-02-02 | 2011-10-18 | Emc Corporation | Remote access architecture enabling a client to perform an operation |
| US8886902B1 (en) | 2006-02-02 | 2014-11-11 | Emc Corporation | Disk backup set access |
| US8341127B1 (en)* | 2006-02-02 | 2012-12-25 | Emc Corporation | Client initiated restore |
| US8090838B2 (en)* | 2006-02-16 | 2012-01-03 | Microsoft Corporation | Shell operation flow change |
| US8707451B2 (en) | 2006-03-01 | 2014-04-22 | Oracle International Corporation | Search hit URL modification for secure application integration |
| US8214394B2 (en) | 2006-03-01 | 2012-07-03 | Oracle International Corporation | Propagating user identities in a secure federated search system |
| US8332430B2 (en) | 2006-03-01 | 2012-12-11 | Oracle International Corporation | Secure search performance improvement |
| US9177124B2 (en) | 2006-03-01 | 2015-11-03 | Oracle International Corporation | Flexible authentication framework |
| JP4801468B2 (en)* | 2006-03-02 | 2011-10-26 | 株式会社リコー | Management apparatus and image forming apparatus management system |
| US20070214364A1 (en)* | 2006-03-07 | 2007-09-13 | Roberts Nicole A | Dual layer authentication system for securing user access to remote systems and associated methods |
| US20070220253A1 (en)* | 2006-03-15 | 2007-09-20 | Law Eric C W | Mutual authentication between two parties using two consecutive one-time passwords |
| US8041947B2 (en)* | 2006-03-23 | 2011-10-18 | Harris Corporation | Computer architecture for an electronic device providing SLS access to MLS file system with trusted loading and protection of program execution memory |
| US8127145B2 (en)* | 2006-03-23 | 2012-02-28 | Harris Corporation | Computer architecture for an electronic device providing a secure file system |
| US8060744B2 (en)* | 2006-03-23 | 2011-11-15 | Harris Corporation | Computer architecture for an electronic device providing single-level secure access to multi-level secure file system |
| ES2556623T3 (en) | 2006-04-13 | 2016-01-19 | Certicom Corp. | Method and apparatus for providing an adaptive level of security in an electronic communication |
| US7908380B1 (en)* | 2006-04-24 | 2011-03-15 | Oracle America, Inc. | Method of session quota constraint enforcement |
| KR101113738B1 (en)* | 2006-05-15 | 2012-03-08 | 엘지전자 주식회사 | Internet connecting method for mobile communication terminal |
| US7979714B2 (en)* | 2006-06-02 | 2011-07-12 | Harris Corporation | Authentication and access control device |
| US8793490B1 (en) | 2006-07-14 | 2014-07-29 | Jpmorgan Chase Bank, N.A. | Systems and methods for multifactor authentication |
| US11762972B1 (en)* | 2006-08-13 | 2023-09-19 | Tara Chand Singhal | System and methods for a multi-factor remote user authentication |
| US20080047019A1 (en)* | 2006-08-16 | 2008-02-21 | International Business Machines Corporation | Method and apparatus for computer network security |
| US8542671B2 (en)* | 2006-09-29 | 2013-09-24 | Oracle International Corporation | Service provider functionality with policy enforcement functional layer bound to SIP |
| WO2008045276A2 (en) | 2006-10-04 | 2008-04-17 | Welch Allyn, Inc. | Dynamic medical object information base |
| US9202087B2 (en)* | 2006-10-31 | 2015-12-01 | Verizon Patent And Licensing Inc. | Method and apparatus for controlling access to local storage devices |
| US20080120507A1 (en)* | 2006-11-21 | 2008-05-22 | Shakkarwar Rajesh G | Methods and systems for authentication of a user |
| US8661520B2 (en)* | 2006-11-21 | 2014-02-25 | Rajesh G. Shakkarwar | Systems and methods for identification and authentication of a user |
| US7548890B2 (en)* | 2006-11-21 | 2009-06-16 | Verient, Inc. | Systems and methods for identification and authentication of a user |
| US7836042B2 (en)* | 2006-12-20 | 2010-11-16 | Verizon Patent And Licensing Inc. | Adaptive routing of resource requests for multiple back-end systems |
| US8086637B1 (en)* | 2006-12-22 | 2011-12-27 | Emc Corporation | Access control for business process data |
| US9178705B2 (en)* | 2007-04-13 | 2015-11-03 | International Business Machines Corporation | Method and system for stateless validation |
| US20090133111A1 (en)* | 2007-05-03 | 2009-05-21 | Evans Security Solutions, Llc | System for centralizing personal identification verification and access control |
| US11257080B2 (en) | 2007-05-04 | 2022-02-22 | Michael Sasha John | Fraud deterrence for secure transactions |
| US8473735B1 (en) | 2007-05-17 | 2013-06-25 | Jpmorgan Chase | Systems and methods for managing digital certificates |
| CA2590387A1 (en)* | 2007-05-29 | 2008-11-29 | Sal Khan | A system and method for creating a virtual private network (vpn) over a computer network using multi-layered permissions-based access control |
| TW200901031A (en)* | 2007-06-23 | 2009-01-01 | Wistron Corp | Method of accessing web variables |
| CA2593897C (en)* | 2007-07-16 | 2016-06-14 | Tet Hin Yeap | Method, system and apparatus for accessing a resource based on data supplied by a local user |
| US20090024733A1 (en)* | 2007-07-16 | 2009-01-22 | Edward Shteyman | Apparatus for Mediation between Measurement, Biometric, and Monitoring Devices and a Server |
| US9053471B2 (en)* | 2007-08-31 | 2015-06-09 | 4361423 Canada Inc. | Apparatus and method for conducting securing financial transactions |
| US8738923B2 (en) | 2007-09-14 | 2014-05-27 | Oracle International Corporation | Framework for notifying a directory service of authentication events processed outside the directory service |
| CZ306790B6 (en)* | 2007-10-12 | 2017-07-07 | Aducid S.R.O. | A method of establishing secure electronic communication between different electronic means, in particular between the electronic means of electronic service providers and the electronic means of electronic service users |
| US8001585B2 (en)* | 2007-12-10 | 2011-08-16 | Mastercard International Incorporated | Methods and systems for providing website hosting security |
| US9047468B2 (en)* | 2007-12-28 | 2015-06-02 | Intel Corporation | Migration of full-disk encrypted virtualized storage between blade servers |
| WO2009091421A1 (en)* | 2008-01-18 | 2009-07-23 | Astakhov Pavel V | Electronic certification, identification and communication utilizing encrypted graphical images |
| US8321682B1 (en) | 2008-01-24 | 2012-11-27 | Jpmorgan Chase Bank, N.A. | System and method for generating and managing administrator passwords |
| US8776198B2 (en)* | 2008-02-01 | 2014-07-08 | Oracle International Corporation | Techniques for non-unique identity establishment |
| US8555367B2 (en)* | 2008-03-12 | 2013-10-08 | Yahoo! Inc. | Method and system for securely streaming content |
| US8234697B2 (en)* | 2008-03-31 | 2012-07-31 | Intel Corporation | Method, apparatus, and system for sending credentials securely |
| US20090271847A1 (en)* | 2008-04-25 | 2009-10-29 | Nokia Corporation | Methods, Apparatuses, and Computer Program Products for Providing a Single Service Sign-On |
| US20090292806A1 (en)* | 2008-05-22 | 2009-11-26 | Microsoft Corporation | Management of Remotely Hosted Services |
| US8990221B2 (en)* | 2008-05-30 | 2015-03-24 | Google Technology Holdings LLC | Device and method for updating a certificate |
| US9501635B2 (en)* | 2008-06-25 | 2016-11-22 | Microsoft Technology Licensing, Llc | Isolation of services or processes using credential managed accounts |
| WO2010031700A2 (en)* | 2008-09-22 | 2010-03-25 | Bundesdruckerei Gmbh | Telecommunication method computer programme product and computer system |
| US8756429B2 (en)* | 2008-10-10 | 2014-06-17 | International Business Machines Corporation | Tunable encryption system |
| US20100114711A1 (en)* | 2008-10-31 | 2010-05-06 | Hudson Robert P | Social-professional website system |
| US20110093348A1 (en)* | 2008-10-31 | 2011-04-21 | Hudson Robert P | Financial broker social-professional website internet system |
| US20100114795A1 (en)* | 2008-10-31 | 2010-05-06 | Hudson Robert P | Stock broker social-professional website system |
| US8782256B2 (en)* | 2008-11-26 | 2014-07-15 | Cisco Technology, Inc. | Deterministic session load-balancing and redundancy of access servers in a computer network |
| US9449195B2 (en)* | 2009-01-23 | 2016-09-20 | Avow Networks Incorporated | Method and apparatus to perform online credential reporting |
| US8495715B2 (en) | 2009-02-23 | 2013-07-23 | Oracle International Corporation | Techniques for credential auditing |
| US8544092B2 (en)* | 2009-03-12 | 2013-09-24 | International Business Machines Corporation | Integrity verification using a peripheral device |
| US9590990B2 (en)* | 2009-05-11 | 2017-03-07 | International Business Machines Corporation | Assigning user requests of different types or protocols to a user by trust association interceptors |
| US20100332337A1 (en)* | 2009-06-25 | 2010-12-30 | Bullock Roddy Mckee | Universal one-click online payment method and system |
| US20100312702A1 (en)* | 2009-06-06 | 2010-12-09 | Bullock Roddy M | System and method for making money by facilitating easy online payment |
| US8590003B2 (en) | 2009-06-15 | 2013-11-19 | Microsoft Corporation | Controlling access to resources by hosted entities |
| US9298894B2 (en) | 2009-06-26 | 2016-03-29 | International Business Machines Corporation | Cache structure for a computer system providing support for secure objects |
| US9846789B2 (en) | 2011-09-06 | 2017-12-19 | International Business Machines Corporation | Protecting application programs from malicious software or malware |
| US8954752B2 (en) | 2011-02-23 | 2015-02-10 | International Business Machines Corporation | Building and distributing secure object software |
| US8578175B2 (en) | 2011-02-23 | 2013-11-05 | International Business Machines Corporation | Secure object having protected region, integrity tree, and unprotected region |
| US9954875B2 (en) | 2009-06-26 | 2018-04-24 | International Business Machines Corporation | Protecting from unintentional malware download |
| US8819446B2 (en)* | 2009-06-26 | 2014-08-26 | International Business Machines Corporation | Support for secure objects in a computer system |
| US9608826B2 (en) | 2009-06-29 | 2017-03-28 | Jpmorgan Chase Bank, N.A. | System and method for partner key management |
| US8972325B2 (en)* | 2009-07-01 | 2015-03-03 | Oracle International Corporation | Role based identity tracker |
| US8713647B2 (en)* | 2009-08-21 | 2014-04-29 | International Business Machines Corporation | End-of-session authentication |
| US8782086B2 (en)* | 2009-08-27 | 2014-07-15 | Cleversafe, Inc. | Updating dispersed storage network access control information |
| CN102025710B (en)* | 2009-09-11 | 2015-11-25 | 中国银联股份有限公司 | Multi-application smart card and the many AMSs of smart card and method |
| US9479509B2 (en) | 2009-11-06 | 2016-10-25 | Red Hat, Inc. | Unified system for authentication and authorization |
| US8909916B2 (en)* | 2009-11-30 | 2014-12-09 | Red Hat, Inc. | Using a PKCS module for opening multiple databases |
| JP5003749B2 (en)* | 2009-12-16 | 2012-08-15 | コニカミノルタビジネステクノロジーズ株式会社 | Information processing apparatus, information processing method, and information processing program |
| US8370510B2 (en)* | 2009-12-18 | 2013-02-05 | Microsoft Corporation | Remote application presentation over a public network connection |
| US8478996B2 (en) | 2009-12-21 | 2013-07-02 | International Business Machines Corporation | Secure Kerberized access of encrypted file system |
| CN102687482B (en)* | 2009-12-29 | 2016-03-09 | 诺基亚技术有限公司 | The distributed authentication of data cloud |
| US8601284B2 (en)* | 2010-01-27 | 2013-12-03 | International Business Machines Corporation | Secure connected digital media platform |
| JP2011175394A (en)* | 2010-02-24 | 2011-09-08 | Fujifilm Corp | Web server constituting single sign-on system, method of controlling operation of the same, and program for controlling operation of the same |
| US9069639B2 (en)* | 2010-02-25 | 2015-06-30 | Red Hat, Inc. | Managing a user proxy configuration in a daemon that frequently loads and unloads |
| US8185501B1 (en)* | 2010-03-08 | 2012-05-22 | Sprint Communications Company L.P. | Conditional fractional data store replication |
| US8646057B2 (en)* | 2010-03-10 | 2014-02-04 | Verizon Patent And Licensing Inc. | Authentication and authorization of user and access to network resources using openid |
| US8533484B2 (en) | 2010-03-29 | 2013-09-10 | Verifone, Inc. | Password-protected physical transfer of password-protected devices |
| US8380863B2 (en) | 2010-05-05 | 2013-02-19 | Cradle Technologies | Control of security application in a LAN from outside the LAN |
| TWI422206B (en)* | 2010-05-31 | 2014-01-01 | Intercity Business Corp | Tolerant key verification method |
| WO2012005739A1 (en)* | 2010-07-09 | 2012-01-12 | Hewlett-Packard Development Company, L.P. | Responses to server challenges included in a hypertext transfer protocol header |
| US9619826B1 (en)* | 2010-07-30 | 2017-04-11 | West Corporation | Third-party authentication systems and methods |
| WO2012023050A2 (en) | 2010-08-20 | 2012-02-23 | Overtis Group Limited | Secure cloud computing system and method |
| US8601602B1 (en)* | 2010-08-31 | 2013-12-03 | Google Inc. | Enhanced multi-factor authentication |
| US9367527B2 (en) | 2013-03-15 | 2016-06-14 | Chargerback, Inc. | Centralized lost and found system |
| US20120059661A1 (en)* | 2010-09-02 | 2012-03-08 | Brian Colodny | Maintaining and Using a Lost Item Database |
| US8681973B2 (en)* | 2010-09-15 | 2014-03-25 | At&T Intellectual Property I, L.P. | Methods, systems, and computer program products for performing homomorphic encryption and decryption on individual operations |
| US8819424B2 (en) | 2010-09-30 | 2014-08-26 | Microsoft Corporation | Token-based authentication using middle tier |
| US9021055B2 (en) | 2010-11-24 | 2015-04-28 | Oracle International Corporation | Nonconforming web service policy functions |
| US8650250B2 (en) | 2010-11-24 | 2014-02-11 | Oracle International Corporation | Identifying compatible web service policies |
| US9589145B2 (en) | 2010-11-24 | 2017-03-07 | Oracle International Corporation | Attaching web service policies to a group of policy subjects |
| US8650288B2 (en) | 2010-11-24 | 2014-02-11 | Oracle International Corporation | Runtime usage analysis for a distributed policy enforcement system |
| US8726349B2 (en) | 2010-11-24 | 2014-05-13 | Oracle International Corporation | Optimizing interactions between co-located processes |
| US8635682B2 (en) | 2010-11-24 | 2014-01-21 | Oracle International Corporation | Propagating security identity information to components of a composite application |
| US8914851B2 (en)* | 2010-12-06 | 2014-12-16 | Golba Llc | Method and system for improved security |
| US10268843B2 (en) | 2011-12-06 | 2019-04-23 | AEMEA Inc. | Non-deterministic secure active element machine |
| US9864853B2 (en) | 2011-02-23 | 2018-01-09 | International Business Machines Corporation | Enhanced security mechanism for authentication of users of a system |
| US8352370B1 (en) | 2011-03-28 | 2013-01-08 | Jpmorgan Chase Bank, N.A. | System and method for universal instant credit |
| US8955037B2 (en) | 2011-05-11 | 2015-02-10 | Oracle International Corporation | Access management architecture |
| US8595345B2 (en) | 2011-05-26 | 2013-11-26 | Mfluent Llc | Enhanced push notification services |
| US8560819B2 (en) | 2011-05-31 | 2013-10-15 | Oracle International Corporation | Software execution using multiple initialization modes |
| US9544387B2 (en) | 2011-06-01 | 2017-01-10 | Hewlett Packard Enterprise Development Lp | Indication of URL prerequisite to network communication |
| US8856893B2 (en)* | 2011-06-09 | 2014-10-07 | Hao Min | System and method for an ATM electronic lock system |
| JP2013020609A (en)* | 2011-06-13 | 2013-01-31 | Kazunori Fujisawa | Authentication system |
| US20130036058A1 (en)* | 2011-08-03 | 2013-02-07 | American Express Travel Related Services Company, Inc. | Systems and methods for securely processing transactions |
| US9075979B1 (en) | 2011-08-11 | 2015-07-07 | Google Inc. | Authentication based on proximity to mobile device |
| US8798273B2 (en) | 2011-08-19 | 2014-08-05 | International Business Machines Corporation | Extending credential type to group Key Management Interoperability Protocol (KMIP) clients |
| US20130081109A1 (en)* | 2011-09-23 | 2013-03-28 | Corent Technology, Inc. | Multi-Tenant Agile Database Connector |
| US9027075B2 (en) | 2011-09-29 | 2015-05-05 | Oracle International Corporation | Enforcing security rules at runtime |
| US9183113B2 (en) | 2011-09-29 | 2015-11-10 | Oracle International Corporation | Debugging analysis in running multi-user systems |
| US9390255B2 (en) | 2011-09-29 | 2016-07-12 | Oracle International Corporation | Privileged account manager, dynamic policy engine |
| US9495533B2 (en) | 2011-09-29 | 2016-11-15 | Oracle International Corporation | Mobile application, identity relationship management |
| US8732805B2 (en) | 2011-09-30 | 2014-05-20 | Oracle International Corporation | Re-authentication in secure web service conversations |
| EP2575315A1 (en)* | 2011-09-30 | 2013-04-03 | British Telecommunications Public Limited Company | Controlled access |
| US9507927B2 (en) | 2011-09-30 | 2016-11-29 | Oracle International Corporation | Dynamic identity switching |
| US8914843B2 (en) | 2011-09-30 | 2014-12-16 | Oracle International Corporation | Conflict resolution when identical policies are attached to a single policy subject |
| US12072989B2 (en) | 2011-12-09 | 2024-08-27 | Sertainty Corporation | System and methods for using cipher objects to protect data |
| US9792451B2 (en) | 2011-12-09 | 2017-10-17 | Echarge2 Corporation | System and methods for using cipher objects to protect data |
| US9026784B2 (en) | 2012-01-26 | 2015-05-05 | Mcafee, Inc. | System and method for innovative management of transport layer security session tickets in a network environment |
| US20140053250A1 (en)* | 2012-02-10 | 2014-02-20 | University Of Utah Research Foundation | Access to Web Application via a Mobile Computing Device |
| US20130318207A1 (en)* | 2012-02-15 | 2013-11-28 | James Eric Dotter | Systems and methods for managing mobile app data |
| CN104115464B (en)* | 2012-02-22 | 2017-09-29 | 诺基亚通信公司 | Control is accessed |
| WO2013134306A1 (en) | 2012-03-05 | 2013-09-12 | Michael Fiske | One-time passcodes with asymmetric keys |
| US8924713B2 (en) | 2012-03-30 | 2014-12-30 | Golba Llc | Method and system for state machine security device |
| US9590981B2 (en)* | 2012-04-06 | 2017-03-07 | Wayne Odom | System, method, and device for delivering communications and storing and delivering data |
| US9628473B1 (en)* | 2012-04-06 | 2017-04-18 | Wayne Odom | System, method, and device for delivering communications and storing and delivering data |
| US9773099B2 (en)* | 2012-04-06 | 2017-09-26 | Wayne Odom | System, method, and device for delivering communications and storing and delivering data |
| US9178879B2 (en)* | 2012-05-03 | 2015-11-03 | At&T Intellectual Property I, L.P. | Device-based authentication for secure online access |
| US8875265B2 (en)* | 2012-05-14 | 2014-10-28 | Qualcomm Incorporated | Systems and methods for remote credentials management |
| US9058471B2 (en) | 2012-06-08 | 2015-06-16 | Oracle International Corporation | Authorization system for heterogeneous enterprise environments |
| US9536081B2 (en)* | 2012-06-12 | 2017-01-03 | Intermec Ip Corp. | System and process for managing network communications |
| US9256722B2 (en) | 2012-07-20 | 2016-02-09 | Google Inc. | Systems and methods of using a temporary private key between two devices |
| PT2877954T (en)* | 2012-07-27 | 2021-11-12 | 9408 3078 Quebec Inc | Method of managing role-based digital rights in a computer system |
| WO2014016705A2 (en) | 2012-07-27 | 2014-01-30 | Assa Abloy Ab | Setback controls based on out-of-room presence information |
| EP2878114B1 (en)* | 2012-07-27 | 2020-06-03 | Assa Abloy Ab | Presence-based credential updating |
| WO2014028005A1 (en)* | 2012-08-14 | 2014-02-20 | Empire Technology Development Llc | Software-based side-channel attack prevention |
| US8745718B1 (en) | 2012-08-20 | 2014-06-03 | Jericho Systems Corporation | Delivery of authentication information to a RESTful service using token validation scheme |
| US9203866B2 (en) | 2012-09-07 | 2015-12-01 | Oracle International Corporation | Overage framework for cloud services |
| US10148530B2 (en) | 2012-09-07 | 2018-12-04 | Oracle International Corporation | Rule based subscription cloning |
| US9621435B2 (en) | 2012-09-07 | 2017-04-11 | Oracle International Corporation | Declarative and extensible model for provisioning of cloud based services |
| US9542400B2 (en) | 2012-09-07 | 2017-01-10 | Oracle International Corporation | Service archive support |
| US9467355B2 (en) | 2012-09-07 | 2016-10-11 | Oracle International Corporation | Service association model |
| US9069979B2 (en) | 2012-09-07 | 2015-06-30 | Oracle International Corporation | LDAP-based multi-tenant in-cloud identity management system |
| US9276942B2 (en) | 2012-09-07 | 2016-03-01 | Oracle International Corporation | Multi-tenancy identity management system |
| US10521746B2 (en) | 2012-09-07 | 2019-12-31 | Oracle International Corporation | Recovery workflow for processing subscription orders in a computing infrastructure system |
| US9253113B2 (en) | 2012-09-07 | 2016-02-02 | Oracle International Corporation | Customizable model for throttling and prioritizing orders in a cloud environment |
| US9667470B2 (en) | 2012-09-07 | 2017-05-30 | Oracle International Corporation | Failure handling in the execution flow of provisioning operations in a cloud environment |
| US8925050B2 (en)* | 2012-10-29 | 2014-12-30 | Oracle International Corporation | Communication between authentication plug-ins of a single-point authentication manager and client systems |
| US10091325B2 (en) | 2012-10-30 | 2018-10-02 | Elwha Llc | Methods and systems for data services |
| US9619497B2 (en)* | 2012-10-30 | 2017-04-11 | Elwah LLC | Methods and systems for managing one or more services and/or device data |
| US9626503B2 (en) | 2012-11-26 | 2017-04-18 | Elwha Llc | Methods and systems for managing services and device data |
| US9122794B2 (en) | 2012-10-30 | 2015-09-01 | Oracle International Corporation | System and method for debugging domain specific languages |
| US10216957B2 (en) | 2012-11-26 | 2019-02-26 | Elwha Llc | Methods and systems for managing data and/or services for devices |
| US9088450B2 (en) | 2012-10-31 | 2015-07-21 | Elwha Llc | Methods and systems for data services |
| US9749206B2 (en) | 2012-10-30 | 2017-08-29 | Elwha Llc | Methods and systems for monitoring and/or managing device data |
| CN103841001B (en)* | 2012-11-22 | 2018-12-11 | 腾讯科技(深圳)有限公司 | social network information processing method and system |
| US10181110B1 (en)* | 2012-12-05 | 2019-01-15 | Stamps.Com Inc. | Systems and methods for mail piece interception, rescue tracking, and confiscation alerts and related services |
| US20140173747A1 (en)* | 2012-12-13 | 2014-06-19 | Apple Inc. | Disabling access to applications and content in a privacy mode |
| KR102002541B1 (en)* | 2013-03-08 | 2019-10-01 | 휴렛-팩커드 디벨롭먼트 컴퍼니, 엘.피. | Method of managing user login for cloud-based application and image forming apparatus performing the same |
| US9608958B2 (en) | 2013-03-12 | 2017-03-28 | Oracle International Corporation | Lightweight directory access protocol (LDAP) join search mechanism |
| US11250443B2 (en) | 2013-03-15 | 2022-02-15 | Chargerback, Inc. | Lost item recovery with reporting and notifying system |
| US9419957B1 (en) | 2013-03-15 | 2016-08-16 | Jpmorgan Chase Bank, N.A. | Confidence-based authentication |
| US9172688B2 (en) | 2013-05-03 | 2015-10-27 | Dell Products, Lp | Secure shell authentication |
| US20150007346A1 (en)* | 2013-06-26 | 2015-01-01 | International Business Machines Corporation | Protecting confidential content in a user interface |
| US9215226B2 (en)* | 2013-07-24 | 2015-12-15 | Adobe Systems Incorporated | Dynamically mapping users to groups |
| US9213530B2 (en) | 2013-08-15 | 2015-12-15 | Oracle International Corporation | Runtime memory throttling |
| US9146834B2 (en) | 2013-08-22 | 2015-09-29 | Oracle International Corporation | Targeted cloud-based debugging |
| US9787657B2 (en) | 2013-09-19 | 2017-10-10 | Oracle International Corporation | Privileged account plug-in framework—usage policies |
| WO2015047442A1 (en)* | 2013-09-27 | 2015-04-02 | Mcafee, Inc. | Trusted execution of an executable object on a local device |
| GB2519143A (en)* | 2013-10-11 | 2015-04-15 | Mastercard International Inc | Virtual POS System and Method |
| US9369445B2 (en)* | 2013-11-08 | 2016-06-14 | MustBin Inc. | Bin enabled data object encryption and storage apparatuses, methods and systems |
| US20150149209A1 (en)* | 2013-11-27 | 2015-05-28 | General Electric Company | Remote/local reference sharing and resolution |
| US9223965B2 (en) | 2013-12-10 | 2015-12-29 | International Business Machines Corporation | Secure generation and management of a virtual card on a mobile device |
| US9235692B2 (en) | 2013-12-13 | 2016-01-12 | International Business Machines Corporation | Secure application debugging |
| KR101558726B1 (en)* | 2014-01-02 | 2015-10-07 | 주식회사 이베이코리아 | User security authentication system in internet and method thereof |
| US9251368B2 (en)* | 2014-01-08 | 2016-02-02 | International Business Machines Corporation | Provisioning transient-controlled secure environments for viewing sensitive data |
| US9602545B2 (en) | 2014-01-13 | 2017-03-21 | Oracle International Corporation | Access policy management using identified roles |
| US10482422B2 (en) | 2014-01-17 | 2019-11-19 | Chargerback, Inc. | System, method and apparatus for locating and merging documents |
| US9626645B2 (en) | 2014-01-17 | 2017-04-18 | Chargerback, Inc. | System, method and apparatus for locating and merging data fields of lost records with found records |
| US10482552B2 (en) | 2014-01-17 | 2019-11-19 | Chargerback, Inc. | System and method for efficient and automatic reporting and return of lost items |
| US10148726B1 (en) | 2014-01-24 | 2018-12-04 | Jpmorgan Chase Bank, N.A. | Initiating operating system commands based on browser cookies |
| US9202031B2 (en)* | 2014-02-10 | 2015-12-01 | Level 3 Communications, Llc | Authentication system and method |
| WO2015130700A1 (en)* | 2014-02-26 | 2015-09-03 | Secureauth Corporation | Security object creation, validation, and assertion for single sign on authentication |
| US9479481B2 (en) | 2014-03-14 | 2016-10-25 | Soha Systems, Inc. | Secure scalable multi-tenant application delivery system and associated method |
| WO2015142765A1 (en) | 2014-03-17 | 2015-09-24 | Coinbase, Inc | Bitcoin host computer system |
| US10356071B2 (en)* | 2014-04-14 | 2019-07-16 | Mcafee, Llc | Automatic log-in and log-out of a session with session sharing |
| US8990121B1 (en) | 2014-05-08 | 2015-03-24 | Square, Inc. | Establishment of a secure session between a card reader and a mobile device |
| US10438187B2 (en)* | 2014-05-08 | 2019-10-08 | Square, Inc. | Establishment of a secure session between a card reader and a mobile device |
| US10212136B1 (en) | 2014-07-07 | 2019-02-19 | Microstrategy Incorporated | Workstation log-in |
| US10057240B2 (en)* | 2014-08-25 | 2018-08-21 | Sap Se | Single sign-on to web applications from mobile devices |
| US11399019B2 (en) | 2014-10-24 | 2022-07-26 | Netflix, Inc. | Failure recovery mechanism to re-establish secured communications |
| US11533297B2 (en) | 2014-10-24 | 2022-12-20 | Netflix, Inc. | Secure communication channel with token renewal mechanism |
| US10050955B2 (en)* | 2014-10-24 | 2018-08-14 | Netflix, Inc. | Efficient start-up for secured connections and related services |
| CN104573475A (en)* | 2014-12-31 | 2015-04-29 | 乐视网信息技术(北京)股份有限公司 | Method and system for authenticating transcoding service program |
| US10050925B1 (en)* | 2015-01-28 | 2018-08-14 | Intuit Inc. | Method and system for notifying users of misdirected response messages associated with messages sent on the users' behalf by an intermediary service |
| US10146931B1 (en)* | 2015-03-13 | 2018-12-04 | EMC IP Holding Company LLC | Organization-level password management employing user-device password vault |
| US10701067B1 (en) | 2015-04-24 | 2020-06-30 | Microstrategy Incorporated | Credential management using wearable devices |
| US9735958B2 (en) | 2015-05-19 | 2017-08-15 | Coinbase, Inc. | Key ceremony of a security system forming part of a host computer for cryptographic transactions |
| CN106341233A (en)* | 2015-07-08 | 2017-01-18 | 阿里巴巴集团控股有限公司 | Authentication method for client to log into server, device, system and electronic device |
| US9965639B2 (en) | 2015-07-17 | 2018-05-08 | International Business Machines Corporation | Source authentication of a software product |
| CN108431698A (en)* | 2015-10-23 | 2018-08-21 | 西维克斯控股有限责任公司 | Systems and methods for authenticating using a mobile device |
| US10681031B2 (en)* | 2015-11-02 | 2020-06-09 | International Business Machines Corporation | Federating devices to improve user experience with adaptive security |
| CN106815497B (en)* | 2015-12-01 | 2019-04-23 | 华为终端(东莞)有限公司 | An interface processing method, electronic device and graphical user interface |
| US11593780B1 (en) | 2015-12-10 | 2023-02-28 | Block, Inc. | Creation and validation of a secure list of security certificates |
| US9992187B2 (en)* | 2015-12-21 | 2018-06-05 | Cisco Technology, Inc. | Single sign-on authentication via browser for client application |
| US10817593B1 (en)* | 2015-12-29 | 2020-10-27 | Wells Fargo Bank, N.A. | User information gathering and distribution system |
| US10855664B1 (en) | 2016-02-08 | 2020-12-01 | Microstrategy Incorporated | Proximity-based logical access |
| US10231128B1 (en) | 2016-02-08 | 2019-03-12 | Microstrategy Incorporated | Proximity-based device access |
| CN107154921A (en)* | 2016-03-03 | 2017-09-12 | 阿里巴巴集团控股有限公司 | The authorization method and device of condominium account, the authentication method of condominium account and device |
| WO2017152037A1 (en) | 2016-03-04 | 2017-09-08 | 1Usf, Inc. | Systems and methods for media codecs and containers |
| US10762559B2 (en)* | 2016-04-15 | 2020-09-01 | Adp, Llc | Management of payroll lending within an enterprise system |
| CN105976008B (en)* | 2016-05-11 | 2019-04-05 | 新智数字科技有限公司 | A kind of intelligent card data encryption method and system |
| US10372484B2 (en)* | 2016-06-27 | 2019-08-06 | Microsoft Technology Licensing, Llc | Secured computing system |
| US9923755B2 (en)* | 2016-08-01 | 2018-03-20 | Data I/O Corporation | Device programming with system generation |
| US11050605B2 (en)* | 2016-08-01 | 2021-06-29 | Data I/O Corporation | Device programming with system generation |
| WO2018051236A1 (en) | 2016-09-13 | 2018-03-22 | Silverfort Ltd. | Protection of authentication tokens |
| US10803461B2 (en) | 2016-09-30 | 2020-10-13 | Square, Inc. | Fraud detection in portable payment readers |
| US9940612B1 (en) | 2016-09-30 | 2018-04-10 | Square, Inc. | Fraud detection in portable payment readers |
| US10341321B2 (en)* | 2016-10-17 | 2019-07-02 | Mocana Corporation | System and method for policy based adaptive application capability management and device attestation |
| KR20250138293A (en)* | 2016-10-24 | 2025-09-19 | 아데이아 가이드스 인크. | Systems and methods for controlling access to media assets using two-factor authentication |
| US10237258B2 (en)* | 2016-11-30 | 2019-03-19 | International Business Machines Corporation | Single key authentication method |
| US10362110B1 (en)* | 2016-12-08 | 2019-07-23 | Amazon Technologies, Inc. | Deployment of client data compute kernels in cloud |
| US11315114B2 (en) | 2016-12-28 | 2022-04-26 | Capital One Services, Llc | Dynamic transaction card protected by multi-factor authentication |
| US10686774B2 (en)* | 2017-01-13 | 2020-06-16 | Asignio Inc. | Authentication systems and methods for online services |
| US10536460B2 (en)* | 2017-01-20 | 2020-01-14 | International Business Machines Corporation | Sharing of anonymous data between connected devices over the internet |
| US11210412B1 (en)* | 2017-02-01 | 2021-12-28 | Ionic Security Inc. | Systems and methods for requiring cryptographic data protection as a precondition of system access |
| CN107077558B (en)* | 2017-02-09 | 2020-03-31 | 深圳市汇顶科技股份有限公司 | Authentication method and authentication device based on biological characteristics and electronic equipment |
| US10826681B1 (en)* | 2017-03-24 | 2020-11-03 | Open Invention Network Llc | Blockchain node initialization |
| US10771458B1 (en) | 2017-04-17 | 2020-09-08 | MicoStrategy Incorporated | Proximity-based user authentication |
| US10657242B1 (en) | 2017-04-17 | 2020-05-19 | Microstrategy Incorporated | Proximity-based access |
| US11140157B1 (en) | 2017-04-17 | 2021-10-05 | Microstrategy Incorporated | Proximity-based access |
| US10462140B2 (en) | 2017-04-28 | 2019-10-29 | Bank Of America Corporation | Data transmission authentication and self-destruction |
| US10523643B1 (en) | 2017-05-01 | 2019-12-31 | Wells Fargo Bank, N.A. | Systems and methods for enhanced security based on user vulnerability |
| US10551210B2 (en)* | 2017-05-12 | 2020-02-04 | International Business Machines Corporation | Local advertisement generation and display based on applications |
| EP3643001B1 (en) | 2017-06-19 | 2023-08-02 | Silverfort Ltd. | Actively monitoring encrypted traffic by inspecting logs |
| US10963877B2 (en) | 2017-07-11 | 2021-03-30 | Mastercard International Incorporated | Systems and methods for use in authenticating users in connection with network transactions |
| CN109284622B (en)* | 2017-07-20 | 2022-05-17 | 腾讯科技(深圳)有限公司 | Contact information processing method and device and storage medium |
| US10673831B2 (en)* | 2017-08-11 | 2020-06-02 | Mastercard International Incorporated | Systems and methods for automating security controls between computer networks |
| US10785213B2 (en) | 2018-03-27 | 2020-09-22 | Ca Technologies, Inc. | Continuous authentication |
| US12243057B2 (en) | 2018-04-17 | 2025-03-04 | Coinbase, Inc. | Offline storage system and method of use |
| US11303627B2 (en) | 2018-05-31 | 2022-04-12 | Oracle International Corporation | Single Sign-On enabled OAuth token |
| US10546444B2 (en) | 2018-06-21 | 2020-01-28 | Capital One Services, Llc | Systems and methods for secure read-only authentication |
| US20190392449A1 (en) | 2018-06-22 | 2019-12-26 | Mastercard International Incorporated | Systems and methods for authenticating online users |
| US12293368B2 (en) | 2018-06-22 | 2025-05-06 | Mastercard International Incorporated | Systems and methods for authenticating online users and providing graphic visualizations of an authentication process |
| US11216806B2 (en) | 2018-09-19 | 2022-01-04 | Capital One Services, Llc | Systems and methods for providing card interactions |
| US10992477B2 (en) | 2018-10-02 | 2021-04-27 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10489781B1 (en) | 2018-10-02 | 2019-11-26 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10909527B2 (en) | 2018-10-02 | 2021-02-02 | Capital One Services, Llc | Systems and methods for performing a reissue of a contactless card |
| US10607214B1 (en) | 2018-10-02 | 2020-03-31 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10582386B1 (en) | 2018-10-02 | 2020-03-03 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| KR20210065961A (en) | 2018-10-02 | 2021-06-04 | 캐피탈 원 서비시즈, 엘엘씨 | System and method for cryptographic authentication of contactless card |
| US10949520B2 (en) | 2018-10-02 | 2021-03-16 | Capital One Services, Llc | Systems and methods for cross coupling risk analytics and one-time-passcodes |
| US10685350B2 (en) | 2018-10-02 | 2020-06-16 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| KR20210065109A (en) | 2018-10-02 | 2021-06-03 | 캐피탈 원 서비시즈, 엘엘씨 | System and method for cryptographic authentication of contactless card |
| US10581611B1 (en) | 2018-10-02 | 2020-03-03 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10511443B1 (en) | 2018-10-02 | 2019-12-17 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10505738B1 (en) | 2018-10-02 | 2019-12-10 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10579998B1 (en) | 2018-10-02 | 2020-03-03 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10592710B1 (en) | 2018-10-02 | 2020-03-17 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US11210664B2 (en) | 2018-10-02 | 2021-12-28 | Capital One Services, Llc | Systems and methods for amplifying the strength of cryptographic algorithms |
| US10615981B1 (en) | 2018-10-02 | 2020-04-07 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| AU2019355436A1 (en) | 2018-10-02 | 2021-04-15 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| KR20250121453A (en) | 2018-10-02 | 2025-08-12 | 캐피탈 원 서비시즈, 엘엘씨 | Systems and methods for cryptographic authentication of contactless cards |
| US10783519B2 (en) | 2018-10-02 | 2020-09-22 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| WO2020072552A1 (en) | 2018-10-02 | 2020-04-09 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10841091B2 (en) | 2018-10-02 | 2020-11-17 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10771253B2 (en) | 2018-10-02 | 2020-09-08 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10771254B2 (en) | 2018-10-02 | 2020-09-08 | Capital One Services, Llc | Systems and methods for email-based card activation |
| WO2020072583A1 (en) | 2018-10-02 | 2020-04-09 | Capital One Services, Llc | Systems and methods for establishing identity for order pick up |
| US10542036B1 (en) | 2018-10-02 | 2020-01-21 | Capital One Services, Llc | Systems and methods for signaling an attack on contactless cards |
| WO2020072537A1 (en) | 2018-10-02 | 2020-04-09 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10554411B1 (en) | 2018-10-02 | 2020-02-04 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10748138B2 (en) | 2018-10-02 | 2020-08-18 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| WO2020072413A1 (en) | 2018-10-02 | 2020-04-09 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10565587B1 (en) | 2018-10-02 | 2020-02-18 | Capital One Services, Llc | Systems and methods for cryptographic authentication of contactless cards |
| US10305914B1 (en)* | 2018-10-03 | 2019-05-28 | Cyberark Software Ltd. | Secure transfer of secrets for computing devices to access network resources |
| US10820194B2 (en)* | 2018-10-23 | 2020-10-27 | Duo Security, Inc. | Systems and methods for securing access to computing resources by an endpoint device |
| WO2020088783A1 (en)* | 2018-11-02 | 2020-05-07 | Telefonaktiebolaget Lm Ericsson (Publ) | Authentication of an original equipment manufacturer entity |
| US11595217B2 (en) | 2018-12-06 | 2023-02-28 | Digicert, Inc. | System and method for zero touch provisioning of IoT devices |
| US11394543B2 (en) | 2018-12-13 | 2022-07-19 | Coinbase, Inc. | System and method for secure sensitive data storage and recovery |
| US10664830B1 (en) | 2018-12-18 | 2020-05-26 | Capital One Services, Llc | Devices and methods for selective contactless communication |
| US11258794B2 (en)* | 2019-01-09 | 2022-02-22 | Hewlett Packard Enterprise Development Lp | Device category based authentication |
| US20200226581A1 (en) | 2019-01-11 | 2020-07-16 | Capital One Services, Llc | Systems and methods for touch screen interface interaction using a card overlay |
| US11037136B2 (en) | 2019-01-24 | 2021-06-15 | Capital One Services, Llc | Tap to autofill card data |
| US10467622B1 (en)* | 2019-02-01 | 2019-11-05 | Capital One Services, Llc | Using on-demand applications to generate virtual numbers for a contactless card to securely autofill forms |
| US10510074B1 (en) | 2019-02-01 | 2019-12-17 | Capital One Services, Llc | One-tap payment using a contactless card |
| US11120453B2 (en) | 2019-02-01 | 2021-09-14 | Capital One Services, Llc | Tap card to securely generate card data to copy to clipboard |
| US10425129B1 (en) | 2019-02-27 | 2019-09-24 | Capital One Services, Llc | Techniques to reduce power consumption in near field communication systems |
| CN110022305A (en)* | 2019-03-07 | 2019-07-16 | 北京华安普特网络科技有限公司 | Web portal security guard system and method |
| US10523708B1 (en) | 2019-03-18 | 2019-12-31 | Capital One Services, Llc | System and method for second factor authentication of customer support calls |
| US10984416B2 (en) | 2019-03-20 | 2021-04-20 | Capital One Services, Llc | NFC mobile currency transfer |
| US10535062B1 (en) | 2019-03-20 | 2020-01-14 | Capital One Services, Llc | Using a contactless card to securely share personal data stored in a blockchain |
| US10438437B1 (en) | 2019-03-20 | 2019-10-08 | Capital One Services, Llc | Tap to copy data to clipboard via NFC |
| US10643420B1 (en) | 2019-03-20 | 2020-05-05 | Capital One Services, Llc | Contextual tapping engine |
| US10970712B2 (en) | 2019-03-21 | 2021-04-06 | Capital One Services, Llc | Delegated administration of permissions using a contactless card |
| US10467445B1 (en) | 2019-03-28 | 2019-11-05 | Capital One Services, Llc | Devices and methods for contactless card alignment with a foldable mobile device |
| US11521262B2 (en) | 2019-05-28 | 2022-12-06 | Capital One Services, Llc | NFC enhanced augmented reality information overlays |
| US10977268B2 (en) | 2019-05-31 | 2021-04-13 | Snowflake Inc. | Data exchange |
| US10516447B1 (en) | 2019-06-17 | 2019-12-24 | Capital One Services, Llc | Dynamic power levels in NFC card communications |
| CO2019006711A1 (en)* | 2019-06-24 | 2019-07-10 | Banco Davivienda S A | System and method for the approval and disbursement of a loan quickly and quickly |
| US10871958B1 (en) | 2019-07-03 | 2020-12-22 | Capital One Services, Llc | Techniques to perform applet programming |
| US11392933B2 (en) | 2019-07-03 | 2022-07-19 | Capital One Services, Llc | Systems and methods for providing online and hybridcard interactions |
| US11694187B2 (en) | 2019-07-03 | 2023-07-04 | Capital One Services, Llc | Constraining transactional capabilities for contactless cards |
| US12086852B2 (en) | 2019-07-08 | 2024-09-10 | Capital One Services, Llc | Authenticating voice transactions with payment card |
| US10713649B1 (en) | 2019-07-09 | 2020-07-14 | Capital One Services, Llc | System and method enabling mobile near-field communication to update display on a payment card |
| US10885514B1 (en) | 2019-07-15 | 2021-01-05 | Capital One Services, Llc | System and method for using image data to trigger contactless card transactions |
| US10498401B1 (en) | 2019-07-15 | 2019-12-03 | Capital One Services, Llc | System and method for guiding card positioning using phone sensors |
| US11182771B2 (en) | 2019-07-17 | 2021-11-23 | Capital One Services, Llc | System for value loading onto in-vehicle device |
| US10832271B1 (en) | 2019-07-17 | 2020-11-10 | Capital One Services, Llc | Verified reviews using a contactless card |
| US10733601B1 (en) | 2019-07-17 | 2020-08-04 | Capital One Services, Llc | Body area network facilitated authentication or payment authorization |
| US11521213B2 (en) | 2019-07-18 | 2022-12-06 | Capital One Services, Llc | Continuous authentication for digital services based on contactless card positioning |
| US10506426B1 (en) | 2019-07-19 | 2019-12-10 | Capital One Services, Llc | Techniques for call authentication |
| US10541995B1 (en) | 2019-07-23 | 2020-01-21 | Capital One Services, Llc | First factor contactless card authentication system and method |
| CN114730420A (en) | 2019-08-01 | 2022-07-08 | 科恩巴斯公司 | System and method for generating signatures |
| WO2021046129A1 (en)* | 2019-09-03 | 2021-03-11 | Planaria Corp. | Blockchain event processing database system |
| CN110764965A (en)* | 2019-09-04 | 2020-02-07 | 深圳壹账通智能科技有限公司 | Process daemon method and device, electronic equipment and storage medium |
| CA3153291A1 (en) | 2019-10-02 | 2021-04-08 | Evan Lerner | Client device authentication using contactless legacy magnetic stripe data |
| US11432149B1 (en) | 2019-10-10 | 2022-08-30 | Wells Fargo Bank, N.A. | Self-sovereign identification via digital credentials for selected identity attributes |
| WO2021076868A1 (en)* | 2019-10-16 | 2021-04-22 | Coinbase, Inc. | Systems and methods for re-using cold storage keys |
| US10885410B1 (en) | 2019-12-23 | 2021-01-05 | Capital One Services, Llc | Generating barcodes utilizing cryptographic techniques |
| US11615395B2 (en) | 2019-12-23 | 2023-03-28 | Capital One Services, Llc | Authentication for third party digital wallet provisioning |
| US11651361B2 (en) | 2019-12-23 | 2023-05-16 | Capital One Services, Llc | Secure authentication based on passport data stored in a contactless card |
| US10657754B1 (en) | 2019-12-23 | 2020-05-19 | Capital One Services, Llc | Contactless card and personal identification system |
| US10733283B1 (en) | 2019-12-23 | 2020-08-04 | Capital One Services, Llc | Secure password generation and management using NFC and contactless smart cards |
| US11113685B2 (en) | 2019-12-23 | 2021-09-07 | Capital One Services, Llc | Card issuing with restricted virtual numbers |
| US10862540B1 (en) | 2019-12-23 | 2020-12-08 | Capital One Services, Llc | Method for mapping NFC field strength and location on mobile devices |
| US10853795B1 (en) | 2019-12-24 | 2020-12-01 | Capital One Services, Llc | Secure authentication based on identity data stored in a contactless card |
| US10664941B1 (en) | 2019-12-24 | 2020-05-26 | Capital One Services, Llc | Steganographic image encoding of biometric template information on a card |
| US11200563B2 (en) | 2019-12-24 | 2021-12-14 | Capital One Services, Llc | Account registration using a contactless card |
| US10909544B1 (en) | 2019-12-26 | 2021-02-02 | Capital One Services, Llc | Accessing and utilizing multiple loyalty point accounts |
| US10757574B1 (en) | 2019-12-26 | 2020-08-25 | Capital One Services, Llc | Multi-factor authentication providing a credential via a contactless card for secure messaging |
| US11038688B1 (en) | 2019-12-30 | 2021-06-15 | Capital One Services, Llc | Techniques to control applets for contactless cards |
| US10860914B1 (en) | 2019-12-31 | 2020-12-08 | Capital One Services, Llc | Contactless card and method of assembly |
| US11455620B2 (en) | 2019-12-31 | 2022-09-27 | Capital One Services, Llc | Tapping a contactless card to a computing device to provision a virtual number |
| US12282466B2 (en) | 2020-01-07 | 2025-04-22 | ALTR Solutions, Inc. | Communicating fine-grained application database access to a third-party agent |
| US11210656B2 (en) | 2020-04-13 | 2021-12-28 | Capital One Services, Llc | Determining specific terms for contactless card activation |
| US10915888B1 (en) | 2020-04-30 | 2021-02-09 | Capital One Services, Llc | Contactless card with multiple rotating security keys |
| US11823175B2 (en) | 2020-04-30 | 2023-11-21 | Capital One Services, Llc | Intelligent card unlock |
| US11222342B2 (en) | 2020-04-30 | 2022-01-11 | Capital One Services, Llc | Accurate images in graphical user interfaces to enable data transfer |
| US10861006B1 (en) | 2020-04-30 | 2020-12-08 | Capital One Services, Llc | Systems and methods for data access control using a short-range transceiver |
| US11030339B1 (en) | 2020-04-30 | 2021-06-08 | Capital One Services, Llc | Systems and methods for data access control of personal user data using a short-range transceiver |
| US11803631B2 (en)* | 2020-05-06 | 2023-10-31 | Arris Enterprises Llc | Binding a hardware security token to a host device to prevent exploitation by other host devices |
| US10963865B1 (en) | 2020-05-12 | 2021-03-30 | Capital One Services, Llc | Augmented reality card activation experience |
| US11063979B1 (en) | 2020-05-18 | 2021-07-13 | Capital One Services, Llc | Enabling communications between applications in a mobile operating system |
| US11100511B1 (en) | 2020-05-18 | 2021-08-24 | Capital One Services, Llc | Application-based point of sale system in mobile operating systems |
| US11017347B1 (en)* | 2020-07-09 | 2021-05-25 | Fourkites, Inc. | Supply chain visibility platform |
| US10997121B1 (en)* | 2020-07-17 | 2021-05-04 | Snowflake Inc. | Attachable-and-detachable database sessions |
| US11062098B1 (en) | 2020-08-11 | 2021-07-13 | Capital One Services, Llc | Augmented reality information display and interaction via NFC based authentication |
| US12165149B2 (en) | 2020-08-12 | 2024-12-10 | Capital One Services, Llc | Systems and methods for user verification via short-range transceiver |
| CN114329503A (en) | 2020-09-29 | 2022-04-12 | 伊姆西Ip控股有限责任公司 | Method, apparatus and computer program product for processing access management rights |
| US11165586B1 (en) | 2020-10-30 | 2021-11-02 | Capital One Services, Llc | Call center web-based authentication using a contactless card |
| US11482312B2 (en) | 2020-10-30 | 2022-10-25 | Capital One Services, Llc | Secure verification of medical status using a contactless card |
| US11373169B2 (en) | 2020-11-03 | 2022-06-28 | Capital One Services, Llc | Web-based activation of contactless cards |
| US12021861B2 (en)* | 2021-01-04 | 2024-06-25 | Bank Of America Corporation | Identity verification through multisystem cooperation |
| US11216799B1 (en) | 2021-01-04 | 2022-01-04 | Capital One Services, Llc | Secure generation of one-time passcodes using a contactless card |
| US11682012B2 (en) | 2021-01-27 | 2023-06-20 | Capital One Services, Llc | Contactless delivery systems and methods |
| US11792001B2 (en) | 2021-01-28 | 2023-10-17 | Capital One Services, Llc | Systems and methods for secure reprovisioning |
| US11562358B2 (en) | 2021-01-28 | 2023-01-24 | Capital One Services, Llc | Systems and methods for near field contactless card communication and cryptographic authentication |
| US11687930B2 (en) | 2021-01-28 | 2023-06-27 | Capital One Services, Llc | Systems and methods for authentication of access tokens |
| US11438329B2 (en) | 2021-01-29 | 2022-09-06 | Capital One Services, Llc | Systems and methods for authenticated peer-to-peer data transfer using resource locators |
| US11777933B2 (en) | 2021-02-03 | 2023-10-03 | Capital One Services, Llc | URL-based authentication for payment cards |
| US11574078B2 (en)* | 2021-02-24 | 2023-02-07 | Salesforce, Inc. | Real-time feature activation in distributed environment |
| US11637826B2 (en) | 2021-02-24 | 2023-04-25 | Capital One Services, Llc | Establishing authentication persistence |
| CN112966312B (en)* | 2021-03-02 | 2024-05-17 | 中国银联股份有限公司 | Data storage method, device, equipment and storage medium |
| US12143515B2 (en) | 2021-03-26 | 2024-11-12 | Capital One Services, Llc | Systems and methods for transaction card-based authentication |
| US11245438B1 (en) | 2021-03-26 | 2022-02-08 | Capital One Services, Llc | Network-enabled smart apparatus and systems and methods for activating and provisioning same |
| US12160419B2 (en) | 2021-04-15 | 2024-12-03 | Capital One Services, Llc | Authenticated messaging session with contactless card authentication |
| US11935035B2 (en) | 2021-04-20 | 2024-03-19 | Capital One Services, Llc | Techniques to utilize resource locators by a contactless card to perform a sequence of operations |
| US11961089B2 (en) | 2021-04-20 | 2024-04-16 | Capital One Services, Llc | On-demand applications to extend web services |
| US11902442B2 (en) | 2021-04-22 | 2024-02-13 | Capital One Services, Llc | Secure management of accounts on display devices using a contactless card |
| US11354555B1 (en) | 2021-05-04 | 2022-06-07 | Capital One Services, Llc | Methods, mediums, and systems for applying a display to a transaction card |
| US12301735B2 (en) | 2021-06-18 | 2025-05-13 | Capital One Services, Llc | Systems and methods for contactless card communication and multi-device key pair cryptographic authentication |
| US12335412B2 (en) | 2021-06-21 | 2025-06-17 | Capital One Services, Llc | Systems and methods for scalable cryptographic authentication of contactless cards |
| US12041172B2 (en) | 2021-06-25 | 2024-07-16 | Capital One Services, Llc | Cryptographic authentication to control access to storage devices |
| US12061682B2 (en) | 2021-07-19 | 2024-08-13 | Capital One Services, Llc | System and method to perform digital authentication using multiple channels of communication |
| US11922365B1 (en) | 2021-08-16 | 2024-03-05 | T-Mobile Usa, Inc. | Smart-shipping container with security and communications capabilities |
| US12062258B2 (en) | 2021-09-16 | 2024-08-13 | Capital One Services, Llc | Use of a payment card to unlock a lock |
| US11994938B2 (en)* | 2021-11-11 | 2024-05-28 | Samsung Electronics Co., Ltd. | Systems and methods for detecting intra-chip communication errors in a reconfigurable hardware system |
| US12020202B2 (en) | 2021-12-01 | 2024-06-25 | T-Mobile Usa, Inc. | Smart container and orchestration engine configured to dynamically adapt multi-carrier transport processes |
| US12069173B2 (en) | 2021-12-15 | 2024-08-20 | Capital One Services, Llc | Key recovery based on contactless card authentication |
| US12423453B2 (en)* | 2021-12-24 | 2025-09-23 | Intel Corporation | Methods and apparatus to control access to user data based on user-specified attributes |
| US11763001B1 (en)* | 2022-01-05 | 2023-09-19 | Robert DeCote | Anti-malware computer configuration |
| US12166750B2 (en) | 2022-02-08 | 2024-12-10 | Capital One Services, Llc | Systems and methods for secure access of storage |
| US12354077B2 (en) | 2022-06-23 | 2025-07-08 | Capital One Services, Llc | Mobile web browser authentication and checkout using a contactless card |
| US12052235B2 (en) | 2022-07-18 | 2024-07-30 | Cisco Technology, Inc. | Protecting non-HTTP and TCP/UDP applications in a ZTNA/webVPN environment |
| US12354104B2 (en) | 2022-08-09 | 2025-07-08 | Capital One Services, Llc | Methods and arrangements for proof of purchase |
| US12289396B2 (en) | 2022-08-18 | 2025-04-29 | Capital One Services, Llc | Parallel secret salt generation and authentication for encrypted communication |
| US12147983B2 (en) | 2023-01-13 | 2024-11-19 | Capital One Services, Llc | Systems and methods for multi-factor authentication using device tracking and identity verification |
| US12248832B2 (en) | 2023-03-07 | 2025-03-11 | Capital One Services, Llc | Systems and methods for steganographic image encoding and identity verification using same |
| US12335256B2 (en) | 2023-03-08 | 2025-06-17 | Capital One Services, Llc | Systems and methods for device binding authentication |
| US12248928B2 (en) | 2023-03-13 | 2025-03-11 | Capital One Services, Llc | Systems and methods of secure merchant payment over messaging platform using a contactless card |
| US12124903B2 (en) | 2023-03-16 | 2024-10-22 | Capital One Services, Llc | Card with a time-sensitive element and systems and methods for implementing the same |
| US12299672B2 (en) | 2023-03-30 | 2025-05-13 | Capital One Services, Llc | System and method for authentication with transaction cards |
| US12200135B2 (en) | 2023-06-13 | 2025-01-14 | Capital One Services, Llc | Contactless card-based authentication via web-browser |
| US12439253B2 (en) | 2024-01-02 | 2025-10-07 | Bank Of America Corporation | Single device-level passcode that provides automated access to multiple computing devices and passcode-protected applications and web sites/services |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US522133A (en)* | 1894-06-26 | Joseph van ruymbeke | ||
| US4446519A (en)* | 1981-05-26 | 1984-05-01 | Corban International, Ltd. | Method and apparatus for providing security for computer software |
| US4471163A (en)* | 1981-10-05 | 1984-09-11 | Donald Thomas C | Software protection system |
| US4478981A (en) | 1982-03-22 | 1984-10-23 | Petrarch Systems Inc. | Mixtures of polyacrylate resins and siloxane carbonate copolymers |
| US4723284A (en) | 1983-02-14 | 1988-02-02 | Prime Computer, Inc. | Authentication system |
| US4658093A (en)* | 1983-07-11 | 1987-04-14 | Hellman Martin E | Software distribution system |
| US4652990A (en)* | 1983-10-27 | 1987-03-24 | Remote Systems, Inc. | Protected software access control apparatus and method |
| US4748561A (en)* | 1984-05-14 | 1988-05-31 | Mark Brown | Method of protecting computer software |
| JPS6111409U (en) | 1984-06-27 | 1986-01-23 | マツダ株式会社 | vehicle height adjustment device |
| US4691355A (en) | 1984-11-09 | 1987-09-01 | Pirmasafe, Inc. | Interactive security control system for computer communications and the like |
| CA1216380A (en)* | 1984-11-09 | 1987-01-06 | Gordon J. Reesor | Digital tone detector |
| US4694492A (en) | 1984-11-09 | 1987-09-15 | Pirmasafe, Inc. | Computer communications security control system |
| US5168520A (en) | 1984-11-30 | 1992-12-01 | Security Dynamics Technologies, Inc. | Method and apparatus for personal identification |
| US4998279A (en) | 1984-11-30 | 1991-03-05 | Weiss Kenneth P | Method and apparatus for personal verification utilizing nonpredictable codes and biocharacteristics |
| US5144680A (en) | 1985-03-01 | 1992-09-01 | Mitsubishi Denki Kabushiki Kaisha | Individual identification recognition system |
| US4685055A (en)* | 1985-07-01 | 1987-08-04 | Thomas Richard B | Method and system for controlling use of protected software |
| US4864494A (en) | 1986-03-21 | 1989-09-05 | Computerized Data Ssytems For Mfg., Inc. | Software usage authorization system with key for decrypting/re-encrypting/re-transmitting moving target security codes from protected software |
| DE3679819D1 (en) | 1986-05-06 | 1991-07-18 | Siemens Ag | ARRANGEMENT AND METHOD FOR DETERMINING THE AUTHORIZATION OF PERSONS BY CHECKING YOUR FINGERPRINTS. |
| US4821118A (en) | 1986-10-09 | 1989-04-11 | Advanced Identification Systems, Inc. | Video image system for personal identification |
| US4977594A (en) | 1986-10-14 | 1990-12-11 | Electronic Publishing Resources, Inc. | Database usage metering and protection system and method |
| US4907268A (en) | 1986-11-03 | 1990-03-06 | Enigma Logic, Inc. | Methods and apparatus for controlling access to information processed a multi-user-accessible digital computer |
| US4916738A (en) | 1986-11-05 | 1990-04-10 | International Business Machines Corp. | Remote access terminal security |
| US4796220A (en) | 1986-12-15 | 1989-01-03 | Pride Software Development Corp. | Method of controlling the copying of software |
| US5038320A (en) | 1987-03-13 | 1991-08-06 | International Business Machines Corp. | Computer system with automatic initialization of pluggable option cards |
| US4866769A (en)* | 1987-08-05 | 1989-09-12 | Ibm Corporation | Hardware assist for protecting PC software |
| US4999806A (en)* | 1987-09-04 | 1991-03-12 | Fred Chernow | Software distribution system |
| US4837422A (en) | 1987-09-08 | 1989-06-06 | Juergen Dethloff | Multi-user card system |
| US4885789A (en) | 1988-02-01 | 1989-12-05 | International Business Machines Corporation | Remote trusted path mechanism for telnet |
| US5060263A (en) | 1988-03-09 | 1991-10-22 | Enigma Logic, Inc. | Computer access control system and method |
| US4962449A (en) | 1988-04-11 | 1990-10-09 | Artie Schlesinger | Computer security system having remote location recognition and remote location lock-out |
| CA1321649C (en) | 1988-05-19 | 1993-08-24 | Jeffrey R. Austin | Method and system for authentication |
| US5247575A (en) | 1988-08-16 | 1993-09-21 | Sprague Peter J | Information distribution system |
| US4932054A (en) | 1988-09-16 | 1990-06-05 | Chou Wayne W | Method and apparatus for protecting computer software utilizing coded filter network in conjunction with an active coded hardware device |
| US5023907A (en) | 1988-09-30 | 1991-06-11 | Apollo Computer, Inc. | Network license server |
| US4916691A (en) | 1988-10-28 | 1990-04-10 | American Telephone And Telegraph Company | Telecommunications switching system |
| CA2004457A1 (en) | 1988-12-06 | 1990-06-06 | Seigo Igaki | Minutia data extraction in fingerprint identification |
| JP2557510B2 (en) | 1988-12-29 | 1996-11-27 | 株式会社東芝 | Personal authentication device |
| US5790536A (en) | 1989-01-31 | 1998-08-04 | Norand Corporation | Hierarchical communication system providing intelligent data, program and processing migration |
| US5199066A (en) | 1989-04-18 | 1993-03-30 | Special Effects Software, Inc. | Method and apparatus for protecting software |
| US5113499A (en) | 1989-04-28 | 1992-05-12 | Sprint International Communications Corp. | Telecommunication access management system for a packet switching network |
| US5560008A (en) | 1989-05-15 | 1996-09-24 | International Business Machines Corporation | Remote authentication and authorization in a distributed data processing system |
| DE69029759T2 (en) | 1989-05-15 | 1997-07-17 | International Business Machines Corp., Armonk, N.Y. | Flexible interface for authentication services in a distributed data processing system |
| JPH0388052A (en) | 1989-08-31 | 1991-04-12 | Toshiba Corp | Security processing method |
| US5138712A (en)* | 1989-10-02 | 1992-08-11 | Sun Microsystems, Inc. | Apparatus and method for licensing software on a network of computers |
| US5048085A (en)* | 1989-10-06 | 1991-09-10 | International Business Machines Corporation | Transaction system security method and apparatus |
| US5095194A (en) | 1989-10-12 | 1992-03-10 | Joseph Barbanell | Holographic credit card with automatical authentication and verification |
| FR2653914A1 (en) | 1989-10-27 | 1991-05-03 | Trt Telecom Radio Electr | SYSTEM FOR AUTHENTICATING A MICROCIRCUIT CARD BY A PERSONAL MICROCOMPUTER, AND METHOD FOR ITS IMPLEMENTATION |
| US5210797A (en) | 1989-10-30 | 1993-05-11 | Kokusan Kinzoku Kogyo Kabushiki Kaisha | Adaptive dictionary for a fingerprint recognizer |
| KR930005570B1 (en) | 1989-11-13 | 1993-06-23 | 주식회사 금성사 | Fingerprint reader using hologram |
| US4993068A (en) | 1989-11-27 | 1991-02-12 | Motorola, Inc. | Unforgeable personal identification system |
| US5265162A (en) | 1990-01-16 | 1993-11-23 | George Bush | Portable pin card |
| US5146102A (en) | 1990-02-22 | 1992-09-08 | Kabushiki Kaisha Toshiba | Fingerprint image input apparatus including a cylindrical lens |
| US5321242A (en) | 1991-12-09 | 1994-06-14 | Brinks, Incorporated | Apparatus and method for controlled access to a secured location |
| EP0456386B1 (en) | 1990-05-11 | 1998-11-11 | International Computers Limited | Access control in a distributed computer system |
| GB2244164A (en) | 1990-05-18 | 1991-11-20 | Philips Electronic Associated | Fingerprint sensing |
| JPH0424889A (en) | 1990-05-21 | 1992-01-28 | Toshiba Corp | IC card with personal authentication function |
| US5414844A (en)* | 1990-05-24 | 1995-05-09 | International Business Machines Corporation | Method and system for controlling public access to a plurality of data objects within a data processing system |
| US5032979A (en) | 1990-06-22 | 1991-07-16 | International Business Machines Corporation | Distributed security auditing subsystem for an operating system |
| US5204961A (en) | 1990-06-25 | 1993-04-20 | Digital Equipment Corporation | Computer network operating with multilevel hierarchical security with selectable common trust realms and corresponding security protocols |
| JP2652264B2 (en)* | 1990-07-19 | 1997-09-10 | 国際電信電話株式会社 | Interference canceller and transmitter / receiver |
| US5091942A (en) | 1990-07-23 | 1992-02-25 | Ericsson Ge Mobile Communications Holding, Inc. | Authentication system for digital cellular communications |
| US5230025A (en) | 1990-08-31 | 1993-07-20 | Digital Biometrics, Inc. | Method and apparatus for capturing skin print images |
| US5224163A (en) | 1990-09-28 | 1993-06-29 | Digital Equipment Corporation | Method for delegating authorization from one entity to another through the use of session encryption keys |
| US5315657A (en) | 1990-09-28 | 1994-05-24 | Digital Equipment Corporation | Compound principals in access control lists |
| US5081676A (en) | 1990-10-04 | 1992-01-14 | Chou Wayne W | Method and apparatus for protecting multiple copies of computer software from unauthorized use |
| JPH04147385A (en) | 1990-10-11 | 1992-05-20 | Matsushita Electric Ind Co Ltd | personal identification device |
| US5103476A (en) | 1990-11-07 | 1992-04-07 | Waite David P | Secure system for activating personal computer software at remote locations |
| US5222134A (en) | 1990-11-07 | 1993-06-22 | Tau Systems Corporation | Secure system for activating personal computer software at remote locations |
| KR930001001Y1 (en) | 1990-11-17 | 1993-03-02 | 주식회사 금성사 | Fingerprint recognition apparatus |
| US5239583A (en) | 1991-04-10 | 1993-08-24 | Parrillo Larry A | Method and apparatus for improved security using access codes |
| US5182770A (en)* | 1991-04-19 | 1993-01-26 | Geza Medveczky | System and apparatus for protecting computer software |
| US5237614A (en) | 1991-06-07 | 1993-08-17 | Security Dynamics Technologies, Inc. | Integrated network security system |
| US5229764A (en)* | 1991-06-20 | 1993-07-20 | Matchett Noel D | Continuous biometric authentication matrix |
| US5260999A (en)* | 1991-06-28 | 1993-11-09 | Digital Equipment Corporation | Filters in license management system |
| US5940504A (en)* | 1991-07-01 | 1999-08-17 | Infologic Software, Inc. | Licensing management system and method in which datagrams including an address of a licensee and indicative of use of a licensed product are sent from the licensee's site |
| US5577209A (en) | 1991-07-11 | 1996-11-19 | Itt Corporation | Apparatus and method for providing multi-level security for communication among computers and terminals on a network |
| DE9109977U1 (en) | 1991-08-12 | 1992-12-24 | Intelligent Solution Services Gmbh, 8051 Marzling | Memory card with copy protection device |
| US5153919A (en) | 1991-09-13 | 1992-10-06 | At&T Bell Laboratories | Service provision authentication protocol |
| US5222133A (en) | 1991-10-17 | 1993-06-22 | Wayne W. Chou | Method of protecting computer software from unauthorized execution using multiple keys |
| US5222152A (en) | 1991-11-19 | 1993-06-22 | Digital Biometrics, Inc. | Portable fingerprint scanning apparatus for identification verification |
| US5249230A (en) | 1991-11-21 | 1993-09-28 | Motorola, Inc. | Authentication system |
| US5329573A (en) | 1991-11-27 | 1994-07-12 | At&T Bell Laboratories | Arrangement for obtaining authentication key parameters in a cellular mobile telecommunications switching network |
| US5276314A (en) | 1992-04-03 | 1994-01-04 | International Business Machines Corporation | Identity verification system resistant to compromise by observation of its use |
| US5291598A (en) | 1992-04-07 | 1994-03-01 | Gregory Grundy | Method and system for decentralized manufacture of copy-controlled software |
| US5528490A (en) | 1992-04-10 | 1996-06-18 | Charles E. Hill & Associates, Inc. | Electronic catalog system and method |
| US5276735A (en) | 1992-04-17 | 1994-01-04 | Secure Computing Corporation | Data enclave and trusted path system |
| US5315658B1 (en) | 1992-04-20 | 1995-09-12 | Silvio Micali | Fair cryptosystems and methods of use |
| EP0566811A1 (en) | 1992-04-23 | 1993-10-27 | International Business Machines Corporation | Authentication method and system with a smartcard |
| US5418854A (en) | 1992-04-28 | 1995-05-23 | Digital Equipment Corporation | Method and apparatus for protecting the confidentiality of passwords in a distributed data processing system |
| US5485409A (en) | 1992-04-30 | 1996-01-16 | International Business Machines Corporation | Automated penetration analysis system and method |
| JPH05333775A (en) | 1992-06-03 | 1993-12-17 | Toshiba Corp | User authentication system |
| DE69316009T2 (en) | 1992-06-12 | 1998-04-23 | Dow Benelux | SAFE FRONT END CONNECTION SYSTEM AND METHOD FOR PROCESS CONTROLLER |
| EP0581421B1 (en) | 1992-07-20 | 2003-01-15 | Compaq Computer Corporation | Method and system for certificate based alias detection |
| US5235642A (en) | 1992-07-21 | 1993-08-10 | Digital Equipment Corporation | Access control subsystem and method for distributed computer system using locally cached authentication credentials |
| US5228764A (en)* | 1992-08-10 | 1993-07-20 | General Electric Company | Refrigerator shelf assembly |
| US5251259A (en) | 1992-08-20 | 1993-10-05 | Mosley Ernest D | Personal identification system |
| JP2519390B2 (en) | 1992-09-11 | 1996-07-31 | インターナショナル・ビジネス・マシーンズ・コーポレイション | DATA COMMUNICATION METHOD AND DEVICE |
| NZ255971A (en) | 1992-09-21 | 1997-05-26 | Uniloc Singapore Private Ltd | Software registration and licensing system uses matching of licensee indentification codes |
| US5349642A (en) | 1992-11-03 | 1994-09-20 | Novell, Inc. | Method and apparatus for authentication of client server communication |
| US5509070A (en)* | 1992-12-15 | 1996-04-16 | Softlock Services Inc. | Method for encouraging purchase of executable and non-executable software |
| US5373561A (en) | 1992-12-21 | 1994-12-13 | Bell Communications Research, Inc. | Method of extending the validity of a cryptographic certificate |
| US5586260A (en) | 1993-02-12 | 1996-12-17 | Digital Equipment Corporation | Method and apparatus for authenticating a client to a server in computer systems which support different security mechanisms |
| US5351303A (en) | 1993-02-25 | 1994-09-27 | Willmore Michael R | Infra-red imaging and pattern recognition system |
| US5483658A (en) | 1993-02-26 | 1996-01-09 | Grube; Gary W. | Detection of unauthorized use of software applications in processing devices |
| US5379343A (en) | 1993-02-26 | 1995-01-03 | Motorola, Inc. | Detection of unauthorized use of software applications in communication units |
| US5442708A (en) | 1993-03-09 | 1995-08-15 | Uunet Technologies, Inc. | Computer network encryption/decryption device |
| US5444782A (en) | 1993-03-09 | 1995-08-22 | Uunet Technologies, Inc. | Computer network encryption/decryption device |
| US5349643A (en) | 1993-05-10 | 1994-09-20 | International Business Machines Corporation | System and method for secure initial program load for diskless workstations |
| US5649099A (en) | 1993-06-04 | 1997-07-15 | Xerox Corporation | Method for delegating access rights through executable access control program without delegating access rights not in a specification to any intermediary nor comprising server security |
| US5337357A (en)* | 1993-06-17 | 1994-08-09 | Software Security, Inc. | Method of software distribution protection |
| US5667235A (en)* | 1993-07-27 | 1997-09-16 | Teksource, Lc | Multi-adjustable wheelchair |
| JP3053527B2 (en) | 1993-07-30 | 2000-06-19 | インターナショナル・ビジネス・マシーンズ・コーポレイション | Method and apparatus for validating a password, method and apparatus for generating and preliminary validating a password, method and apparatus for controlling access to resources using an authentication code |
| FI97517C (en) | 1993-09-06 | 1996-12-27 | Nokia Mobile Phones Ltd | Transmission of packet data in a digital cellular network |
| US5677953A (en) | 1993-09-14 | 1997-10-14 | Spyrus, Inc. | System and method for access control for portable data storage media |
| NL9301633A (en) | 1993-09-21 | 1995-04-18 | Nederland Ptt | Method for identifying users of telematics servers. |
| US5343529A (en) | 1993-09-28 | 1994-08-30 | Milton Goldfine | Transaction authentication using a centrally generated transaction identifier |
| US5590199A (en) | 1993-10-12 | 1996-12-31 | The Mitre Corporation | Electronic information network user authentication and authorization system |
| US6088590A (en) | 1993-11-01 | 2000-07-11 | Omnipoint Corporation | Method and system for mobile controlled handoff and link maintenance in spread spectrum communication |
| US6094575A (en) | 1993-11-01 | 2000-07-25 | Omnipoint Corporation | Communication system and method |
| US6021333A (en) | 1993-11-01 | 2000-02-01 | Omnipoint Corporation | Method and system for transferring information within a mobile communication system |
| US5371794A (en) | 1993-11-02 | 1994-12-06 | Sun Microsystems, Inc. | Method and apparatus for privacy and authentication in wireless networks |
| US5455953A (en) | 1993-11-03 | 1995-10-03 | Wang Laboratories, Inc. | Authorization system for obtaining in single step both identification and access rights of client to server directly from encrypted authorization ticket |
| US5572673A (en) | 1993-12-01 | 1996-11-05 | Sybase, Inc. | Secure multi-level system for executing stored procedures |
| AU1265195A (en) | 1993-12-06 | 1995-06-27 | Telequip Corporation | Secure computer memory card |
| US5481611A (en) | 1993-12-09 | 1996-01-02 | Gte Laboratories Incorporated | Method and apparatus for entity authentication |
| SE9304119D0 (en) | 1993-12-10 | 1993-12-10 | Ericsson Ge Mobile Communicat | Devices and mobile stations for providing packaged data communication in digital TDMA cellular systems |
| EP1235177A3 (en) | 1993-12-16 | 2003-10-08 | divine technology ventures | Digital active advertising |
| US5513261A (en) | 1993-12-29 | 1996-04-30 | At&T Corp. | Key management scheme for use with electronic cards |
| US5412654A (en) | 1994-01-10 | 1995-05-02 | International Business Machines Corporation | Highly dynamic destination-sequenced destination vector routing for mobile computers |
| US5666411A (en) | 1994-01-13 | 1997-09-09 | Mccarty; Johnnie C. | System for computer software protection |
| US5483596A (en) | 1994-01-24 | 1996-01-09 | Paralon Technologies, Inc. | Apparatus and method for controlling access to and interconnection of computer system resources |
| JP3240804B2 (en) | 1994-02-18 | 2001-12-25 | 株式会社村田製作所 | Circuit module manufacturing method |
| JPH07231160A (en) | 1994-02-18 | 1995-08-29 | Hitachi Techno Eng Co Ltd | Reflow soldering equipment |
| DE4411451C1 (en) | 1994-04-01 | 1995-05-04 | Daimler Benz Ag | Vehicle security device with electronic use authorisation encoding |
| US5757907A (en) | 1994-04-25 | 1998-05-26 | International Business Machines Corporation | Method and apparatus for enabling trial period use of software products: method and apparatus for generating a machine-dependent identification |
| CA2143874C (en)* | 1994-04-25 | 2000-06-20 | Thomas Edward Cooper | Method and apparatus for enabling trial period use of software products: method and apparatus for utilizing a decryption stub |
| US5544322A (en) | 1994-05-09 | 1996-08-06 | International Business Machines Corporation | System and method for policy-based inter-realm authentication within a distributed processing system |
| US5539828A (en) | 1994-05-31 | 1996-07-23 | Intel Corporation | Apparatus and method for providing secured communications |
| US5511122A (en) | 1994-06-03 | 1996-04-23 | The United States Of America As Represented By The Secretary Of The Navy | Intermediate network authentication |
| US5416842A (en) | 1994-06-10 | 1995-05-16 | Sun Microsystems, Inc. | Method and apparatus for key-management scheme for use with internet protocols at site firewalls |
| US5550896A (en) | 1994-06-30 | 1996-08-27 | Lucent Technologies Inc. | Authentication hierarchical structure of switching nodes for storage of authentication information |
| US5546463A (en) | 1994-07-12 | 1996-08-13 | Information Resource Engineering, Inc. | Pocket encrypting and authenticating communications device |
| US5778071A (en) | 1994-07-12 | 1998-07-07 | Information Resource Engineering, Inc. | Pocket encrypting and authenticating communications device |
| US5999711A (en) | 1994-07-18 | 1999-12-07 | Microsoft Corporation | Method and system for providing certificates holding authentication and authorization information for users/machines |
| US5535276A (en) | 1994-11-09 | 1996-07-09 | Bell Atlantic Network Services, Inc. | Yaksha, an improved system and method for securing communications using split private key asymmetric cryptography |
| US5748735A (en) | 1994-07-18 | 1998-05-05 | Bell Atlantic Network Services, Inc. | Securing E-mail communications and encrypted file storage using yaksha split private key asymmetric cryptography |
| AU698454B2 (en) | 1994-07-19 | 1998-10-29 | Certco Llc | Method for securely using digital signatures in a commercial cryptographic system |
| WO1996007256A1 (en) | 1994-08-30 | 1996-03-07 | Kokusai Denshin Denwa Co., Ltd. | Certifying system |
| JPH0897852A (en) | 1994-09-22 | 1996-04-12 | N T T Data Tsushin Kk | Mobile mail system |
| JPH08153072A (en) | 1994-09-30 | 1996-06-11 | Toshiba Corp | Computer system and computer system management method |
| US5715314A (en) | 1994-10-24 | 1998-02-03 | Open Market, Inc. | Network sales system |
| DE69433509T2 (en) | 1994-10-27 | 2004-12-23 | International Business Machines Corp. | METHOD AND DEVICE FOR SAFE IDENTIFICATION OF A MOBILE PARTICIPANT IN A COMMUNICATION NETWORK |
| FR2727269B1 (en) | 1994-11-21 | 1997-01-17 | Allegre Francois | ACCESS CONTROL SYSTEM FOR COMPUTER MACHINES CONNECTED IN A PRIVATE NETWORK |
| US5629980A (en) | 1994-11-23 | 1997-05-13 | Xerox Corporation | System for controlling the distribution and use of digital works |
| US5634012A (en) | 1994-11-23 | 1997-05-27 | Xerox Corporation | System for controlling the distribution and use of digital works having a fee reporting mechanism |
| US5870723A (en) | 1994-11-28 | 1999-02-09 | Pare, Jr.; David Ferrin | Tokenless biometric transaction authorization method and system |
| US5615277A (en) | 1994-11-28 | 1997-03-25 | Hoffman; Ned | Tokenless security system for authorizing access to a secured computer system |
| US5613012A (en) | 1994-11-28 | 1997-03-18 | Smarttouch, Llc. | Tokenless identification system for authorization of electronic transactions and electronic transmissions |
| US5655077A (en) | 1994-12-13 | 1997-08-05 | Microsoft Corporation | Method and system for authenticating access to heterogeneous computing services |
| CA2138302C (en) | 1994-12-15 | 1999-05-25 | Michael S. Fortinsky | Provision of secure access to external resources from a distributed computing environment |
| DE69532992T2 (en) | 1995-01-05 | 2005-04-07 | Ntt Mobile Communications Network Inc. | LARGE MOBILE COMMUNICATION SYSTEM AND METHOD THEREFOR |
| US5892900A (en)* | 1996-08-30 | 1999-04-06 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
| CN101398871B (en) | 1995-02-13 | 2011-05-18 | 英特特拉斯特技术公司 | Systems and methods for secure transaction management and electronic rights protection |
| US5588059A (en) | 1995-03-02 | 1996-12-24 | Motorola, Inc. | Computer system and method for secure remote communication sessions |
| US5706349A (en) | 1995-03-06 | 1998-01-06 | International Business Machines Corporation | Authenticating remote users in a distributed environment |
| JP3463399B2 (en) | 1995-03-13 | 2003-11-05 | 富士通株式会社 | Communication system, access response device, and access request device |
| US5710884A (en)* | 1995-03-29 | 1998-01-20 | Intel Corporation | System for automatically updating personal profile server with updates to additional user information gathered from monitoring user's electronic consuming habits generated on computer during use |
| US5679945A (en) | 1995-03-31 | 1997-10-21 | Cybermark, L.L.C. | Intelligent card reader having emulation features |
| US5590197A (en) | 1995-04-04 | 1996-12-31 | V-One Corporation | Electronic payment system and method |
| US5677955A (en) | 1995-04-07 | 1997-10-14 | Financial Services Technology Consortium | Electronic funds transfer instruments |
| JPH08305662A (en) | 1995-05-02 | 1996-11-22 | Fujitsu Ltd | Client authentication system and method |
| US5606615A (en) | 1995-05-16 | 1997-02-25 | Lapointe; Brian K. | Computer security system |
| US5696898A (en) | 1995-06-06 | 1997-12-09 | Lucent Technologies Inc. | System and method for database access control |
| CA2176775C (en) | 1995-06-06 | 1999-08-03 | Brenda Sue Baker | System and method for database access administration |
| US5708780A (en) | 1995-06-07 | 1998-01-13 | Open Market, Inc. | Internet server access control and monitoring systems |
| CA2221506A1 (en) | 1995-06-07 | 1996-12-27 | Thomas Mark Levergood | Internet server access control and monitoring system |
| US5721908A (en) | 1995-06-07 | 1998-02-24 | International Business Machines Corporation | Computer network for WWW server data access over internet |
| US5696824A (en) | 1995-06-07 | 1997-12-09 | E-Comm Incorporated | System for detecting unauthorized account access |
| US5790677A (en) | 1995-06-29 | 1998-08-04 | Microsoft Corporation | System and method for secure electronic commerce transactions |
| US5778072A (en) | 1995-07-07 | 1998-07-07 | Sun Microsystems, Inc. | System and method to transparently integrate private key operations from a smart card with host-based encryption services |
| EP0842471A4 (en) | 1995-07-31 | 2006-11-08 | Hewlett Packard Co | Method and apparatus for operating resources under control of a security module or other secure processor |
| JP3582169B2 (en) | 1995-08-15 | 2004-10-27 | Kddi株式会社 | Relay device between heterogeneous mobile communication networks |
| US5742759A (en) | 1995-08-18 | 1998-04-21 | Sun Microsystems, Inc. | Method and system for facilitating access control to system resources in a distributed computer system |
| JP3398530B2 (en) | 1995-08-23 | 2003-04-21 | 日本電信電話株式会社 | Network system, its operation processing method and access method used |
| US5809144A (en) | 1995-08-24 | 1998-09-15 | Carnegie Mellon University | Method and apparatus for purchasing and delivering digital goods over a network |
| US5657390A (en) | 1995-08-25 | 1997-08-12 | Netscape Communications Corporation | Secure socket layer application program apparatus and method |
| JPH0981519A (en) | 1995-09-08 | 1997-03-28 | Kiyadeitsukusu:Kk | Authentication method on network |
| AR003524A1 (en) | 1995-09-08 | 1998-08-05 | Cyber Sign Japan Inc | A VERIFICATION SERVER TO BE USED IN THE AUTHENTICATION OF COMPUTER NETWORKS. |
| EP0762261A3 (en) | 1995-09-08 | 1999-12-22 | Cadix Inc. | A verification server and authentication method for use in authentication on networks |
| JP3361661B2 (en) | 1995-09-08 | 2003-01-07 | 株式会社キャディックス | Authentication method on the network |
| JPH0981520A (en) | 1995-09-08 | 1997-03-28 | Kiyadeitsukusu:Kk | Collation server used for authentication on network |
| US5721781A (en) | 1995-09-13 | 1998-02-24 | Microsoft Corporation | Authentication system and method for smart card transactions |
| US5717757A (en) | 1996-08-29 | 1998-02-10 | Micali; Silvio | Certificate issue lists |
| US5666416A (en) | 1995-10-24 | 1997-09-09 | Micali; Silvio | Certificate revocation system |
| US5717758A (en) | 1995-11-02 | 1998-02-10 | Micall; Silvio | Witness-based certificate revocation system |
| US5793868A (en) | 1996-08-29 | 1998-08-11 | Micali; Silvio | Certificate revocation system |
| US5604804A (en) | 1996-04-23 | 1997-02-18 | Micali; Silvio | Method for certifying public keys in a digital signature scheme |
| US5717756A (en)* | 1995-10-12 | 1998-02-10 | International Business Machines Corporation | System and method for providing masquerade protection in a computer network using hardware and timestamp-specific single use keys |
| US5765152A (en) | 1995-10-13 | 1998-06-09 | Trustees Of Dartmouth College | System and method for managing copyrighted electronic media |
| US5757914A (en) | 1995-10-26 | 1998-05-26 | Sun Microsystems, Inc. | System and method for protecting use of dynamically linked executable modules |
| US5687235A (en) | 1995-10-26 | 1997-11-11 | Novell, Inc. | Certificate revocation performance optimization |
| US5826029A (en) | 1995-10-31 | 1998-10-20 | International Business Machines Corporation | Secured gateway interface |
| US5699431A (en) | 1995-11-13 | 1997-12-16 | Northern Telecom Limited | Method for efficient management of certificate revocation lists and update information |
| KR0170500B1 (en) | 1995-11-18 | 1999-03-30 | 양승택 | Multiprocessor system |
| US6279112B1 (en) | 1996-10-29 | 2001-08-21 | Open Market, Inc. | Controlled transfer of information in computer networks |
| US5708709A (en) | 1995-12-08 | 1998-01-13 | Sun Microsystems, Inc. | System and method for managing try-and-buy usage of application programs |
| US5771291A (en) | 1995-12-11 | 1998-06-23 | Newton; Farrell | User identification and authentication system using ultra long identification keys and ultra large databases of identification keys for secure remote terminal access to a host computer |
| US5864757A (en) | 1995-12-12 | 1999-01-26 | Bellsouth Corporation | Methods and apparatus for locking communications devices |
| US5774552A (en) | 1995-12-13 | 1998-06-30 | Ncr Corporation | Method and apparatus for retrieving X.509 certificates from an X.500 directory |
| US5943423A (en) | 1995-12-15 | 1999-08-24 | Entegrity Solutions Corporation | Smart token system for secure electronic transactions and identification |
| US5826011A (en)* | 1995-12-26 | 1998-10-20 | Rainbow Technologies, Inc. | Method of metering and protecting computer software |
| US5761306A (en) | 1996-02-22 | 1998-06-02 | Visa International Service Association | Key replacement in a public key cryptosystem |
| DE69704684T2 (en) | 1996-02-23 | 2004-07-15 | Fuji Xerox Co., Ltd. | Device and method for authenticating a user's access rights to resources according to the challenge-response principle |
| US5987134A (en) | 1996-02-23 | 1999-11-16 | Fuji Xerox Co., Ltd. | Device and method for authenticating user's access rights to resources |
| US5737523A (en) | 1996-03-04 | 1998-04-07 | Sun Microsystems, Inc. | Methods and apparatus for providing dynamic network file system client authentication |
| US5758069A (en)* | 1996-03-15 | 1998-05-26 | Novell, Inc. | Electronic licensing system |
| US5818936A (en) | 1996-03-15 | 1998-10-06 | Novell, Inc. | System and method for automically authenticating a user in a distributed network system |
| US5815665A (en) | 1996-04-03 | 1998-09-29 | Microsoft Corporation | System and method for providing trusted brokering services over a distributed network |
| US6377994B1 (en)* | 1996-04-15 | 2002-04-23 | International Business Machines Corporation | Method and apparatus for controlling server access to a resource in a client/server system |
| US5864620A (en)* | 1996-04-24 | 1999-01-26 | Cybersource Corporation | Method and system for controlling distribution of software in a multitiered distribution chain |
| US6014561A (en) | 1996-05-06 | 2000-01-11 | Ericsson Inc. | Method and apparatus for over the air activation of a multiple mode/band radio telephone handset |
| US5943425A (en) | 1996-05-10 | 1999-08-24 | Lucent Technologies, Inc. | Re-authentication procedure for over-the-air activation |
| US6085320A (en) | 1996-05-15 | 2000-07-04 | Rsa Security Inc. | Client/server protocol for proving authenticity |
| CN104376032A (en) | 1996-05-15 | 2015-02-25 | 英特托拉斯技术公司 | Cryptographic methods, apparatus and systems for storage media electronic rights management in closed and connected appliances |
| US5740361A (en) | 1996-06-03 | 1998-04-14 | Compuserve Incorporated | System for remote pass-phrase authentication |
| US5781723A (en) | 1996-06-03 | 1998-07-14 | Microsoft Corporation | System and method for self-identifying a portable information device to a computing unit |
| US5708655A (en) | 1996-06-14 | 1998-01-13 | Telefonaktiebolaget L M Ericsson Publ | Method and apparatus for addressing a wireless communication station with a dynamically-assigned address |
| US5729537A (en) | 1996-06-14 | 1998-03-17 | Telefonaktiebolaget L M Ericsson (Publ) | Method and apparatus for providing anonymous data transfer in a communication system |
| US6072870A (en) | 1996-06-17 | 2000-06-06 | Verifone Inc. | System, method and article of manufacture for a gateway payment architecture utilizing a multichannel, extensible, flexible architecture |
| US6088451A (en) | 1996-06-28 | 2000-07-11 | Mci Communications Corporation | Security system and method for network element access |
| US5809145A (en)* | 1996-06-28 | 1998-09-15 | Paradata Systems Inc. | System for distributing digital information |
| US5884148A (en) | 1996-07-08 | 1999-03-16 | Omnipoint Corporation | Wireless local loop system and method |
| AU3723497A (en) | 1996-07-10 | 1998-02-02 | American Pcs Communications, Llc | A gateway unit |
| DE19632025C2 (en) | 1996-08-08 | 1998-07-23 | Daimler Benz Ag | Authentication device with electronic authentication communication |
| US5828833A (en) | 1996-08-15 | 1998-10-27 | Electronic Data Systems Corporation | Method and system for allowing remote procedure calls through a network firewall |
| US5892902A (en) | 1996-09-05 | 1999-04-06 | Clark; Paul C. | Intelligent token protected system with network authentication |
| US5926624A (en) | 1996-09-12 | 1999-07-20 | Audible, Inc. | Digital information library and delivery system with logic for generating files targeted to the playback device |
| US5983350A (en)* | 1996-09-18 | 1999-11-09 | Secure Computing Corporation | Secure firewall supporting different levels of authentication based on address or encryption status |
| US6055637A (en) | 1996-09-27 | 2000-04-25 | Electronic Data Systems Corporation | System and method for accessing enterprise-wide resources by presenting to the resource a temporary credential |
| US5956404A (en) | 1996-09-30 | 1999-09-21 | Schneier; Bruce | Digital signature with auditing bits |
| US6047376A (en) | 1996-10-18 | 2000-04-04 | Toshiba Information Systems (Japan) Corporation | Client-server system, server access authentication method, memory medium stores server-access authentication programs, and issuance device which issues the memory medium contents |
| US6006332A (en) | 1996-10-21 | 1999-12-21 | Case Western Reserve University | Rights management system for digital media |
| US6212634B1 (en) | 1996-11-15 | 2001-04-03 | Open Market, Inc. | Certifying authorization in computer networks |
| US5903652A (en)* | 1996-11-25 | 1999-05-11 | Microsoft Corporation | System and apparatus for monitoring secure information in a computer network |
| US5784463A (en) | 1996-12-04 | 1998-07-21 | V-One Corporation | Token distribution, registration, and dynamic configuration of user entitlement for an application level security system and method |
| US6005939A (en) | 1996-12-06 | 1999-12-21 | International Business Machines Corporation | Method and apparatus for storing an internet user's identity and access rights to world wide web resources |
| US7149815B1 (en) | 1996-12-06 | 2006-12-12 | The Distribution Systems Research Institute | Integrated information communication system using internet protocol |
| US5845070A (en) | 1996-12-18 | 1998-12-01 | Auric Web Systems, Inc. | Security system for internet provider transaction |
| US5889958A (en) | 1996-12-20 | 1999-03-30 | Livingston Enterprises, Inc. | Network access control system and process |
| US6035402A (en) | 1996-12-20 | 2000-03-07 | Gte Cybertrust Solutions Incorporated | Virtual certificate authority |
| JP2001508883A (en) | 1996-12-20 | 2001-07-03 | ファイナンシャル サーヴィシーズ テクノロジー コンソーティアム | Method and system for processing electronic documents |
| US5872915A (en) | 1996-12-23 | 1999-02-16 | International Business Machines Corporation | Computer apparatus and method for providing security checking for software applications accessed via the World-Wide Web |
| US6496704B2 (en) | 1997-01-07 | 2002-12-17 | Verizon Laboratories Inc. | Systems and methods for internetworking data networks having mobility management functions |
| US6061346A (en) | 1997-01-17 | 2000-05-09 | Telefonaktiebolaget Lm Ericsson (Publ) | Secure access method, and associated apparatus, for accessing a private IP network |
| US6041357A (en)* | 1997-02-06 | 2000-03-21 | Electric Classified, Inc. | Common session token system and protocol |
| US5923756A (en) | 1997-02-12 | 1999-07-13 | Gte Laboratories Incorporated | Method for providing secure remote command execution over an insecure computer network |
| US5908469A (en) | 1997-02-14 | 1999-06-01 | International Business Machines Corporation | Generic user authentication for network computers |
| US6075860A (en) | 1997-02-19 | 2000-06-13 | 3Com Corporation | Apparatus and method for authentication and encryption of a remote terminal over a wireless link |
| US5922074A (en) | 1997-02-28 | 1999-07-13 | Xcert Software, Inc. | Method of and apparatus for providing secure distributed directory services and public key infrastructure |
| US20020133412A1 (en) | 1997-03-07 | 2002-09-19 | David M. Oliver | System for management of transactions on networks |
| US5982898A (en) | 1997-03-07 | 1999-11-09 | At&T Corp. | Certification process |
| US5903721A (en) | 1997-03-13 | 1999-05-11 | cha|Technologies Services, Inc. | Method and system for secure online transaction processing |
| US6195546B1 (en) | 1997-03-14 | 2001-02-27 | Nortel Networks Limited | Method and apparatus for network initiated parameter updating |
| US5867665A (en) | 1997-03-24 | 1999-02-02 | Pfn, Inc | Domain communications server |
| US6137791A (en) | 1997-03-25 | 2000-10-24 | Ericsson Telefon Ab L M | Communicating packet data with a mobile station roaming within an incompatible mobile network |
| US6041411A (en) | 1997-03-28 | 2000-03-21 | Wyatt; Stuart Alan | Method for defining and verifying user access rights to a computer information |
| US6122631A (en) | 1997-03-28 | 2000-09-19 | International Business Machines Corporation | Dynamic server-managed access control for a distributed file system |
| JP3848725B2 (en) | 1997-04-04 | 2006-11-22 | 富士通株式会社 | Two-way communication system |
| US6011910A (en) | 1997-04-08 | 2000-01-04 | 3Com Corporation | Supporting authentication across multiple network access servers |
| US6108420A (en)* | 1997-04-10 | 2000-08-22 | Channelware Inc. | Method and system for networked installation of uniquely customized, authenticable, and traceable software application |
| JP3946808B2 (en) | 1997-04-10 | 2007-07-18 | 日本電信電話株式会社 | User information management device in authentication system |
| CA2230797A1 (en) | 1997-04-29 | 1998-10-29 | Vladimir Silverman | System and method for secure and scalable database transactions over a network |
| US6173403B1 (en)* | 1997-04-30 | 2001-01-09 | Achates Reference Publishing, Inc. | Method and apparatus for distributing information products |
| US5970408A (en) | 1997-05-02 | 1999-10-19 | Telefonaktiebolaget L/M Ericsson (Publ) | Communication control circuitry and method for a group of commonly-moving mobile transceiver units |
| US6198933B1 (en) | 1997-05-06 | 2001-03-06 | Telefonaktiebolaget Lm Ericsson (Publ) | Communication system that communicates position information of roaming mobile stations |
| US6393014B1 (en) | 1997-06-03 | 2002-05-21 | At&T Wireless Services, Inc. | Method and system for providing data communication with a mobile station |
| US6003135A (en) | 1997-06-04 | 1999-12-14 | Spyrus, Inc. | Modular security device |
| US5930804A (en) | 1997-06-09 | 1999-07-27 | Philips Electronics North America Corporation | Web-based biometric authentication system and method |
| US7290288B2 (en)* | 1997-06-11 | 2007-10-30 | Prism Technologies, L.L.C. | Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network |
| US6516416B2 (en) | 1997-06-11 | 2003-02-04 | Prism Resources | Subscription access system for use with an untrusted network |
| US6070243A (en)* | 1997-06-13 | 2000-05-30 | Xylan Corporation | Deterministic user authentication service for communication network |
| US6185587B1 (en)* | 1997-06-19 | 2001-02-06 | International Business Machines Corporation | System and method for building a web site with automated help |
| US5938350A (en)* | 1997-06-19 | 1999-08-17 | Datamax Corporation | Thermal ink printer with ink ribbon supply |
| US7233997B1 (en)* | 1997-06-26 | 2007-06-19 | British Telecommunications Plc | Data communications |
| US6003136A (en) | 1997-06-27 | 1999-12-14 | Unisys Corporation | Message control system for managing message response in a kerberos environment |
| US6151628A (en) | 1997-07-03 | 2000-11-21 | 3Com Corporation | Network access methods, including direct wireless to internet access |
| US6385644B1 (en)* | 1997-09-26 | 2002-05-07 | Mci Worldcom, Inc. | Multi-threaded web based user inbox for report management |
| US6226744B1 (en) | 1997-10-09 | 2001-05-01 | At&T Corp | Method and apparatus for authenticating users on a network using a smart card |
| US5969316A (en) | 1997-10-22 | 1999-10-19 | Cybermark Llc | Smart card for offline automated meal plans |
| US6064656A (en) | 1997-10-31 | 2000-05-16 | Sun Microsystems, Inc. | Distributed system and method for controlling access control to network resources |
| US6052785A (en)* | 1997-11-21 | 2000-04-18 | International Business Machines Corporation | Multiple remote data access security mechanism for multitiered internet computer networks |
| US6247011B1 (en)* | 1997-12-02 | 2001-06-12 | Digital-Net, Inc. | Computerized prepress authoring for document creation |
| JPH11224236A (en) | 1998-02-05 | 1999-08-17 | Mitsubishi Electric Corp | Remote authentication system |
| AUPP308298A0 (en) | 1998-04-20 | 1998-05-14 | Ericsson Australia Pty Ltd | Access control method and apparatus |
| US6044471A (en) | 1998-06-04 | 2000-03-28 | Z4 Technologies, Inc. | Method and apparatus for securing software to reduce unauthorized use |
| JPH11355266A (en) | 1998-06-05 | 1999-12-24 | Nec Corp | Device and method for user authentication |
| US6308273B1 (en) | 1998-06-12 | 2001-10-23 | Microsoft Corporation | Method and system of security location discrimination |
| US6219790B1 (en) | 1998-06-19 | 2001-04-17 | Lucent Technologies Inc. | Centralized authentication, authorization and accounting server with support for multiple transport protocols and multiple client types |
| US6138235A (en) | 1998-06-29 | 2000-10-24 | Sun Microsystems, Inc. | Controlling access to services between modular applications |
| US6182142B1 (en) | 1998-07-10 | 2001-01-30 | Encommerce, Inc. | Distributed access management of information resources |
| US6484258B1 (en) | 1998-08-12 | 2002-11-19 | Kyber Pass Corporation | Access control using attributes contained within public key certificates |
| US6470453B1 (en) | 1998-09-17 | 2002-10-22 | Cisco Technology, Inc. | Validating connections to a network system |
| IL126552A (en) | 1998-10-13 | 2007-06-03 | Nds Ltd | Remote administration of smart cards for secure access systems |
| US6487665B1 (en) | 1998-11-30 | 2002-11-26 | Microsoft Corporation | Object security boundaries |
| US6636894B1 (en) | 1998-12-08 | 2003-10-21 | Nomadix, Inc. | Systems and methods for redirecting users having transparent computer access to a network using a gateway device having redirection capability |
| US6510236B1 (en) | 1998-12-11 | 2003-01-21 | International Business Machines Corporation | Authentication framework for managing authentication requests from multiple authentication devices |
| US6442608B1 (en) | 1999-01-14 | 2002-08-27 | Cisco Technology, Inc. | Distributed database system with authoritative node |
| US6466571B1 (en) | 1999-01-19 | 2002-10-15 | 3Com Corporation | Radius-based mobile internet protocol (IP) address-to-mobile identification number mapping for wireless communication |
| WO2000046681A1 (en) | 1999-02-08 | 2000-08-10 | Geotrust, Inc. | Content certification |
| US6256737B1 (en)* | 1999-03-09 | 2001-07-03 | Bionetrix Systems Corporation | System, method and computer program product for allowing access to enterprise resources using biometric devices |
| US6615264B1 (en) | 1999-04-09 | 2003-09-02 | Sun Microsystems, Inc. | Method and apparatus for remotely administered authentication and access control |
| US6466964B1 (en) | 1999-06-15 | 2002-10-15 | Cisco Technology, Inc. | Methods and apparatus for providing mobility of a node that does not support mobility |
| EP1067771A1 (en) | 1999-07-05 | 2001-01-10 | CANAL+ Société Anonyme | Communications method and apparatus |
| JP3570310B2 (en)* | 1999-10-05 | 2004-09-29 | 日本電気株式会社 | Authentication method and authentication device in wireless LAN system |
| EP1226697B1 (en) | 1999-11-03 | 2010-09-22 | Wayport, Inc. | Distributed network communication system which enables multiple network providers to use a common distributed network infrastructure |
| EP1104142A1 (en) | 1999-11-29 | 2001-05-30 | BRITISH TELECOMMUNICATIONS public limited company | Network access system |
| US6738901B1 (en) | 1999-12-15 | 2004-05-18 | 3M Innovative Properties Company | Smart card controlled internet access |
| US6883032B1 (en) | 2000-02-02 | 2005-04-19 | Lucent Technologies Inc. | Method and system for collecting data on the internet |
| US20010045451A1 (en) | 2000-02-28 | 2001-11-29 | Tan Warren Yung-Hang | Method and system for token-based authentication |
| US6728536B1 (en) | 2000-05-02 | 2004-04-27 | Telefonaktiebolaget Lm Ericsson | Method and system for combined transmission of access specific access independent and application specific information over public IP networks between visiting and home networks |
| US7370364B2 (en) | 2000-07-31 | 2008-05-06 | Ellacoya Networks, Inc. | Managing content resources |
| US6785729B1 (en) | 2000-08-25 | 2004-08-31 | International Business Machines Corporation | System and method for authorizing a network user as entitled to access a computing node wherein authenticated certificate received from the user is mapped into the user identification and the user is presented with the opprtunity to logon to the computing node only after the verification is successful |
| AU2001284239A1 (en) | 2000-10-04 | 2002-04-15 | Soundvoice Limited | A method and system for controlling access by clients to servers over an internet protocol network |
| US6732270B1 (en) | 2000-10-23 | 2004-05-04 | Motorola, Inc. | Method to authenticate a network access server to an authentication server |
| US7117376B2 (en) | 2000-12-28 | 2006-10-03 | Intel Corporation | Platform and method of creating a secure boot that enforces proper user authentication and enforces hardware configurations |
| US20020162029A1 (en) | 2001-04-25 | 2002-10-31 | Allen Keith Joseph | Method and system for broadband network access |
| US20050198379A1 (en)* | 2001-06-13 | 2005-09-08 | Citrix Systems, Inc. | Automatically reconnecting a client across reliable and persistent communication sessions |
| US7231661B1 (en) | 2001-06-21 | 2007-06-12 | Oracle International Corporation | Authorization services with external authentication |
| US7900242B2 (en) | 2001-07-12 | 2011-03-01 | Nokia Corporation | Modular authentication and authorization scheme for internet protocol |
| US20050240763A9 (en) | 2001-08-06 | 2005-10-27 | Shivaram Bhat | Web based applications single sign on system and method |
| US8255989B2 (en) | 2001-09-26 | 2012-08-28 | General Instrument Corporation | Access control and key management system for streaming media |
| US7502929B1 (en) | 2001-10-16 | 2009-03-10 | Cisco Technology, Inc. | Method and apparatus for assigning network addresses based on connection authentication |
| US7275260B2 (en)* | 2001-10-29 | 2007-09-25 | Sun Microsystems, Inc. | Enhanced privacy protection in identification in a data communications network |
| US7392390B2 (en) | 2001-12-12 | 2008-06-24 | Valve Corporation | Method and system for binding kerberos-style authenticators to single clients |
| WO2003067439A1 (en) | 2002-02-04 | 2003-08-14 | Flarion Technologies, Inc. | A method for extending mobile ip and aaa to enable integrated support for local access and roaming access connectivity |
| US7818792B2 (en) | 2002-02-04 | 2010-10-19 | General Instrument Corporation | Method and system for providing third party authentication of authorization |
| AU2003217103A1 (en) | 2002-02-28 | 2003-09-09 | Telefonaktiebolaget L M Ericsson | System, method and apparatus for federated single sign-on services |
| US20030233580A1 (en) | 2002-05-29 | 2003-12-18 | Keeler James D. | Authorization and authentication of user access to a distributed network communication system with roaming features |
| AU2003253667A1 (en) | 2002-06-18 | 2003-12-31 | Arizona Board Of Regents, Acting For Arizona State University | Assignment and management of authentication and authorization |
| US7441264B2 (en) | 2002-06-24 | 2008-10-21 | International Business Machines Corporation | Security objects controlling access to resources |
| US7370350B1 (en) | 2002-06-27 | 2008-05-06 | Cisco Technology, Inc. | Method and apparatus for re-authenticating computing devices |
| US7296152B1 (en) | 2002-07-09 | 2007-11-13 | Cisco Technology, Inc. | System and method for providing access to a network in a communications environment |
| US6931530B2 (en) | 2002-07-22 | 2005-08-16 | Vormetric, Inc. | Secure network file access controller implementing access control and auditing |
| US20080301298A1 (en) | 2002-07-29 | 2008-12-04 | Linda Bernardi | Identifying a computing device |
| US7788705B2 (en) | 2002-08-12 | 2010-08-31 | Mcafee, Inc. | Fine grained access control for wireless networks |
| US7373662B2 (en) | 2002-08-27 | 2008-05-13 | Hewlett-Packard Development Company, L.P. | Secure resource access |
| EP1561299B1 (en)* | 2002-10-28 | 2009-09-16 | Nokia Corporation | Device keys |
| US8280351B1 (en) | 2010-02-04 | 2012-10-02 | Cellco Partnership | Automatic device authentication and account identification without user input when application is started on mobile station |
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10824747B1 (en) | 2017-01-25 | 2020-11-03 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to policy data on blockchain |
| US10824759B1 (en) | 2017-01-25 | 2020-11-03 | State Farm Mutual Automobile Insurance Company | Systems and methods for verifying agent sales data via blockchain |
| US10824746B1 (en) | 2017-01-25 | 2020-11-03 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to blockchain data |
| US11270276B1 (en)* | 2017-01-25 | 2022-03-08 | State Farm Mutual Automobile Insurance Company | Systems and methods for blockchain-based payments |
| US11443063B1 (en) | 2017-01-25 | 2022-09-13 | State Farm Mutual Automobile Insurance Company | Systems and methods for verifying agent sales data via blockchain |
| US11514176B1 (en) | 2017-01-25 | 2022-11-29 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to blockchain data |
| US11599653B1 (en) | 2017-01-25 | 2023-03-07 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to policy data on blockchain |
| US11880228B2 (en) | 2017-01-25 | 2024-01-23 | State Farm Mutual Automobile Insurance Company | Systems and methods for verifying data via blockchain |
| US11914728B2 (en) | 2017-01-25 | 2024-02-27 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to blockchain data |
| US11954214B2 (en) | 2017-01-25 | 2024-04-09 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to policy data on blockchain |
| US12141328B1 (en) | 2017-01-25 | 2024-11-12 | State Farm Mutual Automobile Insurance Company | Systems and methods for fund transfers via blockchain |
| US12235979B2 (en) | 2017-01-25 | 2025-02-25 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to blockchain data |
| US12380232B2 (en) | 2017-01-25 | 2025-08-05 | State Farm Mutual Automobile Insurance Company | Systems and methods for controlled access to policy data on blockchain |
| US12386989B2 (en) | 2017-01-25 | 2025-08-12 | State Farm Mutual Automobile Insurance Company | Systems and methods for blockchain-based payments |
| Publication number | Publication date |
|---|---|
| US7290288B2 (en) | 2007-10-30 |
| US8387155B2 (en) | 2013-02-26 |
| US20160277398A1 (en) | 2016-09-22 |
| US9369469B2 (en) | 2016-06-14 |
| US8898746B2 (en) | 2014-11-25 |
| US20030046589A1 (en) | 2003-03-06 |
| US20110061097A1 (en) | 2011-03-10 |
| US20150082392A1 (en) | 2015-03-19 |
| US9544314B2 (en) | 2017-01-10 |
| US9413768B1 (en) | 2016-08-09 |
| US20130167204A1 (en) | 2013-06-27 |
| US20080066168A1 (en) | 2008-03-13 |
| US8127345B2 (en) | 2012-02-28 |
| Publication | Publication Date | Title |
|---|---|---|
| US9413768B1 (en) | Method for managing access to protected computer resources | |
| US6516416B2 (en) | Subscription access system for use with an untrusted network | |
| US7818582B2 (en) | Single sign-on with common access card | |
| US6105131A (en) | Secure server and method of operation for a distributed information system | |
| US6985946B1 (en) | Authentication and authorization pipeline architecture for use in a web server | |
| US7024689B2 (en) | Granting access rights to unattended software | |
| US7568098B2 (en) | Systems and methods for enhancing security of communication over a public network | |
| US7275260B2 (en) | Enhanced privacy protection in identification in a data communications network | |
| US7496751B2 (en) | Privacy and identification in a data communications network | |
| US9258146B2 (en) | Methods and systems for providing secure access to a hosted service via a client application | |
| US7085840B2 (en) | Enhanced quality of identification in a data communications network | |
| EP0960500B1 (en) | Method for providing secure remote command execution | |
| US20020002678A1 (en) | Internet authentication technology | |
| US20020112162A1 (en) | Authentication and verification of Web page content | |
| US20030084302A1 (en) | Portability and privacy with data communications network browsing | |
| US7356711B1 (en) | Secure registration | |
| TWI389534B (en) | Single sign-on system and method and computer readable medium thereof | |
| Giri et al. | Gregg et al. | |
| WO2003039095A2 (en) | Managing identification in a data communications network |
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment | Owner name:PRISM RESOURCES, NEBRASKA Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GREGG, RICHARD L.;REEL/FRAME:038412/0084 Effective date:20020911 Owner name:PRISM TECHNOLOGIES LLC, NEBRASKA Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GIRI, SANDEEP;GOEKE, TIMOTHY C.;SIGNING DATES FROM 20050517 TO 20050628;REEL/FRAME:038412/0292 Owner name:PRISM TECHNOLOGIES LLC, NEBRASKA Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PRISM RESOURCES;REEL/FRAME:038412/0227 Effective date:20040707 | |
| STCF | Information on status: patent grant | Free format text:PATENTED CASE | |
| FEPP | Fee payment procedure | Free format text:MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY | |
| LAPS | Lapse for failure to pay maintenance fees | Free format text:PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY | |
| STCH | Information on status: patent discontinuation | Free format text:PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 | |
| FP | Lapsed due to failure to pay maintenance fee | Effective date:20200809 |