IP Library Granted Patent US 11,888,975
Granted Patent B2
US 11,888,975 · App. 17/498,322 · Granted Jan 30, 2024

Splitting encrypted key and encryption key used to encrypt key into key components allowing assembly with subset of key components to decrypt encrypted key

Inventors: Tron Black (Sandy, UT); Denny Becker (Salt Lake City, UT); Tyler Perkins (West Jordan, UT); Joel Weight (Sandy, UT); Jesse Empey (Saratoga Springs, UT)
Assignee: tZERO IP, LLC
H04L9/085H04L9/0861H04L9/0894H04L9/30
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 11,888,975
App. No.
17/498,322
Granted
Jan 30, 2024
Kind
B2
Abstract

A system includes processor(s) and memory(s). When encryption key(s) need to be generated to encrypt a key, processor(s): generate encryption key(s); encrypt key using encryption key(s) to generate encrypted key; split encrypted key and encryption key(s) into set(s) of key components, wherein subset of key components can be used to reconstruct encrypted key and encryption key(s); and erase key from memory(s). When encryption key(s) need to be used, processor(s): receive set(s) of key components from subset(s) of users that can be used to reconstruct encrypted key and encryption key(s) used to decrypt key from encrypted key; when set(s) of key components is received from subset(s) of users that can be used to reconstruct encrypted key and encrypted key(s), reconstruct encrypted key and encryption key(s); and when the encrypted key and the encryption key(s) have both been reconstructed, decrypt encrypted key into key using encryption key(s).

Claims (69)

1. A system comprising:

at least one processor;

at least one memory communicatively coupled to the at least one processor; and

wherein, when at least one encryption key needs to be generated to encrypt a key, the at least one processor is configured to:

generate the at least one encryption key;

encrypt the key using the at least one encryption key to generate an encrypted key;

combine the encrypted key and the at least one encryption key together into a combined key;

split the combined key into at least one set of key components, wherein at least a subset of key components of the at least one set of key components can be used to reconstruct the encrypted key and the at least one encryption key; and

erase the key from the at least one memory.

2. The system of claim 1 , wherein, when the key needs to be generated, the at least one processor is configured to:

generate the key before encrypting the key using the at least one encryption key to generate the encrypted key.

3. The system of claim 1 , wherein the at least one processor is configured to encrypt the key by being configured to apply at least one exclusive or (XOR) operation to the key and the at least one encryption key.

4. The system of claim 1 , wherein the at least one processor is configured to split the encrypted key and the at least one encryption key into the at least one set of key components through at least one of polynomial interpolation or Shamir secret sharing.

5. A system comprising:

at least one processor;

at least one memory communicatively coupled to the at least one processor;

at least one network interface communicatively coupled to the at least one processor and configured to communicate with external computing devices; and

wherein the at least one processor is configured to:

generate a private key;

generate at least one encryption key;

apply at least one exclusive or (XOR) operation to the private key and the at least one encryption key to encrypt the private key using the at least one encryption key to generate an encrypted private key;

combine the encrypted private key and the at least one encryption key together into a combined key;

split the combined key into at least one set of key components, wherein at least a subset of key components of the at least one set of key components can be used to reconstruct the encrypted private key and the at least one encryption key; and

erase the at least one encryption key from the at least one memory.

6. The system of claim 5 , wherein the at least one processor is configured to split the encrypted private key and the at least one encryption key into the at least one set of key components through at least one of polynomial interpolation or Shamir secret sharing.

7. A system comprising:

at least one processor;

at least one memory communicatively coupled to the at least one processor; and

wherein when an encryption key needs to be used that is encrypted as an encrypted key, the at least one processor is configured to:

receive at least one set of key components from at least a subset of users that can be used to reconstruct the encrypted key and at least one encryption key used to decrypt the encrypted key into a key at least in part by being configured to:

receive a first subset of a first set of first key components from a first subset of the users that can be used to reconstruct the encrypted key;

receive at least a second subset of at least a second set of second key components from at least a second subset of the users that can be used to reconstruct the at least one encryption key used to decrypt the encrypted key into the key; and

when the at least one set of key components is received from the at least the subset of the users that can be used to reconstruct the encrypted key and the at least one encryption key, reconstruct the encrypted key and the at least one encryption key at least in part by being configured to:

when the first subset of the first set of the first key components is received from the first subset of the users, reconstruct the encrypted key; and

when the at least the second subset of the at least the second set of the second key components is received from the at least the second subset of the users, reconstruct the at least one encryption key; and

when the encrypted key and the at least one encryption key have both been reconstructed, decrypt the encrypted key into the key using the at least one encryption key.

8. The system of claim 7 , wherein the at least the second set of the second key components includes only a single set of key components;

wherein the at least the second subset of the users includes only a single subset of the users; and

wherein the at least the second set of the second key components are configured to be received from the single subset of the users.

9. The system of claim 7 , wherein the at least the second set of the second key components includes a plurality of sets of key components;

wherein the at least the second subset of the users includes a plurality of subsets of users; and

wherein each set of key components of the plurality of sets of key components is configured to be received from a corresponding subset of the users of the plurality of subsets of users.

10. The system of claim 7 , wherein the first subset of the users is a same subset of the users as the second subset of the users.

11. The system of claim 7 , wherein the at least one processor is configured to reconstruct the encrypted key and the at least one encryption key through at least one of polynomial interpolation or Shamir secret sharing.

12. The system of claim 7 , wherein the at least one processor is configured to decrypt the encrypted key by being configured to apply at least one exclusive or (XOR) operation to the encrypted key and the at least one encryption key.

13. A system comprising:

at least one processor;

at least one memory communicatively coupled to the at least one processor;

at least one network interface communicatively coupled to the at least one processor and configured to communicate with external computing devices; and

wherein when a private key needs to be used, the at least one processor is configured to:

cause a request for key components to be communicated to users using the at least one network interface;

receive at least one set of key components from at least a subset of users at least in part by being configured to receive a single set of key components, wherein the at least one set of key components can be used to reconstruct an encrypted private key and at least one encryption key used to decrypt the private key from the encrypted private key;

when the at least one set of the key components is received from the at least the subset of the users that can be used to reconstruct the encrypted private key and the at least one encryption key;

reconstruct a combined string, including both the encrypted private key and the at least one encryption key, from the single set of key components; and

extract the encrypted private key and the at least one encryption key from the combined string to be used to decrypt the encrypted private key into the private key using the at least one encryption key;

when the encrypted private key and the at least one encryption key both have been reconstructed, apply at least one exclusive or (XOR) operation to the encrypted private key and the at least one encryption key to decrypt the encrypted private key using the at least one encryption key; and

erase the private key from the at least one memory after use.

14. The system of claim 13 , wherein the at least one processor is configured to reconstruct the encrypted private key and the at least one encryption key through at least one of polynomial interpolation or Shamir secret sharing.

15. A system comprising:

at least one processor;

at least one memory communicatively coupled to the at least one processor; and

wherein when an encryption key needs to be used that is encrypted as an encrypted key, the at least one processor is configured to:

receive at least one set of key components from at least a subset of users at least in part by being configured to receive a single set of key components, wherein the at least one set of key components can be used to reconstruct the encrypted key and at least one encryption key used to decrypt the encrypted key into a key;

when the at least one set of key components is received from the at least the subset of the users that can be used to reconstruct the encrypted key and the at least one encryption key:

reconstruct a combined string, including both the encrypted key and the at least one encryption key, from the single set of key components; and

extract the encrypted key and the at least one encrypted key from the combined string to be used to decrypt the encrypted key into the key using the at least one encryption key; and

when the encrypted key and the at least one encryption key have both been extracted, decrypt the encrypted key into the key using the at least one encryption key.

16. The system of claim 15 , wherein the at least one processor is configured to reconstruct the encrypted key and the at least one encryption key through at least one of polynomial interpolation or Shamir secret sharing.

17. The system of claim 15 , wherein the at least one processor is configured to decrypt the encrypted key by being configured to apply at least one exclusive or (XOR) operation to the encrypted key and the at least one encryption key.

Assignments (3)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 12, 2021
From: BLACK, TRON; BECKER, DENNY; PERKINS, TYLER; WEIGHT, JOEL; EMPEY, JESSE
To: MEDICI VENTURES, INC.
Reel/Frame 057766/0194 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 12, 2021
From: MEDICI VENTURES, INC.
To: TZERO GROUP, INC.
Reel/Frame 057766/0362 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Oct 12, 2021
From: TZERO GROUP, INC.
To: TZERO IP, LLC
Reel/Frame 057766/0538 →
Continuity (4)
Continuation 16355527 · Mar 15, 2019
Provisional Application 62643653 · Mar 15, 2018
Provisional Application 62643655 · Mar 15, 2018
Related Publication 20220029791A1 · Jan 27, 2022
Cited By (1)
US 12,603,759