Computer systems are currently in wide use. Some computer systems use remotely located services to accomplish a variety of different things. The remotely located services, for instance, can provide remote data storage for a client.
A cloud service provider that provides such a service generally stores customer data remotely from the premises of the customer and provides one or more services relative to the data. Examples of such cloud services include remote file storage and sharing, electronic mail, hosted applications, etc.
For many customers of the cloud services, such as corporations or other organizations, sensitive and/or confidential information may be stored remotely from the corporation's physical facility. Thus, for some customers of the cloud service, it is important that access to any of the customer's data be strictly controlled. For instance, it may be that customers of cloud services wish to have visibility into actions taken on their content, and wish to have control over access to their content in the cloud, in order to trust the cloud service provider.
In addition, it can be difficult for some organizations that use cloud services to trust that, when a client asks for data to be deleted from the storage system (which is hosted by a third party), it is actually going to be deleted from both hard drive and backup systems within the third party's storage system. On some systems, orphan copies of the data may remain for unknown periods of time, without the knowledge of the client. This data can be compromised when the third party storage system is subjected to surreptitious attack.
Further, users of cloud storage services often wish to verify that data is properly written. This can be quite difficult, and can often consume local storage resources, such as local caching of data.
The discussion above is merely provided for general background information and is not intended to be used as an aid in determining the scope of the claimed subject matter.
A post-encryption checksum is generated for a file to be stored on a remote storage location. It can be generated before sending the encrypted file to the remote storage system. A post-write checksum can be received from the remote storage system. The post-write checksum is generated after the encrypted file is written there. A comparison of the two checksums indicates whether the file has been correctly written to the remote storage system.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. The claimed subject matter is not limited to implementations that solve any or all disadvantages noted in the background.
In one example, client 102 can provide a data stream (e.g., a file) 116 to local computing system 104 which prepares it for storage on system 106, and provides it to system 106 for storage. Local computing system 104 also validates that the file 116 has been accurately written to system 106 (and it may also verify that it has been accurately stored on backup system 108) and then provides a commit response 118 to client 102 indicating that the write has been successful. In doing so, it can use key provider system 110 and master key storage system 112, among other things.
In the example shown in
In addition,
Before describing the overall operation of architecture 100, a brief overview of its operation, and some of the items in architecture 100, will first be provided. When local computing system 104 receives data 116 from client 102, for storage on system 106, shredding component 130 illustratively splits the file into a plurality of different blobs. It will be noted that, while shredding splits the file on a letter or word basis, the present discussion also includes chunking which splits the file on a paragraph basis. Both types of splitting, or others, can be used as well. Per blob encryption/decryption system 132 obtains an encryption key from key generator component 158 in key provider system 110 and encrypts each blob with its own encryption key. The key provider system 110 can be a standalone service or endpoint, or arranged in another way. Checksum generator system 133 generates a checksum for the pre-encrypted value of the blob and for the post-encryption value of the blob. In one example, the checksum is a message digest (MD) 5 checksum although others can be used as well. System 104 then sends the encrypted blob to system 106 for storage. System 106 writes the encrypted blob to one of data stores 140-141. The different blobs for a file are illustratively stored across different data stores 140-141 and even across different systems 106-108. Checksum generator component 148 generates a post-write checksum for the encrypted blob, after it is written on a data store 140-141, and provides that checksum back to local computing system 104. Checksum comparison system 134 compares the post-encryption checksum generated by system 133 and the post-write checksum generated by component 148 to ensure that they are the same. If they are, system 104 can provide commit 118 back to client 102. In one example, system 104 can perform the same operations with respect to backup storage system 108 to ensure that the encrypted blob is also accurately written to backup storage system 108, before it provides commit 118 to client 102.
In another example, a checksum of the initial non-encrypted file can be generated and then after it is written into the remote storage system, computing system 104 can go through the entire retrieval and decryption process and validate that the resulting file was the same as the initial file before considering the commit to be complete. This may take more time and network resources to accomplish, but may be more precise.
Key encryption/decryption system 136 also illustratively obtains a master key from key provider system 110 and encrypts the UKPB key used to encrypt the blobs sent to system 106 for storage. The encrypted UKPB keys 126 are then stored on local application data store 122. The master keys are then deleted from system 104, but are provided to master key storage system 112 for storage.
In one example, systems 104, 106, 108 and 112 are all in separate physical and geographic locations. Also, in one example, the rights to different information are separated. For example, system 104 is unable to enumerate files that are stored in system 106. Thus, if access to systems 112 and 106 were obtained maliciously, this only means that specific parts of specific files that are already known can be obtained. A scan for other files cannot be done. Also having control of system 104 only means that what one already knows about is what could be retrieved. Each local computing system component has its own set of keys with the locations they map to. They are not aware of each other's data. Therefore, for a surreptitious user to obtain an unencrypted copy of any files 116 that are stored on storage system 106, that user must have access not only to the encrypted UKPB keys 126 on system 104, but the user must also have access to the master keys on master key storage system 112, and to the encrypted blob itself, which is stored on storage system 106. Thus, the surreptitious user must have access to three disparate systems, and a knowledge of how to use the master key, encrypted UKPB keys and encrypted blob, in order to gain access to an unencrypted form of the data.
Deleted file processing system 152 can also process files where a request has been received in order to delete those files. Architecture 100 also ensures that, after a desired amount of time, deleted filters are no longer recoverable. This involves using the key ring management system 156 to obtain a key that will expire within a predefined amount of time, and this is described in greater detail below with respect to
System 104 then prepares the data for storage on system 106. This is indicated by block 200. In one example, the preparation is performed on-the-fly, as indicated by block 202. For instance, shredding component 130 illustratively divides the received file 116 into blobs of data, as it is received. Again, this can include a variety of kinds of splitting, such as chunking or shredding or other splitting. This is indicated by block 204. It can perform other preparation operations as well, as indicated by block 206.
Checksum generator system 133 then generates a pre-encryption checksum for each blob, as it is being processed. This is indicated by block 208, and it can be used when decrypting to validate a file, but is not used to validate the transfer of the file into systems 106 or 108. For each blob, encryption/decryption system 132 obtains a UKPB key from key generator component 158 in key provider system 110. This is indicated by block 210 in
Communication component 137 then sends each encrypted blob to the remote third party blob storage system 106. This is indicated by block 216. It will be noted that it can also send the encrypted blob to a redundant or backup storage system 108. This is indicated by block 218. It can provide the data to other locations as well, as indicated by block 220.
Remote third party blob storage system 106 then receives the encrypted blob, writes it to data store 140 and generates a post-write checksum for it. The operation of system 106 is described in greater detail below with respect to
Checksum comparison system 134 then receives the post-write checksum that is calculated by checksum generator component 148 on the third party blob storage system 106. This is indicated by block 222 in
Comparison system 134 then compares the post-encryption checksum generated by checksum generator system 133 on local computing system 104 against the post-write checksum generated by component 148 on storage system 106, after the encrypted blob has been written to data store 140. This is indicated by block 228 in
If the checksums are not the same, this means that the write operation to write the encrypted blob to a data store 140-141 or to system 108, has failed. Determining whether the checksums are the same is indicated by block 234 in
If, at block 234, checksum comparison system 134 determines that the post-encryption checksum generated on local computing system 104 is the same as the post-write checksum generated by component 148 in third party storage system 106, then it can send commit 118 to client 102 indicating that the write has been successful. This is indicated by block 240 in
At some point in the processing, key encryption/decryption system 136 obtains a master key from key provider system 110. This is indicated by block 242 in
It will also be noted that, in one example, the master keys can be rotated according to a system employed by master key rotation system 174. Rotating the master keys provides even another level of security to the information stored in architecture 100. Rotating the keys is indicated by block 250. The master keys can be processed in other ways as well, as indicated by block 252.
Key encryption/decryption system 136 then stores the encrypted UKPB keys 126 in local application data store 122. This is indicated by block 254 in
In response, blob encryption/decryption system 132 then obtains the encrypted blobs for the requested file, from storage system 106. This is indicated by block 272. This can be done in a variety of different ways. In one example, component 137 requests the encrypted blob from one of the storage systems 106 and 108 on a first computing thread. This is indicated by block 273. The request may be sent to the geographically closest system 106 or 108, as indicated by block 275, or to another system, as indicated by block 277. At the same time, component 137 schedules a second request to be sent, after a delay period, on a second computing thread, to the other storage system (e.g., to system 108 if the first request is sent to system 106). This is indicated by block 279. If the first request fails, component 137 immediately sends the second request, without waiting for the delay period. This is indicated by block 281. The two threads can illustratively cancel one another. Therefore, as soon as the results are returned on one thread, the other thread is canceled. This is indicated by block 283. The encrypted blobs can be obtained in other ways as well.
System 132 also obtains the master key stored on data store 164, for master key storage system 112, that was used to encrypt the UKPB keys 126 that were, themselves, used to encrypt the blobs corresponding to the requested file. Obtaining the master key or keys is indicated by block 274. Key encryption/decryption system 136 then uses the master key to decrypt the encrypted UKPB keys 126. This is indicated by block 276. Once the keys are decrypted, blob encryption/decryption system 132 uses the UKPB keys to decrypt the blobs associated with the requested file. This is indicated by block 278. It then assembles the decrypted shreds (or blobs) and outputs the decrypted file to the requesting client 102. Assembling the shreds from the decrypted blobs is indicated by block 280, and outputting the decrypted file to client 102 is indicated by block 282.
In one example, in accordance with the scenario described with respect to
Deleted file processing system 152 first detects that a file is to be deleted from third party blob storage system 106. This is indicated by block 300 in
Deleted file processing system 152 then identifies any applicable intervening deletion levels that may have already occurred. This is indicated by block 302. For instance, it may be that the identified file was first placed in the user's recycle bin for a predetermined amount of time, or until the user actively deleted it from his or her recycle bin. This is indicated by block 304. It may also be that the deleted file was then placed in an administrative recycle bin where it remained for a predetermined amount of time, or until the administrator actively deleted it from his or her recycle bin. This is indicated by block 306. There may be a variety of other intervening deletion levels that had undergone processing as well, and this is indicated by block 308.
Elapsed time identifier component 326 then identifies any elapsed time that was used in performing the intervening deletion levels. This is indicated by block 310. For instance, it may be that the file was first placed in the user's recycle bin for 30 days, after which it was deleted from there and placed in the administrator's recycle bin. It may have remained in the administrator's recycle bin for an additional 10 days, after which it was deleted from there. Thus, the elapsed time that was consumed by the intervening deletion levels, in that case, would be 40 days.
It is assumed for the sake of the present discussion that remote third party blob storage system 106 has provided assurance to clients 102 that, once a file is deleted, the file will be inaccessible after a predefined period (such as 60 days). In that case, once elapsed time identifier component 326 has identified the time that was consumed in the intervening deletion levels, remaining retention time identifier identifies how much time remains before the file is to be completely inaccessible, and it obtains a corresponding key from the key ring management system 156 in key provider system 110. This is indicated by block 312.
In one example, key ring management system 156 generates a key every day and assigns that key a predetermined expiration date. For example, it may be that every key issued by key ring management system 156 has a life of 60 days, after which it expires and is no longer valid or usable to decrypt information in architecture 100. Based on the already elapsed time, and the remaining retention time, deleted file processing system 152 illustratively obtains a key from key ring management system 156 so that the key only has a remaining life corresponding to the remaining retention time for the file to be deleted. In the scenario described above, assume that the elapsed time for the intervening deletion levels is 40 days. Assume that storage system 106 has indicated that any deleted file will no longer be accessible after a period of 60 days. In that case, component 328 identifies the remaining retention time for the file to be 20 days. Therefore, deleted file processing system 152 obtains a key from key ring management system 156 that has a remaining life of 20 days. Obtaining the key for the remaining retention time for a deleted file is indicated by block 314. It can obtain the key in other ways as well, as indicated by block 316.
System 152 then re-encrypts the file to be deleted with the obtained key. This is indicated by block 318. Until that key expires, the deleted file will still be accessible by system 104. If it requests the deleted file from storage system 106, storage system 106 can use that key to decrypt the file that has been marked for deletion, and provide it, to system 104. Thus, while the key is unexpired, the file is still accessible by local computing system 104. This is indicated by blocks 320 and 322 in
It can thus be seen that architecture 100 defines a storage platform that greatly enhances security of stored data. For a surreptitious user to obtain an unencrypted form of data stored on storage system 106, the surreptitious user must have access to not only the encrypted blobs 140-144 on storage system 106, but also to one or more master keys 166-168 on master key storage system 112, and to encrypted UKPB keys 126 on local computing system 104. The surreptitious user must also have knowledge of how to assemble this information and use it in order to decrypt the encrypted UKPB keys 126 and the encrypted blobs. In addition, storage system 106 can provide an indication as to the maximum retention time for a deleted file. Once that retention time is reached, the key obtained from the key ring management system 156 will expire and the deleted file will no longer be accessible within architecture 100. This can provide additional security to users of client 102, so that they know that their data, once deleted, will actually be deleted from the entire architecture, and no copies of the data will remain in any of the storage systems 106-108.
Further, the system can provide quicker response times. By requesting data from two different systems, and then using the data from the quickest responding system, fast data access times can be achieved.
The present discussion has mentioned processors and servers. In one embodiment, the processors and servers include computer processors with associated memory and timing circuitry, not separately shown. They are functional parts of the systems or devices to which they belong and are activated by, and facilitate the functionality of the other components or items in those systems.
Also, a number of user interface displays have been discussed. They can take a wide variety of different forms and can have a wide variety of different user actuatable input mechanisms disposed thereon. For instance, the user actuatable input mechanisms can be text boxes, check boxes, icons, links, drop-down menus, search boxes, etc. They can also be actuated in a wide variety of different ways. For instance, they can be actuated using a point and click device (such as a track ball or mouse). They can be actuated using hardware buttons, switches, a joystick or keyboard, thumb switches or thumb pads, etc. They can also be actuated using a virtual keyboard or other virtual actuators. In addition, where the screen on which they are displayed is a touch sensitive screen, they can be actuated using touch gestures. Also, where the device that displays them has speech recognition components, they can be actuated using speech commands.
A number of data stores have also been discussed. It will be noted they can each be broken into multiple data stores. All can be local to the systems accessing them, all can be remote, or some can be local while others are remote. All of these configurations are contemplated herein.
Also, the figures show a number of blocks with functionality ascribed to each block. It will be noted that fewer blocks can be used so the functionality is performed by fewer components. Also, more blocks can be used with the functionality distributed among more components.
The description is intended to include both public cloud computing and private cloud computing. Cloud computing (both public and private) provides substantially seamless pooling of resources, as well as a reduced need to manage and configure underlying hardware infrastructure.
A public cloud is managed by a vendor and typically supports multiple consumers using the same infrastructure. Also, a public cloud, as opposed to a private cloud, can free up the end users from managing the hardware. A private cloud may be managed by the organization itself and the infrastructure is typically not shared with other organizations. The organization still maintains the hardware to some extent, such as installations and repairs, etc.
In the example shown in
It will also be noted that architecture 100, or portions of it, can be disposed on a wide variety of different devices. Some of those devices include servers, desktop computers, laptop computers, tablet computers, or other mobile devices, such as palm top computers, cell phones, smart phones, multimedia players, personal digital assistants, etc.
In other examples, applications or systems are received on a removable Secure Digital (SD) card that is connected to a SD card interface 15. SD card interface 15 and communication links 13 communicate with a processor 17 (which can also embody processors 120, 150, 160 or 172 from
I/O components 23, in one embodiment, are provided to facilitate input and output operations. I/O components 23 for various embodiments of the device 16 can include input components such as buttons, touch sensors, multi-touch sensors, optical or video sensors, voice sensors, touch screens, proximity sensors, microphones, tilt sensors, and gravity switches and output components such as a display device, a speaker, and or a printer port. Other I/O components 23 can be used as well.
Clock 25 illustratively comprises a real time clock component that outputs a time and date. It can also, illustratively, provide timing functions for processor 17.
Location system 27 illustratively includes a component that outputs a current geographical location of device 16. This can include, for instance, a global positioning system (GPS) receiver, a LORAN system, a dead reckoning system, a cellular triangulation system, or other positioning system. It can also include, for example, mapping software or navigation software that generates desired maps, navigation routes and other geographic functions.
Memory 21 stores operating system 29, network settings 31, applications 33, application configuration settings 35, data store 37, communication drivers 39, and communication configuration settings 41. Memory 21 can include all types of tangible volatile and non-volatile computer-readable memory devices. It can also include computer storage media (described below). Memory 21 stores computer readable instructions that, when executed by processor 17, cause the processor to perform computer-implemented steps or functions according to the instructions. Similarly, device 16 can have a client system 24 which can run various business applications or embody parts or all of architecture 100. Processor 17 can be activated by other components to facilitate their functionality as well.
Examples of the network settings 31 include things such as proxy information, Internet connection information, and mappings. Application configuration settings 35 include settings that tailor the application for a specific enterprise or user. Communication configuration settings 41 provide parameters for communicating with other computers and include items such as GPRS parameters, SMS parameters, connection user names and passwords.
Applications 33 can be applications that have previously been stored on the device 16 or applications that are installed during use, although these can be part of operating system 29, or hosted external to device 16, as well.
Additional examples of devices 16 can be used as well. Device 16 can be, a feature phone, smart phone or mobile phone. The phone can include a set of keypads for dialing phone numbers, a display capable of displaying images including application images, icons, web pages, photographs, and video, and control buttons for selecting items shown on the display. The phone can include an antenna for receiving cellular phone signals such as General Packet Radio Service (GPRS) and 1Xrtt, and Short Message Service (SMS) signals. In some examples the phone also includes a Secure Digital (SD) card slot that accepts a SD card.
The mobile device can also be a personal digital assistant or a multimedia player or a tablet computing device, etc. (hereinafter referred to as a PDA). The PDA can include an inductive screen that senses the position of a stylus (or other pointers, such as a user's finger) when the stylus is positioned over the screen. This allows the user to select, highlight, and move items on the screen as well as draw and write. The PDA can also include a number of user input keys or buttons which allow the user to scroll through menu options or other display options which are displayed on the display, and allow the user to change applications or select user input functions, without contacting the display. The PDA can also include an internal antenna and an infrared transmitter/receiver that allow for wireless communication with other computers as well as connection ports that allow for hardware connections to other computing devices. Such hardware connections are typically made through a cradle that connects to the other computer through a serial or USB port. As such, these connections are non-network connections.
Note that other forms of the devices 16 are possible.
Computer 810 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed by computer 810 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media is different from, and does not include, a modulated data signal or carrier wave. It includes hardware storage media including both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 810. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
The system memory 830 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 831 and random access memory (RAM) 832. A basic input/output system 833 (BIOS), containing the basic routines that help to transfer information between elements within computer 810, such as during start-up, is typically stored in ROM 831. RAM 832 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 820. By way of example, and not limitation,
The computer 810 may also include other removable/non-removable volatile/nonvolatile computer storage media. By way of example only,
Alternatively, or in addition, the functionality described herein can be performed, at least in part, by one or more hardware logic components. For example, and without limitation, illustrative types of hardware logic components that can be used include Field-programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.
The drives and their associated computer storage media discussed above and illustrated in
A user may enter commands and information into the computer 810 through input devices such as a keyboard 862, a microphone 863, and a pointing device 861, such as a mouse, trackball or touch pad. Other input devices (not shown) may include a joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 820 through a user input interface 860 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). A visual display 891 or other type of display device is also connected to the system bus 821 via an interface, such as a video interface 890. In addition to the monitor, computers may also include other peripheral output devices such as speakers 897 and printer 896, which may be connected through an output peripheral interface 895.
The computer 810 is operated in a networked environment using logical connections to one or more remote computers, such as a remote computer 880. The remote computer 880 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 810. The logical connections depicted in
When used in a LAN networking environment, the computer 810 is connected to the LAN 871 through a network interface or adapter 870. When used in a WAN networking environment, the computer 810 typically includes a modem 872 or other means for establishing communications over the WAN 873, such as the Internet. The modem 872, which may be internal or external, may be connected to the system bus 821 via the user input interface 860, or other appropriate mechanism. In a networked environment, program modules depicted relative to the computer 810, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,
It should also be noted that the different embodiments described herein can be combined in different ways. That is, parts of one or more embodiments can be combined with parts of one or more other embodiments. All of this is contemplated herein.
is a computing system, comprising:
a data encryption system that receives a data file to be stored on a remote storage system and transforms the data file by encrypting the data file with a file-specific encryption key to obtain an encrypted data file;
a checksum generator component that generates a post-encryption checksum on the encrypted data file;
a communication component that sends the encrypted data file to the remote storage system; and
a checksum comparison system that receives a first post-write checksum from the remote storage system, the first post-write checksum being generated from the encrypted data file after being written to the remote storage system, and compares the first post-write checksum to the post-encryption checksum to determine whether the encrypted data file is correctly written to the remote storage system and generates a comparison output signal indicative of a result of the comparison.
is the computing system of any or all previous examples wherein the communication component receives a storage request from a client to store the data file on the remote storage system, and wherein the communication component indicates to the client that the data file has been successfully written to the remote storage system, when the comparison output signal indicates that the first post-write checksum and the post-encryption checksum are the same.
is the computing system of any or all previous examples wherein the communication component sends the encrypted data file to a remote backup storage system for storage on the backup storage system.
is the computing system of any or all previous examples wherein the checksum comparison system receives a second post-write checksum from the remote backup storage system, the second post-write checksum being generated from the encrypted data file after being written to the remote backup storage system, and compares the second post-write checksum to the post-encryption checksum to determine whether the encrypted data file is correctly written to the remote backup storage system and generates a comparison output signal indicative of a result of the comparison.
is the computing system of any or all previous examples wherein the computing system receives a storage request from a client to store the data file on the remote storage system, and wherein the communication component indicates to the client that the data file has been successfully written to the remote storage system, when the comparison output signal indicates that the first post-write checksum and the post-encryption checksum are the same, and that the second post-write checksum and the post-encryption checksum are the same.
is the computing system of any or all previous examples wherein, in response to receiving a data access request, for the data file, from the client, the communication component is configured to send a first request for the encrypted data file to the remote storage location on a first computing thread and to schedule a second request to the remote backup storage location on a second thread to occur after a delay period.
is the computing system of any or all previous examples wherein the communication component is configured to send the second request to the backup storage location within the delay period if the first request fails within the delay period.
is the computing system of any or all previous examples wherein the communication component is configured to cancel a given one of the first request and the second request when the encrypted data file is returned in response another one of the first request or the second request.
is a computer implemented method, comprising:
receiving a data file to be stored on a remote storage system;
transforming the data file by encrypting the data file with a file-specific encryption key to obtain an encrypted data file;
generating a post-encryption checksum on the encrypted data file;
sending the encrypted data file to the remote storage system;
receiving a first post-write checksum from the remote storage system, the first post-write checksum being generated from the encrypted data file after being written to the remote storage system;
comparing the first post-write checksum to the post-encryption checksum to determine whether the encrypted data file; and
generating a comparison output signal indicative of a result of the comparison.
is the computer implemented method of any or all previous examples wherein receiving the data file includes receiving a storage request from a client to store the data file on the remote storage system.
is the computer implemented method of any or all previous examples wherein sending the encrypted data file to the remote storage system comprises:
sending the encrypted data file to a remote backup storage system for storage on the backup storage system.
is the computer implemented method of any or all previous examples and further comprising:
receiving a second post-write checksum from the remote backup storage system, the second post-write checksum being generated from the encrypted data file after being written to the remote backup storage system;
comparing the second post-write checksum to the post-encryption checksum; and
generating a comparison output signal indicative of a result of the comparison.
is the computer implemented method of any or all previous examples and further comprising:
indicating to the client that the data file has been successfully written to the remote storage system, when the comparison output signal indicates that the first post-write checksum and the post-encryption checksum are the same, and that the second post-write checksum and the post-encryption checksum are the same.
is the computer implemented method of any or all previous examples and further comprising:
receiving a data access request, for the data file, from the client;
sending a first request for the encrypted data file to the remote storage location on a first computing thread in response to the data request; and
scheduling a second request to the remote backup storage location on a second thread to occur after a delay period, in response to the data request.
is the computer implemented method of any or all previous examples and further comprising:
detecting that the first request failed within the delay period; and
in response to detecting that the first request failed, sending the second request to the backup storage location within the delay period.
is the computer implemented method of any or all previous examples and further comprising:
cancelling a given one of the first request and the second request when the encrypted data file is returned in response another one of the first request or the second request.
is the computer implemented method of any or all previous examples and further comprising:
decrypting the encrypted data file with the file-specific encryption key; and
returning the data file to the client in response to the data request.
is a computing system, comprising:
a communication component configured to receive a storage request from a client to store the data file on the remote storage system;
a data encryption system configured to transform the data file by encrypting the data file with a file-specific encryption key to obtain an encrypted data file, the communication component sending the encrypted data file to the remote storage system and a backup remote storage system;
a checksum generator component that generates a post-encryption checksum on the encrypted data file; and
a checksum comparison system that receives a first post-write checksum from the remote storage system and a second post-write checksum from the backup remote storage system, the first post-write checksum being generated from the encrypted data file after being written to the remote storage system, and the second post-write checksum being generated from the encrypted data file after being written to the remote backup storage system, the checksum comparison system comparing the first post-write checksum to the post-encryption checksum and comparing the second post-write checksum to the post-encryption checksum and generating a comparison output signal indicative of a result of the comparison, the communication component confirming to the client that the data file is successfully stored on the remote storage location if the comparison signal indicates that the post-encryption checksum is the same as both the first and second post-write checksums.
is the computing system of any or all previous examples wherein, in response to receiving a data access request for the data file from the client, the communication component is configured to send a first request for the encrypted data file to the remote storage location on a first computing thread and to schedule a second request to the remote backup storage location on a second thread to be sent after a delay period, and wherein the communication component is configured to send the second request to the backup storage location within the delay period if the first request fails within the delay period.
is the computing system of any or all previous examples wherein the communication component is configured to cancel a given one of the first request and the second request when the encrypted data file is returned in response to another one of the first request or the second request.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
The present application is based on and claims the benefit of U.S. provisional patent application Ser. No. 62/155,886 filed May 1, 2015, and U.S. provisional patent application Ser. No. 62/155,975 filed May 1, 2015 the content of which is hereby incorporated by reference in its entirety.
Number | Date | Country | |
---|---|---|---|
62155975 | May 2015 | US | |
62155886 | May 2015 | US |