IP Library Granted Patent US 10,873,468
Granted Patent B2
US 10,873,468 · App. 16/796,211 · Granted Dec 22, 2020

Legacy authentication for user authentication with self-signed certificate and identity verification

Inventors: Nelson Melo (West Palm Beach, FL); Michael Clark (West Palm Beach, FL); James Clark (West Palm Beach, FL)
Assignee: Beyond Identity Inc.
H04L9/3265G06F16/2379G06F21/46H04L9/3271H04L63/0428H04L63/083H04L63/0823H04L63/126
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,873,468
App. No.
16/796,211
Granted
Dec 22, 2020
Kind
B2
Abstract

In embodiments, an authentication server interfaces between a user device with a self-signed certificate and a verifying computer that accepts a user name and password. The user device generates a self-signed certificate signed by a private key on the user device. The self-signed certificate is transmitted to a verifying party computer over a network. A redirecting module redirects the self-signed certificate chain to an authentication server. The authentication server is also provided a user name, password and verifying computer address, which is stored in a password database by the authentication server, in association with the self-signed certificate. Subsequent communications intended for the verifying computer with the self-signed certificate are redirected to the authentication server, which looks up the associated user name and password and transmits the associated user name and password to the verifying computer.

Claims (74)

1. A method for authenticating a user to a verifying computer over a network, comprising:

generating a self-signed root certificate signed by a root private key on a user device, wherein the root private key is stored on the user device, and the signing of the self-signed root certificate by the root private key occurs on the user device;

generating an intermediate private key from a hardware security module (HSM) on the user device;

signing an intermediate certificate with the root private key;

linking the intermediate certificate to the self-signed root certificate to form a user device certificate chain, the certificate chain including a public key corresponding to the intermediate private key;

transmitting the user device certificate chain to the verifying computer over the network;

redirecting the user device certificate chain to an authentication server;

providing a user name, user password and verifying computer address to the authentication server;

storing the user name, user password and verifying computer address in association with the user device certificate chain in a password database accessible by the authentication server;

receiving, at the authentication server, a subsequent communication intended for the verifying computer, the subsequent communication including the user device certificate chain;

looking up an associated user name and user password associated with the user device certificate chain in the password database; and

transmitting the associated user name and user password to the verifying computer.

2. The method of claim 1 further comprising:

receiving, by the authentication server, a login token from the verifying computer; and

redirecting the login token to the user device.

3. The method of claim 1 further comprising:

creating, by the authentication server, a new password on behalf of the user;

storing the new password in association with the user device certificate chain in the password database; and

providing the new password to the verifying computer.

4. The method of claim 1 where the step of redirecting the user device certificate chain to an authentication server is performed by a redirect module on the user device.

5. The method of claim 1 where the step of redirecting the user device certificate chain to an authentication server is performed by a redirect module associated with the verifying computer.

6. The method of claim 1 further comprising:

determining that the verifying computer accepts certificates; and

halting the redirecting of the user device certificate chain to the authentication server.

7. The method of claim 1 further comprising:

determining that the self-signed root certificate belongs to the user by:

issuing a challenge question to the user device, by the authentication server, using a user public key to encrypt the challenge question;

decrypting the challenge question by the user device using the intermediate private key; and

sending, by the user device, a response to the challenge question, encrypted with the intermediate private key.

8. The method of claim 1 further comprising:

storing, by the user device, the intermediate private key in a signing application in a memory of the user device.

9. The method of claim 1 further comprising:

storing, by the user device, the root private key in an external electronic device; and

recovering the root private key from the external electronic device.

10. A method for authenticating a user to a verifying computer over a network, comprising:

generating a self-signed certificate signed by a private key on a user device;

transmitting the self-signed certificate to a verifying computer over the network;

redirecting the self-signed certificate chain to an authentication server;

providing a user name, user password and verifying computer address to the authentication server;

storing the user name, user password and verifying computer address in association with the self-signed certificate chain in a password database accessible by the authentication server;

receiving, at the authentication server, a subsequent communication intended for the verifying computer, the subsequent communication including the self-signed certificate;

looking up an associated user name and user password associated with the self-signed certificate in the password database; and

transmitting the associated user name and user password to the verifying computer.

11. The method of claim 10 further comprising:

generating an intermediate private key from a hardware security module (HSM) on the user device;

signing an intermediate certificate with the intermediate private key; and

linking the intermediate certificate to the self-signed certificate to form a user device certificate chain, the certificate chain including a public key corresponding to the intermediate private key.

12. The method of claim 11 further comprising:

creating, by the authentication server, a new password on behalf of the user;

storing the new password in association with the user device certificate chain in the password database; and

providing the new password to the verifying computer.

13. The method of claim 10 where the step of redirecting the self-signed certificate to an authentication server is performed by a redirect module on the user device.

14. The method of claim 10 where the step of redirecting the self-signed certificate to an authentication server is performed by a redirect module associated with the verifying computer.

15. A system for authenticating a user to a verifying computer over a network, comprising:

(a) a user device including a processor and non-transitory computer readable medium having stored thereon software instructions that, when executed by the processor, cause the processor to generate control signals for executing the steps comprising

generating a self-signed root certificate signed by a root private key on the user device, wherein the root private key is stored on the user device, and the signing of the self-signed root certificate by the root private key occurs on the user device;

generating an intermediate private key from a hardware security module (HSM) on the user device;

signing an intermediate certificate with the root private key;

linking the intermediate certificate to the self-signed root certificate to form a user device certificate chain, the certificate chain including a public key corresponding to the intermediate private key;

transmitting the user device certificate chain to a verifying computer over the network;

(b) a password database;

(c) an authenticating server including a processor and non-transitory computer readable medium having stored thereon software instructions that, when executed by the processor, cause the processor to generate control signals for authenticating a user to a verifying computer over a network, by executing the steps comprising

receiving the self-signed certificate redirected to the authenticating server;

receiving a user name, user password and verifying computer address from the user device;

storing the user name, user password and verifying computer address in association with the self-signed certificate chain in the password database;

receiving a subsequent communication intended for the verifying computer, the subsequent communication including the self-signed certificate;

looking up an associated user name and user password associated with the self-signed certificate in the password database; and

transmitting the associated user name and user password to the verifying computer.

16. The system of claim 15 wherein the non-transitory computer readable medium software instructions of the authenticating server, when executed by processor of the authenticating server, further cause the processor of the authenticating server to generate control signals to execute the steps comprising:

creating a new password on behalf of the user;

storing the new password in association with the self-signed certificate in the password database; and

providing the new password to the verifying computer.

17. The system of claim 15 wherein the non-transitory computer readable medium software instructions of the authenticating server, when executed by processor of the authenticating server, further cause the processor of the authenticating server to generate control signals to execute the steps comprising:

periodically changing the password associated with the self-signed certificate, and providing instructions to the verifying computer to change the user password, without involving the user device.

Assignments (2)
CHANGE OF NAME Recorded May 15, 2020
From: ZEROPW INC.
To: BEYOND IDENTITY INC.
Reel/Frame 052679/0107 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 13, 2020
From: MELO, NELSON; CLARK, MICHAEL; CLARK, JAMES
To: ZEROPW INC.
Reel/Frame 052652/0526 →
Continuity (5)
Provisional Application 62809490 · Feb 22, 2019
Provisional Application 62842393 · May 2, 2019
Provisional Application 62857201 · Jun 4, 2019
Provisional Application 62858248 · Jun 6, 2019
Related Publication 20200274721A1 · Aug 27, 2020
Cited By (2)
US 12,355,765 US 12,450,369