IP Library Granted Patent US 12,182,430
Granted Patent B2
US 12,182,430 · App. 17/537,302 · Granted Dec 31, 2024

Trusted systems for decentralized data storage

Inventors: Shashank Agrawal (San Jose, CA); Cyril Guyot (San Jose, CA)
Assignee: Sandisk Technologies, Inc.
G06F3/064G06F3/0622G06F3/0659G06F3/067G06F21/602G06F21/64G06F21/107
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 12,182,430
App. No.
17/537,302
Filed
Nov 29, 2021
Granted
Dec 31, 2024
Kind
B2
Art Unit
2431
USPC
713/176
Abstract

Certain aspects of the present disclosure provide techniques for proving possession of data in a storage device participating in a distributed data storage network. An example storage device includes a storage circuitry and a trusted circuit. The storage circuitry is configured to store a plurality of data blocks. The trusted circuit generally has a private signing key securely stored thereon. The trusted circuit is generally configured to compute a hash over data stored in a plurality of data blocks and to generate an anonymous digital signature for the data stored in the plurality of data blocks based at least in part on the private signing key and the computed hash. The trusted circuit may be interposed on a write path to the storage circuitry such that data written to the storage circuitry is processed through the trusted circuit.

Claims (69)

1. A storage device, comprising:

a storage circuitry configured to store a plurality of data blocks; and

a trusted circuit having a private signing key securely stored thereon, the trusted circuit being configured to:

compute a hash over data to be stored in one or more data blocks of the plurality of data blocks, and

generate an anonymous digital signature for the data to be stored in the one or more data blocks based on a number of the one or more data blocks in which the data is to be stored, and based at least in part on the private signing key and the computed hash;

wherein the generated anonymous digital signature evidences completion of a write operation of the data indicating that the data is stored in the one or more data blocks and prevents identification of the storage device,

wherein the trusted circuit is interposed on a write path to the storage circuitry such that data written to the storage circuitry is processed through the trusted circuit, and

wherein the generated anonymous digital signature is output to a blockchain.

2. The storage device of claim 1 , wherein the trusted circuit is configured to generate the anonymous digital signature further based on a time at which the digital signature is generated.

3. The storage device of claim 1 , wherein the trusted circuit is further configured to:

derive a challenge value related to a most recent state of a blockchain associated with the data stored in the plurality of data blocks; and

generate a second anonymous signature based on the private signing key and the challenge value.

4. The storage device of claim 3 , wherein the blockchain is associated with a cryptocurrency.

5. The storage device of claim 1 , wherein the trusted circuit is further configured to maintain a first mapping between a memory address range associated with the plurality of data blocks and the computed hash.

6. The storage device of claim 5 , wherein the trusted circuit is further configured to:

receive, from a requesting device, a request to validate existence of data at a memory address;

determine that the memory address is within the memory address range associated with the plurality of data blocks; and

return, to the requesting device, the computed hash.

7. The storage device of claim 5 , wherein the trusted circuit is further configured to:

receive, from a requesting device, a request to validate existence of data at a memory address;

determine that the memory address is outside the memory address range associated with the plurality of data blocks;

read, from the storage circuitry, data stored at the memory address;

generate a second anonymous digital signature for the data stored at the memory address based on a hash of the data stored at the memory address and a signing key; and

return, to the requesting device, the second anonymous digital signature.

8. The storage device of claim 6 , wherein the trusted circuit is further configured to: generate a second mapping, the second mapping associating the memory address and the hash of the data stored at the memory address.

9. The storage device of claim 6 , wherein the signing key comprises a challenge value included in the request to validate existence of data at the memory address.

10. The storage device of claim 5 , further comprising:

detecting, on the write path to the storage circuitry, a write request against an address in the memory address range associated with the plurality of data blocks; and

deleting the first mapping between the memory address range associated with the plurality of data blocks and the computed hash based on detecting the write request.

11. The storage device of claim 1 , wherein the trusted circuit is further configured to:

receive a first digital signature for first data to be stored in the storage circuitry and a second digital signature for second data to be stored in the storage circuitry;

determine, based on information associated with the first digital signature and the second digital signature, that the first digital signature and the second digital signature are combinable; and

based on a determination that the first digital signature and the second digital signature are combinable, generate a combined signature for the first digital signature and the second digital signature.

12. The storage device of claim 11 , wherein in order to determine that the first digital signature and the second digital signature are combinable, the trusted circuit is configured to:

determine that a timestamp associated with the first digital signature differs from a timestamp associated with the second digital signature by an amount less than a first threshold amount, and

determine that the timestamp associated with the first digital signature and the timestamp associated with the second digital signature is within a second threshold amount of a current timestamp.

13. The storage device of claim 11 , wherein in order to determine that the first digital signature and the second digital signature are combinable, the trusted circuit is configured to determine that a challenge value associated with the first digital signature and a challenge value associated with the second digital signature are a same challenge value.

14. The storage device of claim 1 , wherein the data stored in the plurality of data blocks comprises encrypted data.

15. A method, comprising:

detecting a request to write data to one or more data blocks of a plurality of data blocks in storage circuitry of a storage device;

computing a hash over the data to be written to the one or more data blocks;

generating an anonymous digital signature for the data to be written to the one or more data blocks based on a number of the one or more data blocks in which the data is to be stored, and based at least in part on a private signing key stored in a trusted circuit of the storage device and the computed hash; and

outputting the anonymous digital signature to a blockchain to evidence completion of the request to write the data to the one or more data blocks in storage circuitry of the storage device and prevents identification of the storage device, wherein the generated anonymous digital signature prevents identification of the storage device and wherein the trusted circuit is interposed on a write path to the storage circuitry such that data written to the storage circuitry is processed through the trusted circuit.

16. The storage device of claim 1 , wherein the private signing key is permanently stored on the trusted circuit.

17. The method of claim 15 , further comprising:

deriving a challenge value related to a most recent state of a blockchain associated with the data stored in the one or more data blocks; and

generating a second anonymous signature based on the private signing key and the challenge value.

18. The method of claim 17 , wherein the blockchain is associated with a cryptocurrency.

19. The method of claim 15 , further comprising:

generating a mapping between the computed hash and a range of memory addresses including memory addresses associated with the one or more data blocks; and

committing the mapping to a hash-map store.

20. The method of claim 19 , further comprising:

receiving, from a requesting device, a request to validate existence of data at a memory address;

determining that the memory address is within the range of memory addresses specified in the mapping; and

returning, to the requesting device, the computed hash associated with the range of memory addresses including the memory addresses associated with the one or more data blocks.

21. The method of claim 15 , further comprising:

receiving a first digital signature for first data to be stored in the storage circuitry and a second digital signature for second data to be stored in the storage circuitry;

determining, based on information associated with the first digital signature and the second digital signature, that the first digital signature and the second digital signature are combinable; and

based on a determination that the first digital signature and the second digital signature are combinable, generating a combined signature for the first digital signature and the second digital signature.

22. A storage device, comprising:

a storage circuitry configured to store a plurality of data blocks; and

a trusted circuit having a private signing key securely stored thereon, the trusted circuit being configured to:

compute a hash over data to be stored in one or more data blocks of the plurality of data blocks; and

generate an anonymous digital signature for the data to be stored in the one or more data blocks based at least in part on the private signing key, the computed hash, and the one or more data blocks in which the data is to be stored;

receive a first digital signature for first data to be stored in the storage circuitry and a second digital signature for second data to be stored in the storage circuitry;

determine, based on information associated with the first digital signature and the second digital signature, that the first digital signature and the second digital signature are combinable, wherein in order to determine that the first digital signature and the second digital signature are combinable, the trusted circuit is configured to determine that a challenge value associated with the first digital signature and a challenge value associated with the second digital signature are a same challenge value; and

based on a determination that the first digital signature and the second digital signature are combinable, generate a combined signature for the first digital signature and the second digital signature,

wherein the generated anonymous digital signature evidences completion of a write operation of the data indicating that the data is stored in the one or more data blocks and prevents identification of the storage device, and

wherein the trusted circuit is interposed on a write path to the storage circuitry such that data written to the storage circuitry is processed through the trusted circuit.

Assignments (7)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Feb 24, 2025
From: SANDISK TECHNOLOGIES, INC.
To: WESTERN DIGITAL TECHNOLOGIES, INC.
Reel/Frame 070313/0840 →
PATENT COLLATERAL AGREEMENT Recorded Aug 23, 2024
From: SANDISK TECHNOLOGIES, INC.
To: JPMORGAN CHASE BANK, N.A., AS THE AGENT
Reel/Frame 068762/0494 →
CHANGE OF NAME Recorded Jun 27, 2024
From: SANDISK TECHNOLOGIES, INC.
To: SANDISK TECHNOLOGIES, INC.
Reel/Frame 067982/0032 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded May 29, 2024
From: WESTERN DIGITAL TECHNOLOGIES, INC.
To: SANDISK TECHNOLOGIES, INC.
Reel/Frame 067567/0682 →
PATENT COLLATERAL AGREEMENT - DDTL LOAN AGREEMENT Recorded Aug 21, 2023
From: WESTERN DIGITAL TECHNOLOGIES, INC.
To: JPMORGAN CHASE BANK, N.A.
Reel/Frame 067045/0156 →
PATENT COLLATERAL AGREEMENT - A&R LOAN AGREEMENT Recorded Aug 21, 2023
From: WESTERN DIGITAL TECHNOLOGIES, INC.
To: JPMORGAN CHASE BANK, N.A.
Reel/Frame 064715/0001 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 10, 2021
From: AGRAWAL, SHASHANK; GUYOT, CYRIL
To: WESTERN DIGITAL TECHNOLOGIES, INC.
Reel/Frame 058364/0043 →