Systems and methods for secure hybrid third-party data storage

US9076004B1 · US · B1

Patent metadata
FieldValue
Publication numberUS-9076004-B1
Application numberUS-201414271967-A
CountryUS
Kind codeB1
Filing dateMay 7, 2014
Priority dateMay 7, 2014
Publication dateJul 7, 2015
Grant dateJul 7, 2015

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

The disclosed computer-implemented method for secure hybrid third-party data storage may include (1) identifying, at a trusted proxy system, an access request from a client system to access an encrypted file stored under a user account at a third-party storage system, where the requested access requires decryption of the encrypted file, (2) retrieving, from the third-party storage system, (i) the encrypted file and (ii) a decryption key that has been encrypted with a client-side key, where an asymmetric key pair designated for the user account includes an encryption key and the encrypted decryption key, (3) receiving, at the trusted proxy system, the client-side key, (4) decrypting, at the trusted proxy system, the decryption key with the client-side key, and (5) using the decryption key to access an unencrypted version of the encrypted file at the trusted proxy system. Various other methods, systems, and computer-readable media are also disclosed.

First claim

Opening claim text (preview).

What is claimed is: 1. A computer-implemented method for secure hybrid third-party data storage, at least a portion of the method being performed by a computing device comprising at least one processor, the method comprising: identifying, at a trusted proxy system, an access request from a client system to access an encrypted file stored under a user account at a third-party storage system, wherein the requested access requires decryption of the encrypted file, wherein the trusted proxy system is owned by an owner of the encrypted file and the third-party storage system is not owned by the owner of the encrypted file; retrieving, in response to the request, from the third-party storage system and for the trusted proxy system: the encrypted file; a decryption key that has been encrypted with a client-side key, wherein an asymmetric key pair designated for the user account comprises an encryption key and the encrypted decryption key; receiving, at the trusted proxy system, the client-side key, without exposing the client-side key to the third-party storage system; decrypting the encrypted decryption key with the client-side key at the trusted proxy system rather than at the third-party storage system responsive to the trusted proxy system being owned by the owner of the encrypted file and the third-party storage system not being owned by the owner of the encrypted file; using the decryption key to access an unencrypted version of the encrypted file at the trusted proxy system. 2. The computer-implemented method of claim 1 , wherein the trusted proxy system is administrated by an owner of the encrypted file and the third-party storage system is not administrated by the owner of the encrypted file. 3. The computer-implemented method of claim 1 , wherein accessing the encrypted file comprises transmitting the unencrypted version of the encrypted file to the client system. 4. The computer-implemented method of claim 1 , wherein using the decryption key to access the unencrypted version of the encrypted file comprises: generating, at the trusted proxy system, metadata describing the unencrypted version of the encrypted file; providing the metadata to at least one of the client system and the third-party storage system. 5. The computer-implemented method of claim 4 , wherein generating the metadata describing the unencrypted version of the encrypted file comprises at least one of: performing a scan on the unencrypted version of the encrypted file at the trusted proxy system; creating, at the trusted proxy system, an index entry of the unencrypted version of the encrypted file based on content within the unencrypted version of the encrypted file; generating, at the trusted proxy system, a preview of the unencrypted version of the encrypted file based on content within the unencrypted version of the encrypted file. 6. The computer-implemented method of claim 1 , wherein accessing the encrypted file comprises: identifying, at the trusted proxy system, a policy for scanning the unencrypted version of the encrypted file; scanning, at the trusted proxy system, the unencrypted version of the encrypted file based on the policy. 7. The computer-implemented method of claim 1 , wherein using the decryption key to access the encrypted file comprises: retrieving, from the third-party storage system and for the trusted proxy system, a file key used to encrypt the encrypted file, wherein the file key is encrypted with the encryption key; decrypting, at the trusted proxy system, the file key with the decryption key; decrypting, at the trusted proxy system, the encrypted file with the file key. 8. The computer-implemented method of claim 1 , wherein: accessing the encrypted file comprises providing access to the unencrypted version of the encrypted file to an additional user account; an additional asymmetric key pair is designated for the additional user account, the asymmetric key pair comprising an additional encryption key and an additional decryption key that has been encrypted with an additional client-side key. 9. The computer-implemented method of claim 8 , wherein providing access to the unencrypted version of the encrypted file to the additional user account comprises: retrieving, from the third-party storage system and for the trusted proxy system, the additional encryption key and a file key used to encrypt the encrypted file, wherein the file key is encrypted with the encryption key; decrypting, at the trusted proxy system, the file key with the decryption key; encrypting, at the trusted proxy system, a copy of the file key with the additional encryption key; transmitting the encrypted copy of the file key from the trusted proxy system to the third-party storage system. 10. The computer-implemented method of claim 1 , further comprising: receiving, at the trusted proxy system, the unencrypted version of the encrypted file from the client system; generating the encrypted file at the trusted proxy system by: generating a file key based on at least one characteristic of the unencrypted version of the encrypted file; encrypting the unencrypted version of the encrypted file with the file key; encrypting the file key with the encryption key; transmitting the encrypted file and the encrypted file key to the third-party storage system. 11. The computer-implemented method of claim 10 , further comprising deduplicating the encrypted file with an additional encrypted file that is encrypted with the file key. 12. The computer-implemented method of claim 1 , wherein the third-party storage system lacks access to: the unencrypted version of the encrypted file; an unencrypted version of the decryption key; the client-side key. 13. The computer-implemented method of claim 1 , wherein using the decryption key to access the unencrypted version of the encrypted file comprises: retrieving, from the third-party storage system and for the trusted proxy system, an additional asymmetric key pair designated for a plurality of user accounts comprising the user account, the additional asymmetric key pair comprising an additional encryption key and an additional decryption key that has been encrypted with the encryption key; decrypting, at the trusted proxy system, the encrypted additional decryption key with the decryption key; retrieving, from the third-party storage system and for the trusted proxy system, a file key used to encrypt the encrypted file, wherein the file key is encrypted with the additional encryption key; decrypting, at the trusted proxy system, the file key with the additional decryption key; decrypting, at the trusted proxy system, the encrypted file with the file key. 14. A system for secure hybrid third-party data storage, the system comprising: an identification module, stored in memory, that identifies, at a trusted proxy system, an access request from a client system to access an encrypted file stored under a user account at a third-party storage system, wherein the requested access requires decryption of the encrypted file, wherein the trusted proxy system is owned by an owner of the encrypted file and the third-party storage system is not owned by the owner of the encrypted file; a retrieving module, stored in memory, that retrieves, in response to the request, from the third-party storage system and for the trusted proxy system: the encrypted file; a decryption key that has been encrypted with a client-side key, wherein an asymmetric key pair designated for the user account by an encryption key and the encrypted decryption key; a receiving module, stored in memory, that receives, at the

Assignees

Inventors

Classifications

  • Proxies · CPC title

  • G06F21/602Primary

    Providing cryptographic facilities or services · CPC title

  • wherein the data content is protected, e.g. by encrypting or encapsulating the payload · CPC title

  • for authentication of entities (cryptographic mechanisms or cryptographic arrangements for entity authentication H04L9/32) · CPC title

  • by using cryptography (for digital transmission H04L9/00) · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9076004B1 cover?
The disclosed computer-implemented method for secure hybrid third-party data storage may include (1) identifying, at a trusted proxy system, an access request from a client system to access an encrypted file stored under a user account at a third-party storage system, where the requested access requires decryption of the encrypted file, (2) retrieving, from the third-party storage system, (i) t…
Who is the assignee on this patent?
Symantec Corp
What technology area does this patent fall under?
Primary CPC classification H04L63/0281. Mapped technology areas include Electricity.
When was this patent published?
Publication date Tue Jul 07 2015 00:00:00 GMT+0000 (Coordinated Universal Time) (B1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 8 related publications on this page (citations in our corpus or others sharing the same primary CPC).