Computers have become increasingly commonplace and used in various different settings, which has led to situations in which users desire to have data stored on computer storage devices encrypted. These situations can be a result of a user's personal desires, a corporate policy dictating that the user's computer must encrypt corporate data stored on the personal computer's storage device, and so forth. However, waiting for an entire storage device to be encrypted (which can be on the order of several minutes or hours, depending on the size of the storage device) can be frustrating for users, leading to poor user experiences.
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 to limit the scope of the claimed subject matter.
In accordance with one or more aspects, a method is implemented in a trusted runtime of a computing device that is isolated from other programs in the computing device. A request to generate a key for a portion of a storage device is received at the trusted runtime. In response to the request to generate the key, the key is generated and persisted using the trusted runtime across power cycles of the computing device. An inline cryptographic processor of the computing device is also provisioned with the key so that subsequent writes to the portion of the storage device are encrypted based on the key. Additionally, in response to a request that protection of the portion be enabled, an indication that protection of the portion is enabled is returned despite at least part of the portion being unencrypted.
In accordance with one or more aspects, a computing device includes an inline cryptographic processor and a trusted runtime that is isolated from an operating system of the computing device. The trusted runtime is configured to generate a key for a portion of a storage device, persist the key across power cycles of the computing device, and return, in response to a request that protection of the portion of the storage device be enabled, an indication that protection of the portion of the storage device is enabled despite one or more parts of the portion of the storage device being unencrypted. The inline cryptographic processor is configured to receive the key from the trusted runtime, encrypt subsequent writes to the portion of the storage device based on the key, and decrypt subsequent reads from the portion of the storage device based on the key.
The detailed description is described with reference to the accompanying figures. In the figures, the left-most digit(s) of a reference number identifies the figure in which the reference number first appears. The use of the same reference numbers in different instances in the description and the figures may indicate similar or identical items. Entities represented in the figures may be indicative of one or more entities and thus reference may be made interchangeably to single or plural forms of the entities in the discussion.
Rapid data protection for storage devices is discussed herein. A computing device uses a data encryption and decryption system that includes a trusted runtime and an inline cryptographic processor. The trusted runtime provides a trusted or protected execution environment, and the inline cryptographic processor provides decryption and encryption of data in-line with storage device read and write operations. The rapid data protection discussed herein works with various portions of a storage device, such as partitions of a storage device. When a portion of a storage device is created, the trusted runtime generates an encryption key for the portion and provides the encryption key to the inline cryptographic processor. The inline cryptographic processor uses the encryption key to encrypt data written to the portion and decrypt data read from the portion, but does not persist the encryption key across power cycles of the computing device. The trusted runtime persists the encryption key securely across power cycles of the computing device, allowing the operating system to request use of the encryption key to encrypt and decrypt data stored on the portion, but not revealing the encryption key to the operating system.
Access to the portion can be subsequently protected by associating the key with particular authentication credentials. The authentication credentials of a user or other entity are provided to the trusted runtime, which protects the encryption key based on the authentication credentials (e.g., encrypts the encryption key using an authentication key of the user or other entity). The trusted runtime subsequently persists the protected encryption key. Access to the encryption key can thus subsequently be obtained by the trusted runtime only in response to the proper authentication credentials being provided, thus restricting access to the data stored on the portion to a user or entity that provides the proper authentication credentials.
Thus, upon creation of the portion, data written to the portion is encrypted and decrypted using the encryption key. This encryption and decryption occurs independently of any instruction or request from a user to have data on the portion encrypted. In response to a subsequent user request to have data on the portion encrypted, access to the encryption key is gated or restricted based on the authentication credentials of the user. Further, in response to such a user request, an indication can be rapidly returned that the data on the portion is encrypted or protected; the indication can be returned without waiting for the portion to be encrypted because any data previously written to the portion is already encrypted, and data subsequently written to the portion will also be encrypted using the encryption key. However, only a user able to provide the correct authentication credentials can authorize the inline cryptographic processor to gain access to the encryption key, and thus allow the inline cryptographic processor to subsequently decrypt data stored on the portion and encrypt data for storage on the portion.
Computing device 100 includes a data encryption and decryption system 102, a storage device 104, a storage device protection system 106, and an operating system 108. The data encryption and decryption system 102 manages encryption and decryption of data written to and read from the storage device 104. The storage device 104 can be implemented using a variety of different technologies, such as a flash memory device, a magnetic disk, an optical disc, combinations thereof, and so forth. Although a single storage device 104 is illustrated in
The data encryption and decryption system 102 includes a trusted runtime 112 and an inline cryptographic processor 114. The trusted runtime provides a trusted or protected execution environment, and provides keys to the inline cryptographic processor 114, as discussed in more detail below. The inline cryptographic processor 114 decrypts and encrypts data in-line with device read and write operations from and to the storage device 104, as discussed in more detail below.
The storage device protection system 106 manages authentication of credentials, and configuration of the trusted runtime 112 based on the authenticated credentials (e.g., provision of an authentication key to the trusted runtime 112 based on the authenticated credentials). The operating system 108 manages the operation of various hardware devices in the computing device 100, and the running of additional programs on the computing device 100. The operating system 108, as well as other programs running on the computing device 100, can read from and write to the storage device 104 via the data encryption and decryption system 102.
The storage device 104 is illustrated as being included as part of the computing device 100. For example, the storage device 104 can be an internal storage device coupled to an internal bus of the computing device 100. By way of another example, the storage device 104 can be an internal storage device implemented as one or more chips on a same circuit board as chips implementing one or more of the systems 102, 106, and 108, can be an internal storage device implemented in the same chip as one or more of the systems 102, 106, and 108, and so forth.
The storage device 104 can alternatively be external to the computing device 100 and coupled to the computing device 100 in a variety of different wired and/or wireless manners. For example, the storage device 104 can be coupled to the computing device 100 via a Universal Serial Bus (USB) connection, a wireless USB connection, an IEEE 1394 connection, an external SATA (eSATA) connection, a Bluetooth connection, and so forth. The storage device 104 can be designed to be coupled to different computing devices (concurrently or at different times). In one or more embodiments, the storage device 104 is a removable device, such as being designed to be easily coupled to and decoupled from the computing device 100 and transported to other computing devices. An example of such a removable storage volume is a thumb drive or USB flash memory device. Alternatively, the storage device 104 can take other forms, such as being a network storage device that is coupled to computing device 100 via a network (e.g., the Internet, a local area network (LAN), a cellular or other phone network, an intranet, a storage area network (SAN), network-attached storage (NAS), a personal area network (PAN), other public and/or proprietary networks, combinations thereof, and so forth).
The storage device protection system 106 can be implemented in a variety of different manners. Although illustrated as separate from the operating system 108, the storage device protection system 106 can be implemented at least in part in the operating system 108. The storage device protection system 106 can additionally or alternatively be implemented in other manners, such as implemented as part of a pre operating system environment, as part of a pre-boot execution environment, and so forth.
The storage device protection system 106 includes an authentication module 202 and a trusted runtime configuration module 204. The trusted runtime 112 can be configured to allow the inline cryptographic processor 114 to decrypt data on the storage device 104 only if valid authentication credentials to access the data are provided, as discussed in more detail below. The authentication module 202 authenticates the authentication credentials provided by an entity and determines whether the provided authentication credentials are valid. In one or more embodiments, the entity is a user of the system 200, although the entity can alternatively be other devices, components, modules, and so forth. The storage device protection system 106 operates as a key management system, making an authentication key corresponding to valid authentication credentials available to the trusted runtime 112.
The authentication credentials can take various different forms, such as knowledge of a secret phrase (e.g., a password), a private key corresponding to a certificate, a temporal secret (e.g., a one-time password), and so forth. The authentication module 202 can maintain or otherwise obtain a record of various data to compare against the provided authentication credentials in order to determine whether the provided authentication credentials are valid, can apply any of a variety of processes or algorithms to the provided authentication credentials to determine whether the provided authentication credentials are valid, and so forth.
In response to the authentication module 202 determining that the provided authentication credentials are valid, the storage device protection system 106 obtains an authentication key associated with the entity that provided the authentication credentials. The authentication key can be obtained in various manners, such as provided by the storage device protection system 106, retrieved from a store maintained by the storage device protection system 106, received from the entity that provided the authentication credentials (e.g., from a user's smartcard), generated from the authentication credentials or other information provided by the entity that provided the authentication credentials, and so forth.
The trusted runtime configuration module 204 communicates with the trusted runtime 112 through a set of commands supported by the trusted runtime 112, providing various commands to the trusted runtime 112 to perform various operations. These operations can include, for example, enabling protection on a portion of the storage device 104, locking a protected portion of the storage device 104, unlocking a portion of the storage device 104, disabling protection of the storage device 104, and recovery and migration of keys. Some of these commands can include providing the authentication key obtained by the storage device protection system 106 to the trusted runtime 112, as discussed in more detail below.
The trusted runtime 112 includes a key generation module 206, a key protection module 208, an inline cryptographic processor configuration module 210, and a persistent key store 212. The trusted runtime 112 is an environment that allows execution of programs in the trusted runtime 112 in isolation from an operating system running on the same device. The trusted runtime isolates execution of programs in memory (preventing the operating system from accessing memory space used by the isolated programs when executing), in processor (preventing the operating system from accessing registers or other state of the processor when executing the isolated programs), and in storage (preventing the operating system or any external parties from accessing storage locations used by the isolated programs during operation as well as while the computing device is turned off). Thus, the trusted runtime 112 allows modules to execute as programs on a computing device that are isolated from and independent of the operating system and any other programs (e.g., not executing in the trusted runtime 112) executing on the computing device. The operating system or other programs executing on the computing device can only access programs in the trusted runtime using an interface (e.g., a set of interface commands) exposed by the trusted runtime 112.
The trusted runtime 112 can be implemented in a variety of different manners. In one or more embodiments, the trusted runtime 112 is implemented as an ARM TrustZone on ARM architecture processors of the computing device. Alternatively, the trusted runtime 112 can be implemented in other manners, such as by a separate processor of the computing device (e.g., a processor or processor core separate from the processor or processor core on which the operating system executes). Alternatively, the trusted runtime can be implemented by an additional secure mode provided or facilitated by a hypervisor or other virtual machine manager of the computing device.
The key generation module 206 generates encryption keys to be used to encrypt data on portions of the storage device 104. The key generation module 206 can generate encryption keys using any of a variety of public and/or proprietary techniques. In one or more embodiments, the key generation module 206 generates a different encryption key for each portion of the storage device 104, and can maintain these keys in the persistent key store 212. The keys maintained in the persistent key store 212 are maintained as associated with the respective portions of the storage device 104 for which they were generated. One or more (e.g., multiple (x)) keys can be maintained in the persistent key store 212, such as one key for each portion of the storage device 104. The persistent key store 212 can be implemented in a variety of different manners, and allows the keys in the store 212 to be persisted across power cycles of the computing device. A power cycle of the computing device refers to the computing device being powered off and then powered on again, or the computing device being rebooted or hardware reset. Thus, after the computing device implementing the system 200 has been powered off and again powered on, or after the computing device has been rebooted, the keys remain in the persistent key store 212.
The key protection module 208 protects (e.g., encrypts) the keys in the persistent key store 212 under certain circumstances, such as when protection on a portion of the storage device 104 is enabled as discussed in more detail below. The inline cryptographic processor configuration module 210 communicates with the inline cryptographic processor 114, providing encryption keys to the inline cryptographic processor 114 as discussed in more detail below.
In one or more embodiments, an operating system (e.g., operating system 108 of
Alternatively, rather than maintaining protected keys in the persistent key store 212, the key protection module 208 can return the protected encryption key to the operating system. The operating system can optionally store the protected encryption key so that the protected encryption key is persisted across power cycles of the computing device. The key protection module 208 knows the key used to protect (e.g., encrypt) the encryption key and does not reveal the key to the operating system. The operating system therefore does not have access to the encryption key, but the operating system can provide the protected encryption key to the key protection module 208, which can in turn retrieve the encryption key from the protected key. Thus, the trusted runtime 112 can leverage the operating system to store one or more protected keys rather than (or alternatively in addition to) maintaining the protected keys in the persistent key store 212.
The inline cryptographic processor 114 includes an encryption and decryption module 214, a management module 216, and an encryption key store 218. Encryption keys are received from the trusted runtime 112 and stored as encryption keys in the encryption key store 218. One or more (e.g., multiple (y)) encryption keys can be stored in the encryption key store 218. In one or more embodiments, the encryption key store 218 includes one encryption key for each portion of the storage device 104. Once stored in the encryption key store 218, an encryption key is maintained in the encryption key store 218 until a command is received (e.g., from the trusted runtime 112) to delete the encryption key, or until a power cycle occurs (e.g., the computing device is powered down, the computing device is rebooted, and so forth). Although the encryption key is not persisted in the encryption key store 218, after a power cycle occurs the trusted runtime 112 can again provide encryption keys to the inline cryptographic processor for inclusion in the encryption key store 218 (optionally only after being obtained from a protected encryption key in the persistent key store 212, as discussed in more detail below).
The inline cryptographic processor 114 receives and responds to I/O requests 220. The I/O requests 220 are from an operating system (e.g., the operating system 108 of
In embodiments in which the encryption key store 218 stores multiple encryption keys, an indication of the encryption key to be used by the inline cryptographic processor 114 to encrypt or decrypt data for an I/O request 220 can be provided as part of the I/O request 220. The indication can take various different forms, such as an identifier of an encryption key (e.g., provided by the trusted runtime when the portion is created or a portion is unlocked, as discussed in more detail below), an indication of the portion to which the request applies, and so forth. In one or more embodiments, this identifier of an encryption key is an identifier of a register of the inline cryptographic processor in which the encryption key is stored.
Alternatively, no such indication of the encryption key to be used by the inline cryptographic processor 114 need be provided. For example, the inline cryptographic processor 114 or the trusted runtime 112 can maintain a record of which encryption key is used for which portion of the storage device 104, in which case no such indication need be provided. By way of another example, if the encryption key store 218 includes a single encryption key, then no such indication need be provided.
It should be noted that although an indication of an encryption key to use to encrypt and decrypt content can be received by the inline cryptographic processor 114, and the encryption key is provided to the inline cryptographic processor 114 by the trusted runtime 112, the inline cryptographic processor 114 does not disclose the encryption keys to devices or programs external to the inline cryptographic processor 114. Under particular conditions, such as when swapping encryption keys in and out of the encryption key store 218 as discussed in more detail below, a protected version of an encryption key may be disclosed by the inline cryptographic processor 114, but other than under such particular conditions the encryption keys (protected or unprotected) are not disclosed by the inline cryptographic processor 114.
The management module 216 manages operation of the inline cryptographic processor 114, optionally including managing communications with the trusted runtime 112. In one or more embodiments, the trusted runtime 112 communicates with the management module 216 of the inline cryptographic processor 114 via another module or component, using secure (e.g., encrypted) communication channels. For example, the trusted runtime 112 can provide encryption keys to the management module 216, which stores the encryption keys in the encryption key store 218. In other embodiments, the trusted runtime 112 can communicate with the inline cryptographic processor 114 directly, such as by storing encryption keys directly in registers of the encryption key store 218. The management module 216 also manages disclosing a protected version of an encryption key under the particular conditions discussed above.
The inline cryptographic processor 114 is implemented at least in part in hardware (e.g., as one or more hardware chips), and is in-line with the regular read and write operations for the storage device 104. Thus, all data written to a portion of the storage device 104 can be encrypted by the inline cryptographic processor 114, and all data read from a portion of the storage device can be decrypted by the inline cryptographic processor 114. Generally, the inline cryptographic processor 114 is cryptographic hardware with one or more registers that can store encryption keys, and that allows an operating system or other programs to reference and use the registers (e.g., to have data encrypted), but does not allow an operating system or other programs to extract the contents of the registers.
In one or more embodiments, the inline cryptographic processor 114 is implemented as part of a storage controller for the storage device 104. Alternatively, the inline cryptographic processor 114 can be implemented in other manners, such as in a video path (e.g., a video card or other hardware) for video recording or playback, an audio path (e.g., an audio card or other hardware) for audio recording or playback, in a communications path (e.g., a network card or other hardware) for sending or receiving data to another device, and so forth.
The encryption and decryption module 214 can encrypt and decrypt data based on an encryption key in the encryption key store 218 using any of a variety of public and/or proprietary techniques. In one or more embodiments, the encryption and decryption module 214 uses symmetric key cryptography, with the same key (the encryption key) being used for encryption and decryption. Alternatively, the encryption and decryption module 214 can use asymmetric key cryptography, with different keys being used for encryption and decryption. In such embodiments, although only the encryption key is illustrated in the encryption key store 218, the key generation module 206 generates both the encryption key and the decryption key, and the encryption key store 218 maintains both the encryption key and the decryption key. The encryption and decryption module 214 thus uses the encryption key from the store 218 when encrypting data to be written to a portion of the storage device 104, and uses the decryption key from the store 218 when decrypting data read from a portion of the storage device 104. Thus, it should be noted that in discussions herein referring to decryption using the encryption key, such references are to a separate decryption key in situations where asymmetric key cryptography is being used.
In one or more embodiments, the encryption key store 218 can store up to a particular number (y) of encryption keys, although the storage device 104 may include more than that particular number of portions. In such situations, encryption keys are swapped in and out of the encryption key store 218 as appropriate so that the encryption key identified by an I/O request 220 is included in the encryption key store 218. The swapping of encryption keys can be implemented in various manners. For example, if an encryption key identified by an I/O request 220 is not included in the encryption key store 218, the management module 216 can request and receive the identified encryption key from the trusted runtime 112.
By way of another example, the management module 216 can have an encryption key protected (e.g., encrypted using a secret key known only to the inline cryptographic processor 114) and the protected encryption key returned to the operating system. If an encryption key identified by an I/O request 220 is not included in the encryption key store 218, the management module 216 can request and receive a protected version of the identified encryption key from the operating system, then decrypt and store the encryption key in the encryption key store 218. Thus, the operating system itself can participate in the swapping of encryption keys. In such situations, the management module 216 can optionally change the secret key used to protect the encryption key after a particular amount of time elapses or in response to a particular event (e.g., the computing device is powered down or rebooted). Thus, after the particular amount of time elapses or the particular event occurs, the protected key maintained by the operating system is no longer usable by the inline cryptographic processor 114 because the key has changed.
The use of the trusted runtime 112 and the inline cryptographic processor 114 allows the system 200 to generate a different key for each portion created on the storage device 104, and encrypt/decrypt all data stored in the portion as the data is written/read. While portions can be created very early in the lifetime of the storage device 104, and the storage device 104 can be handled by potentially untrusted parties, the portion encryption key is never exposed to such parties even if they have physical access to the storage device 104 and/or have administrative privileges on the operating system installed on the computing device implementing the system 200.
The system 200 supports various different operations, as mentioned above. These operations include, for example, generating an encryption key for a newly defined portion of the storage device 104, enabling protection on a portion of the storage device 104, locking a protected portion of the storage device 104, unlocking a portion of the storage device 104, disabling protection of the storage device 104, and recovery and migration of keys. These operations are discussed in additional detail as follows.
Generating Encryption Keys for Newly Created Portions
Portion creation refers to the creation or definition of a new portion of the storage device 104. One or more portions can be created on the storage device 104. These portions can be created in response to a request from a user of the computing device, an administrator of the computing device, another device or module, and so forth. The creation of a portion includes various acts, including establishing and maintaining various data structures describing the portion, such as which parts of the storage device (e.g., which sectors of a disk) are included in the portion. The portion can be created using any of a variety of public and/or proprietary techniques. Additionally, as part of the creation of the portion, the trusted runtime is requested to generate an encryption for the newly created (also referred to as newly defined) portion.
In process 300, a request to generate an encryption key for a newly defined portion of a storage device is received (act 302). The request can be received in the form of a command, and can be received from various different modules. For example, the request can be received from the operating system 108 of
In response to the received request, a new encryption key is generated (act 304). The new encryption key can be generated in any of a variety of manners, as discussed above.
Additionally, the newly generated encryption key is persisted using the trusted runtime (act 306). The newly generated encryption key can be persisted in different manners. In one or more embodiments, the newly generated encryption key is maintained in a persistent key store of the trusted runtime. Alternatively, the encryption key can be persisted in other manners. For example, an encrypted encryption key can be generated (e.g., generated by encrypting the encryption key using a secret key known only to the trusted runtime) and the encrypted encryption key provided to the operating system. The operating system can thus maintain the encrypted encryption key, relieving the trusted runtime of the need to maintain the encryption key.
Regardless of how the newly generated encryption key is persisted, the encryption key is persisted across power cycles. For example, the persistent key store of the trusted runtime can persist the encryption key across power cycles as discussed above. By way of another example, the operating system can manage storage of the encrypted encryption key in a nonvolatile memory that persists the encrypted encryption key across power cycles.
The newly generated encryption key is also provided to the inline cryptographic processor (act 308). Providing the newly generated encryption key to the inline cryptographic processor provisions the inline cryptographic processor with the newly generated encryption key, allowing the inline cryptographic processor to encrypt data written to the portion and decrypt data read from the portion based on the newly generated encryption key. The manner in which the encryption key is used to encrypt and decrypt data varies based on the manner in which encryption and decryption is performed by the inline cryptographic processor.
An identifier of the newly generated encryption key is returned to the requester (act 310). The identifier can take any of a variety of different forms, but allows different encryption keys (e.g., used for different portions) to be identified. Thus, if the inline cryptographic processor is storing multiple encryption keys, one for each of multiple portions of a storage device, the correct encryption key for a particular portion can be identified. For example, the operating system can issue read and write requests that include an identifier of the particular encryption key to use. It should be noted that this identifier of an encryption key merely allows the operating system to identify to the inline cryptographic processor which encryption key to use; the identifier does not provide or otherwise allow the operating system to obtain the encryption key.
Thus, all data written to the portion is encrypted by the inline cryptographic processor, and all data read from the portion is decrypted by the inline cryptographic processor. No component, module, or device other than the trusted runtime and the inline cryptographic processor have or can gain access to the newly generated encryption key, and neither the trusted runtime nor the inline cryptographic processor will reveal the encryption key to any component, module, or device external to the trusted runtime and the inline cryptographic processor as discussed above.
It should be noted that after creation of the portion, access to the data stored in the portion is unrestricted. Although the data stored in the portion is encrypted, no authentication credentials need be provided to the trusted runtime in order to read the encrypted data.
The process 300 can be repeated any number of times to create new portions on the storage device.
Enabling Protection on a Portion
Enabling protection on a portion refers to associating the portion with particular authentication credentials, allowing only authenticated entities to access the portion. For example, a user can request to have the portion protected, and as a result have the portion associated with the authentication credentials of the user, allowing access to the data stored on the portion (and allowing new data to be stored on the portion) only if the authentication credentials of the user are provided.
In process 400, a request to enable protection on a portion of a storage device is received (act 402). This request is also referred to as a request to encrypt the portion of the storage device. The request can be received in the form of a command, and can be received from various different modules. In one or more embodiments, the request is received from the storage device protection system 106 of
In response to the request, the encryption key for the portion is protected based on an authentication key (act 404). The authentication key is the authentication key associated with user credentials provided to the storage device protection system 106. In one or more embodiments, the authentication key is the authentication key associated with an entity (e.g., a user) currently logged into a computing device implementing the system 200 of
The encryption key can be protected based on the authentication key (also referred to as wrapping the encryption key with the authentication key) in various manners. In one or more embodiments, an encryption algorithm uses the authentication key as the key to encrypt the encryption key. Any of a variety of public and/or proprietary encryption algorithms can be used to encrypt the encryption key. Once encrypted, the encryption key can be retrieved (decrypted) using the authentication key and an appropriate decryption algorithm, but cannot be retrieved (or it is computationally very difficult to be retrieved) without the authentication key.
The authentication key to use to protect the encryption key can be obtained by the trusted runtime in a variety of different manners. In one or more embodiments, the authentication key is provided by the storage device protection system 106 as part of the request in act 402. Alternatively, the authentication key can be provided by the storage device protection system 106, or alternatively another module or device, in other manners or at other times.
The protected encryption key for the portion is maintained (act 406). The protected encryption key for the portion can be maintained in different manners. In one or more embodiments, the protected encryption key is maintained in the persistent key store of the trusted runtime. The encryption key for the portion in the persistent key store of the trusted runtime is replaced with the protected encryption key for the portion, so the trusted runtime no longer maintains the encryption key in the clear—the unprotected encryption key is removed and only the protected encryption key is maintained. Thus, without being provided the authentication key, the trusted runtime can no longer determine the encryption key for the portion of the storage device. Alternatively, the protected encryption key can be maintained in other manners. For example, the protected encryption key can be provided to the operating system, and the encryption key removed (e.g., deleted) from the persistent key store. Thus, without being provided the authentication key, the trusted runtime can no longer determine the encryption key for the portion of the storage device.
The trusted runtime also has the protected encryption key persisted across power cycles of the computing device. The trusted runtime can have the protected encryption key persisted across power cycles of the computing device in different manners, such as by storing the protected encryption key in the persistent key store of the trusted runtime, or by providing the protected encryption key to the operating system.
An indication that the portion is protected is also returned to the requester (act 408). This indication can also be referred to as an indication that the portion is encrypted. The indication can be returned rapidly to the requester—the trusted runtime need not wait for data already written to the portion to be encrypted before returning the indication because all data written to the portion is encrypted by the inline cryptographic processor. Although parts of the portion may not yet be encrypted, those unencrypted parts are parts to which no data has been written yet (if data had been written to those parts, it would have been encrypted by the inline cryptographic processor).
After protection is enabled on the portion, the authentication key is needed in order for the trusted runtime to derive the encryption key and provide the encryption key to the inline cryptographic processor. The encryption key is no longer available to the trusted runtime other than via the protected encryption key (e.g., the encryption key has been replaced in the trusted runtime with the protected encryption key), so the trusted runtime cannot retrieve the encryption key without the authentication key.
Locking a Protected Portion
Locking a protected portion refers to preventing access to a portion for which protection was previously enabled. For example, at some point in time after a user requests to enable protection of a portion, the user can request to have the portion locked. As a result, access to the portion is prevented, so that data stored on the portion cannot be decrypted, and new encrypted data cannot be written to the portion.
In process 500, a request to lock a protected portion of a storage device is received (act 502). The request can be received in the form of a command, and can be received from various different modules. In one or more embodiments, the request is received from the storage device protection system 106 of
In one or more embodiments, storage device protection system 106 or the operating system 108 issues the request in act 502 as part of a process of preventing access to the portion. The storage device protection system 106 or the operating system 108 can also perform additional acts in preventing access to the portion, including stopping sending I/O requests to the portion, dismounting the portion, and so forth.
In response to the request, the encryption key is removed from the inline cryptographic processor (act 504). The encryption key can be removed from the inline cryptographic processor by the trusted runtime in various manners, such as issuing a command to the inline cryptographic processor to delete the encryption key from the encrypted key store of the inline cryptographic processor, the trusted runtime writing a new value (e.g., all zeroes, all ones, etc.) to the register of the inline cryptographic processor where the encryption key is stored, and so forth.
Additionally, any unprotected copies of the encryption key are removed from the trusted runtime (act 506). Situations can arise in which the trusted runtime, after providing an encryption key to the inline cryptographic processor, keeps a copy of the encryption key for some amount of time (e.g., for a few minutes, or longer to facilitate swapping of encryption keys in the inline cryptographic processor). If any unprotected copies of the encryption key remain in the trusted runtime, those copies are deleted in act 506. It should be noted, however, that if the protected encryption key is stored in the persistent key store, the protected encryption key in the persistent key store is not deleted.
After a protected portion is locked, neither the trusted runtime nor the inline cryptographic processor has an unprotected copy of the encryption key. The trusted runtime may have (or obtain) a protected copy of the encryption key, and the authentication key is needed in order for the trusted runtime to derive the encryption key and again provide the encryption key to the inline cryptographic processor.
Unlocking a Portion
Unlocking a protected portion refers to allowing access to a previously locked portion. For example, at some point in time after a portion is locked, the user can request to have the portion unlocked. As a result, access to the portion is again allowed so that data stored on the portion can be decrypted, and data can be encrypted and written to the portion.
In process 600, a request to unlock a portion of a storage device is received (act 602). The request can be received in the form of a command, and can be received from various different modules. In one or more embodiments, the request is received from the storage device protection system 106 of
In response to the request, the encrypted key for the portion is obtained from the protected encryption key for the portion (act 604). The encryption key for the portion is obtained based on both the protected encryption key and an authentication key. The protected encryption key for the portion is maintained in the persistent key store, or can be received from the operating system, as discussed above. The authentication key is the authentication key associated with user credentials provided to the storage device protection system 106. In one or more embodiments, the authentication key is the authentication key associated with an entity (e.g., a user) currently logged into a computing device implementing the system 200 of
The encryption key can be obtained from the protected encryption key in a variety of different manners, based at least in part on the manner in which the encryption key was previously protected. In one or more embodiments, a decryption algorithm uses the authentication key as the key to decrypt the encryption key. Any of a variety of public and/or proprietary encryption algorithms can be used to decrypt the encryption key.
The authentication key to use to obtain the encryption key can be obtained by the trusted runtime in a variety of different manners. In one or more embodiments, the authentication key is provided by the storage device protection system 106 as part of the request in act 602. Alternatively, the authentication key can be provided by the storage device protection system 106, or alternatively another module or device, in other manners or at other times.
The obtained encryption key is provided to the inline cryptographic processor (act 606). Providing the obtained encryption key to the inline cryptographic processor provisions the inline cryptographic processor with the obtained encryption key, allowing the inline cryptographic processor to encrypt data written to the portion and decrypt data read from the portion based on the obtained encryption key. The manner in which the encryption key is used to encrypt and decrypt data varies based on the manner in which encryption and decryption is performed by the inline cryptographic processor.
An identifier of the obtained encryption key is returned to the requester (act 608). The identifier can take any of a variety of different forms, but allows different encryption keys (e.g., used for different portions) to be identified, as discussed above. It should be noted that this identifier of the encryption key merely allows the operating system to identify to the inline cryptographic processor which encryption key to use; the identifier does not provide or otherwise allow the operating system to obtain the encryption key.
After the portion is unlocked, the inline cryptographic processor is provisioned with the encryption key for the portion. Data can be encrypted and written to the portion, as well as read from the portion and decrypted. Although the inline cryptographic processor has an unprotected copy of the encryption key, no other device, module, or component external to the inline cryptographic processor and the trusted runtime have access to the encryption key. In one or more embodiments, the trusted runtime discards all unprotected copies of the encryption key once it has been provisioned in the inline cryptographic processor. Alternatively, the trusted runtime may maintain a copy of the encryption key for a particular amount of time.
Disabling Protection of a Portion
Disabling protection of a portion refers to disassociating the portion with particular authentication credentials, no longer restricting access to the portion to only authenticated entities. For example, a user can request to have protection of the portion disabled, and as a result have the portion disassociated with the authentication credentials of the user, allowing access to the data stored on the portion (and allowing new data to be stored on the portion) without regard for what (if any) authentication credentials of the user are provided.
In process 700, a request to disable protection of a portion of a storage device is received (act 702). The request can be received in the form of a command, and can be received from various different modules. In one or more embodiments, the request is received from the storage device protection system 106 of
In response to the request, the encryption key for the portion is obtained from the protected encryption key for the portion (act 704). The encryption key for the portion is obtained based on both the protected encryption key and an authentication key. The protected encryption key for the portion is maintained in the persistent key store, or can be received from the operating system, as discussed above. The authentication key is the authentication key associated with user credentials provided to the storage device protection system 106. In one or more embodiments, the authentication key is the authentication key associated with an entity (e.g., a user) currently logged into a computing device implementing the system 200 of
The encryption key can be obtained from the protected encryption key in a variety of different manners, based at least in part on the manner in which the encryption key was previously protected. In one or more embodiments, a decryption algorithm uses the authentication key as the key to decrypt the encryption key. Any of a variety of public and/or proprietary encryption algorithms can be used to decrypt the encryption key.
The authentication key to use to obtain the encryption key can be obtained by the trusted runtime in a variety of different manners. In one or more embodiments, the authentication key is provided by the storage device protection system 106 as part of the request in act 702. Alternatively, the authentication key can be provided by the storage device protection system 106, or alternatively another module or device, in other manners or at other times.
Alternatively, in one or more embodiments the trusted runtime may choose to have a copy of the unprotected key in its memory while the portion is unlocked. In such embodiments, the trusted runtime need not decrypt the protected encryption key in order to obtain the unprotected encryption key in act 704.
The encryption key obtained in act 704 is persisted using the trusted runtime (act 706). The encryption key can be persisted in different manners, analogous to the discussion above regarding act 306 of
Additionally, the protected encryption key is removed (act 708). In situations in which the protected encryption key is maintained in the persistent key store, the obtained encryption key effectively replaces the protected encryption key in the persistent key store, for example overwriting the protected encryption key. Thus, the protected encryption key is removed from the persistent key store. Alternatively, in situations in which the protected encryption key is returned to and maintained by the operating system, the trusted runtime notifies the operating system to delete the protected encryption key. Thus, the protected encryption key is removed from the operating system.
After protection of the portion is disabled, access to the data stored in the portion is unrestricted. Although the data stored in the portion is encrypted, no authentication credentials need be provided to the trusted runtime in order to read the encrypted data. In one or more embodiments, the data in the portion is deleted or protected in some other manner prior to disabling protection of the portion.
As discussed above, even when protection of the portion is enabled and the portion is unlocked, the encryption key is not known to the operating system or the storage device protection system 106. Protection of the portion can thus be disabled, and the computing device transferred to a different user without a risk that the encryption keys in the trusted runtime or inline cryptographic processor are known to a previous user of the computing device or the storage device protection system used by the previous user of the computing device.
Portion Recovery and Migration
Maintaining the encryption key or the protected encryption key in the trusted runtime makes the encryption key, and thus the portion, inaccessible if the storage device is moved to a different computing device. Portion recovery and migration refers to allowing the trusted runtime to reveal a protected encryption key, or the unprotected encryption key, in order to allow recovery or migration of the portion. For example, a user can request to have the storage device including the portion migrated to a different computing device, and have the protected encryption key revealed in order to do so. By way of another example, a user can request to have the encryption key revealed to an administrator or other device for recovery purposes, in case the user loses his or her authentication credentials.
In process 800, a request for migration or recovery of an encryption key of a portion of a storage device is received (act 802). The request can be received in the form of a command, and can be received from various different modules. In one or more embodiments, the request is received from the storage device protection system 106 of
In response to the request, the encryption key or protected encryption key is revealed as requested (act 804). The trusted runtime can optionally take various authentication or approval actions to verify that it should indeed reveal the requested key. The unprotected copy of the key can be revealed, or alternatively a protected copy of the key can be revealed, depending on the request. Alternatively, a copy of the key protected using (e.g., encrypted based on) a secret key of the trusted runtime can be revealed. Other devices or components can store such a protected key, but only the trusted runtime has the secret key that can be used to obtain the encryption key from the protected encryption key. Alternatively, the trusted runtime can choose to reveal the secret key to another user or device (e.g., an administrator) if desired.
In one or more embodiments, the request 802 is received from a backup system, such as an administrator or other device on a network. The backup system provides an indication of a key (e.g., provides the key) that is to be used to encrypt the encryption key, and the encrypted encryption key is provided to the backup system. The user and operating system of the computing device need not have access to the key used to encrypt the encryption key.
Additionally, an indication that the encryption key has been revealed is persisted in the trusted runtime (act 806). The indication is persisted, for example, in the persistent key store along with the revealed key. The indication can optionally indicate how the key was revealed (e.g., whether the unprotected encryption key was revealed or the protected encryption key was revealed).
The operating system or storage device protection system 106 can retrieve this indication in act 806, and act as desired based on this indication. For example, a storage device protection system 106 may display a warning to a user of the computing device that the encryption key for the portion has been revealed, and receive the user's approval to proceed with using the portion before providing an authentication key to the trusted runtime.
Returning to
It should also be noted that, although portions of the storage device 104 are discussed as having all the data written to the portion encrypted and read from the portion decrypted, in some situations such encryption and decryption need not be performed. In one or more embodiments, at least part of a portion can optionally include data that is not encrypted. Such parts may include metadata regarding the portion, such as an identifier of key protectors stored on the portion, how to access the portion, and so forth. Such data need not be encrypted or decrypted. Such data can be identified in different manners, such as the operating system providing an indication that no encryption key is to be used (e.g., providing an identifier associated with no encryption, such as a null identifier, or providing no identifier at all).
Additionally, situations can arise in which the operating system desires to read and write the data stored on a portion in its encrypted form. For example, an operating system may transfer encrypted data from one storage device to another, backup encrypted data, and so forth. The operating system can submit an I/O request indicating that no encryption key is to be used, so the inline cryptographic processor 114 provides the requested encrypted content to the operating system.
Thus, it should also be noted that some I/O requests to a portion can be supported even though the portion may be locked. For example, unencrypted data may still be read from the portion, or the encrypted data itself returned to the operating system in response to an I/O request, as no encryption key is used to decrypt such data.
The techniques discussed herein support various different usage scenarios. Data is encrypted on a portion of a storage device based on an encryption key generated by the trusted runtime and provided to the inline cryptographic processor. The encryption key can thus be generated in response to a user request at the computing device, and the user need not rely on a third party (e.g., a manufacturer of the computing device) provisioning the computing device with the encryption key. Furthermore, neither the trusted runtime nor the inline cryptographic processor need disclose the encryption key to other programs external to the trusted runtime and the inline cryptographic processor—no third party or other device need be provided with the encryption key.
Additionally, in response to a user request to have the portion encrypted or protected, an indication can be rapidly (immediately) returned that the data on the portion is encrypted or protected. The indication can be returned without waiting for data on the portion to be encrypted because any data written to the portion since its creation is already encrypted. Some parts of the portion may not be encrypted, but those parts are the parts of the portion to which no data has been written since the portion was created. The user thus need not wait an extended period of time (e.g., several minutes to many hours) for the data on the portion to be encrypted. Rather, the indication can be returned rapidly (e.g., within a threshold amount of time, such as 1-5 seconds), and can optionally be returned synchronously as part of a call made to have the portion encrypted or protected.
Although particular functionality is discussed herein with reference to particular modules, it should be noted that the functionality of individual modules discussed herein can be separated into multiple modules, and/or at least some functionality of multiple modules can be combined into a single module. Additionally, a particular module discussed herein as performing an action includes that particular module itself performing the action, or alternatively that particular module invoking or otherwise accessing another component or module that performs the action (or performs the action in conjunction with that particular module). Thus, a particular module performing an action includes that particular module itself performing the action and/or another module invoked or otherwise accessed by that particular module performing the action.
The example computing device 902 as illustrated includes a processing system 904, one or more computer-readable media 906, and one or more I/O Interfaces 908 that are communicatively coupled, one to another. Although not shown, the computing device 902 may further include a system bus or other data and command transfer system that couples the various components, one to another. A system bus can include any one or combination of different bus structures, such as a memory bus or memory controller, a peripheral bus, a universal serial bus, and/or a processor or local bus that utilizes any of a variety of bus architectures. A variety of other examples are also contemplated, such as control and data lines.
The processing system 904 is representative of functionality to perform one or more operations using hardware. Accordingly, the processing system 904 is illustrated as including hardware elements 910 that may be configured as processors, functional blocks, and so forth. This may include implementation in hardware as an application specific integrated circuit or other logic device formed using one or more semiconductors. The hardware elements 910 are not limited by the materials from which they are formed or the processing mechanisms employed therein. For example, processors may be comprised of semiconductor(s) and/or transistors (e.g., electronic integrated circuits (ICs)). In such a context, processor-executable instructions may be electronically-executable instructions.
The computer-readable media 906 is illustrated as including memory/storage 912. The memory/storage 912 represents memory/storage capacity associated with one or more computer-readable media. The memory/storage 912 may include volatile media (such as random access memory (RAM)) and/or nonvolatile media (such as read only memory (ROM), Flash memory, optical disks, magnetic disks, and so forth). The memory/storage 912 may include fixed media (e.g., RAM, ROM, a fixed hard drive, and so on) as well as removable media (e.g., Flash memory, a removable hard drive, an optical disc, and so forth). The computer-readable media 906 may be configured in a variety of other ways as further described below.
Input/output interface(s) 908 are representative of functionality to allow a user to enter commands and information to computing device 902, and also allow information to be presented to the user and/or other components or devices using various input/output devices. Examples of input devices include a keyboard, a cursor control device (e.g., a mouse), a microphone (e.g., for voice inputs), a scanner, touch functionality (e.g., capacitive or other sensors that are configured to detect physical touch), a camera (e.g., which may employ visible or non-visible wavelengths such as infrared frequencies to detect movement that does not involve touch as gestures), and so forth. Examples of output devices include a display device (e.g., a monitor or projector), speakers, a printer, a network card, tactile-response device, and so forth. Thus, the computing device 902 may be configured in a variety of ways as further described below to support user interaction.
Computing device 902 also includes a data encryption and decryption system 914. Data encryption and decryption system 914 provides various data encryption and decryption support, including a trusted runtime and an inline cryptographic processor as discussed above. Data encryption and decryption system 914 can implement, for example, trusted runtime 112 and inline cryptographic processor 114 of
Various techniques may be described herein in the general context of software, hardware elements, or program modules. Generally, such modules include routines, programs, objects, elements, components, data structures, and so forth that perform particular tasks or implement particular abstract data types. The terms “module,” “functionality,” and “component” as used herein generally represent software, firmware, hardware, or a combination thereof. The features of the techniques described herein are platform-independent, meaning that the techniques may be implemented on a variety of computing platforms having a variety of processors.
An implementation of the described modules and techniques may be stored on or transmitted across some form of computer-readable media. The computer-readable media may include a variety of media that may be accessed by the computing device 902. By way of example, and not limitation, computer-readable media may include “computer-readable storage media” and “computer-readable signal media.”
“Computer-readable storage media” refers to media and/or devices that enable persistent storage of information and/or storage that is tangible, in contrast to mere signal transmission, carrier waves, or signals per se. Thus, computer-readable storage media refers to non-signal bearing media. The computer-readable storage media includes hardware such as volatile and non-volatile, removable and non-removable media and/or storage devices implemented in a method or technology suitable for storage of information such as computer readable instructions, data structures, program modules, logic elements/circuits, or other data. Examples of computer-readable storage media may include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, hard disks, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or other storage device, tangible media, or article of manufacture suitable to store the desired information and which may be accessed by a computer.
“Computer-readable signal media” refers to a signal-bearing medium that is configured to transmit instructions to the hardware of the computing device 902, such as via a network. Signal media typically may embody computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as carrier waves, data signals, or other transport mechanism. Signal media also include 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 include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media.
As previously described, hardware elements 910 and computer-readable media 906 are representative of instructions, modules, programmable device logic and/or fixed device logic implemented in a hardware form that may be employed in some embodiments to implement at least some aspects of the techniques described herein. Hardware elements may include components of an integrated circuit or on-chip system, an application-specific integrated circuit (ASIC), a field-programmable gate array (FPGA), a complex programmable logic device (CPLD), and other implementations in silicon or other hardware devices. In this context, a hardware element may operate as a processing device that performs program tasks defined by instructions, modules, and/or logic embodied by the hardware element as well as a hardware device utilized to store instructions for execution, e.g., the computer-readable storage media described previously.
Combinations of the foregoing may also be employed to implement various techniques and modules described herein. Accordingly, software, hardware, or program modules and other program modules may be implemented as one or more instructions and/or logic embodied on some form of computer-readable storage media and/or by one or more hardware elements 910. The computing device 902 may be configured to implement particular instructions and/or functions corresponding to the software and/or hardware modules. Accordingly, implementation of modules as a module that is executable by the computing device 902 as software may be achieved at least partially in hardware, e.g., through use of computer-readable storage media and/or hardware elements 910 of the processing system. The instructions and/or functions may be executable/operable by one or more articles of manufacture (for example, one or more computing devices 902 and/or processing systems 904) to implement techniques, modules, and examples described herein.
As further illustrated in
In the example system 900, multiple devices are interconnected through a central computing device. The central computing device may be local to the multiple devices or may be located remotely from the multiple devices. In one or more embodiments, the central computing device may be a cloud of one or more server computers that are connected to the multiple devices through a network, the Internet, or other data communication link.
In one or more embodiments, this interconnection architecture enables functionality to be delivered across multiple devices to provide a common and seamless experience to a user of the multiple devices. Each of the multiple devices may have different physical requirements and capabilities, and the central computing device uses a platform to enable the delivery of an experience to the device that is both tailored to the device and yet common to all devices. In one or more embodiments, a class of target devices is created and experiences are tailored to the generic class of devices. A class of devices may be defined by physical features, types of usage, or other common characteristics of the devices.
In various implementations, the computing device 902 may assume a variety of different configurations, such as for computer 916, mobile 918, and television 920 uses. Each of these configurations includes devices that may have generally different constructs and capabilities, and thus the computing device 902 may be configured according to one or more of the different device classes. For instance, the computing device 902 may be implemented as the computer 916 class of a device that includes a personal computer, desktop computer, a multi-screen computer, laptop computer, netbook, and so on.
The computing device 902 may also be implemented as the mobile 918 class of device that includes mobile devices, such as a mobile phone, portable music player, portable gaming device, a tablet computer, a multi-screen computer, a wearable device, an Internet of Things (IoT) device, and so on. The computing device 902 may also be implemented as the television 920 class of device that includes devices having or connected to generally larger screens in casual viewing environments. These devices include televisions, set-top boxes, gaming consoles, and so on.
The techniques described herein may be supported by these various configurations of the computing device 902 and are not limited to the specific examples of the techniques described herein. This functionality may also be implemented all or in part through use of a distributed system, such as over a “cloud” 922 via a platform 924 as described below.
The cloud 922 includes and/or is representative of a platform 924 for resources 926. The platform 924 abstracts underlying functionality of hardware (e.g., servers) and software resources of the cloud 922. The resources 926 may include applications and/or data that can be utilized while computer processing is executed on servers that are remote from the computing device 902. Resources 926 can also include services provided over the Internet and/or through a subscriber network, such as a cellular or Wi-Fi network.
The platform 924 may abstract resources and functions to connect the computing device 902 with other computing devices. The platform 924 may also serve to abstract scaling of resources to provide a corresponding level of scale to encountered demand for the resources 926 that are implemented via the platform 924. Accordingly, in an interconnected device embodiment, implementation of functionality described herein may be distributed throughout the system 900. For example, the functionality may be implemented in part on the computing device 902 as well as via the platform 924 that abstracts the functionality of the cloud 922.
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.
Number | Name | Date | Kind |
---|---|---|---|
5495533 | Linehan et al. | Feb 1996 | A |
5787131 | Bottomley | Jul 1998 | A |
5897661 | Baranovsky et al. | Apr 1999 | A |
5944783 | Nieten | Aug 1999 | A |
5966263 | Freitas et al. | Oct 1999 | A |
5974503 | Venkatesh et al. | Oct 1999 | A |
6016402 | Thomas et al. | Jan 2000 | A |
6028725 | Blumenau | Feb 2000 | A |
6041386 | Bello | Mar 2000 | A |
6067199 | Blumenau | May 2000 | A |
6076143 | Blumenau | Jun 2000 | A |
6134062 | Blumenau | Oct 2000 | A |
6151665 | Blumenau | Nov 2000 | A |
6170037 | Blumenau | Jan 2001 | B1 |
6170055 | Meyer et al. | Jan 2001 | B1 |
6253300 | Lawrence et al. | Jun 2001 | B1 |
6292317 | Alexander | Sep 2001 | B1 |
6292790 | Krahn et al. | Sep 2001 | B1 |
6550011 | Sims, III | Apr 2003 | B1 |
6665784 | Ihde et al. | Dec 2003 | B2 |
6727896 | Tsang | Apr 2004 | B2 |
6728379 | Ishibashi et al. | Apr 2004 | B1 |
6789162 | Talagala et al. | Sep 2004 | B1 |
6944742 | Shoff et al. | Sep 2005 | B1 |
6968973 | Uyttendaele et al. | Nov 2005 | B2 |
6996696 | Shoff et al. | Feb 2006 | B2 |
7197638 | Grawrock et al. | Mar 2007 | B1 |
7356662 | Shoff et al. | Apr 2008 | B2 |
7360073 | Billstrom et al. | Apr 2008 | B1 |
7380140 | Weissman et al. | May 2008 | B1 |
7382883 | Cross et al. | Jun 2008 | B2 |
7409623 | Baker et al. | Aug 2008 | B2 |
7451484 | Nadalin et al. | Nov 2008 | B1 |
7536536 | Joshi et al. | May 2009 | B1 |
7559088 | Cohen et al. | Jul 2009 | B2 |
7580950 | Kavuri et al. | Aug 2009 | B2 |
7594087 | Zeevi et al. | Sep 2009 | B2 |
7646380 | Tsang | Jan 2010 | B2 |
7694134 | Witt et al. | Apr 2010 | B2 |
7711923 | Rogers et al. | May 2010 | B2 |
7725703 | Hunter et al. | May 2010 | B2 |
7757100 | Weissman et al. | Jul 2010 | B2 |
7849254 | Ash et al. | Dec 2010 | B2 |
7890664 | Tao et al. | Feb 2011 | B1 |
7903549 | Judge et al. | Mar 2011 | B2 |
7930540 | Ahuja et al. | Apr 2011 | B2 |
7962739 | Childs et al. | Jun 2011 | B2 |
7979626 | Rogers | Jul 2011 | B2 |
8046365 | Saito | Oct 2011 | B2 |
8046533 | Kompella et al. | Oct 2011 | B2 |
8085933 | Ferguson | Dec 2011 | B2 |
8214656 | Plotkin et al. | Jul 2012 | B1 |
8234477 | Shaath | Jul 2012 | B2 |
8249257 | Brutch et al. | Aug 2012 | B2 |
8321688 | Auradkar et al. | Nov 2012 | B2 |
8341427 | Auradkar et al. | Dec 2012 | B2 |
8341430 | Ureche et al. | Dec 2012 | B2 |
8387109 | Ureche et al. | Feb 2013 | B2 |
8411863 | Ureche et al. | Apr 2013 | B2 |
8416954 | Raizen | Apr 2013 | B1 |
8417973 | Cooper et al. | Apr 2013 | B2 |
8423792 | Luciani | Apr 2013 | B2 |
8458490 | Konetski et al. | Jun 2013 | B2 |
8527561 | Moody, II et al. | Sep 2013 | B1 |
8538919 | Nielsen et al. | Sep 2013 | B1 |
8549271 | Joshi et al. | Oct 2013 | B1 |
8583879 | Na et al. | Nov 2013 | B2 |
8588422 | Beachem et al. | Nov 2013 | B2 |
8607308 | Langford | Dec 2013 | B1 |
8625802 | Parann-Nissany | Jan 2014 | B2 |
8661193 | Cobos et al. | Feb 2014 | B1 |
8667213 | Rogers et al. | Mar 2014 | B2 |
8689279 | Basmov et al. | Apr 2014 | B2 |
8726343 | Borzycki et al. | May 2014 | B1 |
8726407 | Etchegoyen | May 2014 | B2 |
8769305 | Blaisdell | Jul 2014 | B2 |
8874935 | Basmov et al. | Oct 2014 | B2 |
8875304 | Celi, Jr. et al. | Oct 2014 | B2 |
9207866 | Boeuf | Dec 2015 | B2 |
9323465 | Flynn et al. | Apr 2016 | B2 |
9369289 | Harrison et al. | Jun 2016 | B1 |
9430664 | Adam et al. | Aug 2016 | B2 |
9477614 | Basmov et al. | Oct 2016 | B2 |
9537656 | Debout | Jan 2017 | B2 |
9740639 | Basmov et al. | Aug 2017 | B2 |
20010000265 | Schreiber et al. | Apr 2001 | A1 |
20020019935 | Andrew et al. | Feb 2002 | A1 |
20030081784 | Kallahalla et al. | May 2003 | A1 |
20030084298 | Messerges et al. | May 2003 | A1 |
20030196114 | Brew et al. | Oct 2003 | A1 |
20030221095 | Gaunt et al. | Nov 2003 | A1 |
20040044912 | Connary et al. | Mar 2004 | A1 |
20040090811 | Kang | May 2004 | A1 |
20040146015 | Cross et al. | Jul 2004 | A1 |
20040174345 | Tsang | Sep 2004 | A1 |
20050071280 | Irwin et al. | Mar 2005 | A1 |
20050091661 | Kurien et al. | Apr 2005 | A1 |
20050097341 | Francis et al. | May 2005 | A1 |
20050213377 | Shoff et al. | Sep 2005 | A1 |
20050262361 | Thibadeau | Nov 2005 | A1 |
20050265074 | Shoff et al. | Dec 2005 | A1 |
20050283730 | Uyttendaele et al. | Dec 2005 | A1 |
20060101027 | Hotchkiss | May 2006 | A1 |
20060155919 | Lasser et al. | Jul 2006 | A1 |
20060190984 | Heard et al. | Aug 2006 | A1 |
20060206507 | Dahbour | Sep 2006 | A1 |
20060277590 | Limont et al. | Dec 2006 | A1 |
20060279556 | Tsang | Dec 2006 | A1 |
20070028231 | Kelso et al. | Feb 2007 | A1 |
20070058806 | Ferguson | Mar 2007 | A1 |
20070150886 | Shapiro | Jun 2007 | A1 |
20070244940 | Devarakonda et al. | Oct 2007 | A1 |
20070250678 | Ueoka et al. | Oct 2007 | A1 |
20070300008 | Rogers et al. | Dec 2007 | A1 |
20070300037 | Rogers et al. | Dec 2007 | A1 |
20080002830 | Cherkasov et al. | Jan 2008 | A1 |
20080005467 | Morley et al. | Jan 2008 | A1 |
20080010468 | Ruiz | Jan 2008 | A1 |
20080082448 | Meijer et al. | Apr 2008 | A1 |
20080082836 | Osaki | Apr 2008 | A1 |
20080083036 | Ozzie et al. | Apr 2008 | A1 |
20080107262 | Helfman | May 2008 | A1 |
20080130156 | Chu et al. | Jun 2008 | A1 |
20080141040 | Biddle et al. | Jun 2008 | A1 |
20080155316 | Pawar et al. | Jun 2008 | A1 |
20080168315 | Mead et al. | Jul 2008 | A1 |
20080229114 | Okabe | Sep 2008 | A1 |
20080229428 | Camiel | Sep 2008 | A1 |
20080240253 | Au et al. | Oct 2008 | A1 |
20080240441 | Kawakami | Oct 2008 | A1 |
20080263371 | Weissman et al. | Oct 2008 | A1 |
20080301470 | Green et al. | Dec 2008 | A1 |
20090024795 | Kobara | Jan 2009 | A1 |
20090063756 | Asipov | Mar 2009 | A1 |
20090075630 | McLean | Mar 2009 | A1 |
20090132474 | Ma et al. | May 2009 | A1 |
20090196417 | Beaver | Aug 2009 | A1 |
20090205012 | Jain et al. | Aug 2009 | A1 |
20090210267 | Fish et al. | Aug 2009 | A1 |
20090287874 | Rogers et al. | Nov 2009 | A1 |
20090307563 | Marquez et al. | Dec 2009 | A1 |
20100082898 | Mangold et al. | Apr 2010 | A1 |
20100100721 | Su et al. | Apr 2010 | A1 |
20100107213 | Ureche | Apr 2010 | A1 |
20100169948 | Budko et al. | Jul 2010 | A1 |
20100250847 | Chen | Sep 2010 | A1 |
20100266132 | Bablani et al. | Oct 2010 | A1 |
20100299152 | Batchu et al. | Nov 2010 | A1 |
20100306175 | Johnson et al. | Dec 2010 | A1 |
20100332725 | Post et al. | Dec 2010 | A1 |
20110010560 | Etchegoyen | Jan 2011 | A1 |
20110035577 | Lin | Feb 2011 | A1 |
20110055559 | Li et al. | Mar 2011 | A1 |
20110055560 | Meissner | Mar 2011 | A1 |
20110060915 | Tal | Mar 2011 | A1 |
20110078760 | De Perthuis | Mar 2011 | A1 |
20110087890 | Munsil et al. | Apr 2011 | A1 |
20110154023 | Smith | Jun 2011 | A1 |
20110202916 | VoBa et al. | Aug 2011 | A1 |
20110225431 | Stufflebeam, Jr. et al. | Sep 2011 | A1 |
20110225640 | Ganapathy et al. | Sep 2011 | A1 |
20110246785 | Linsley | Oct 2011 | A1 |
20110247047 | Loureiro et al. | Oct 2011 | A1 |
20110252232 | De Atley et al. | Oct 2011 | A1 |
20110264925 | Russo et al. | Oct 2011 | A1 |
20110276683 | Goldschlag et al. | Nov 2011 | A1 |
20110277013 | Chinta | Nov 2011 | A1 |
20120017095 | Blenkhorn | Jan 2012 | A1 |
20120036347 | Swanson | Feb 2012 | A1 |
20120036370 | Lim et al. | Feb 2012 | A1 |
20120079603 | Brown et al. | Mar 2012 | A1 |
20120084574 | Nakanishi | Apr 2012 | A1 |
20120087033 | Yang | Apr 2012 | A1 |
20120110345 | Pigeon et al. | May 2012 | A1 |
20120131336 | Price | May 2012 | A1 |
20120159148 | Behren et al. | Jun 2012 | A1 |
20120173882 | Horn et al. | Jul 2012 | A1 |
20120239618 | Kung | Sep 2012 | A1 |
20120297190 | Shen et al. | Nov 2012 | A1 |
20120331550 | Raj et al. | Dec 2012 | A1 |
20130013856 | Rogers et al. | Jan 2013 | A1 |
20130054977 | Basmov | Feb 2013 | A1 |
20130054979 | Basmov | Feb 2013 | A1 |
20130061035 | Hook et al. | Mar 2013 | A1 |
20130067242 | Lyakhovitskiy | Mar 2013 | A1 |
20130074142 | Brennan et al. | Mar 2013 | A1 |
20130086691 | Fielder | Apr 2013 | A1 |
20130117561 | Chawla et al. | May 2013 | A1 |
20130117805 | Kent et al. | May 2013 | A1 |
20130124859 | Pestoni et al. | May 2013 | A1 |
20130138971 | Budko et al. | May 2013 | A1 |
20130198474 | Shaath | Aug 2013 | A1 |
20130208893 | Shablygin et al. | Aug 2013 | A1 |
20130283392 | Mirashrafi et al. | Oct 2013 | A1 |
20130291055 | Muppidi et al. | Oct 2013 | A1 |
20130318359 | Morris et al. | Nov 2013 | A1 |
20140007182 | Qureshi et al. | Jan 2014 | A1 |
20140007222 | Qureshi et al. | Jan 2014 | A1 |
20140019753 | Lowry et al. | Jan 2014 | A1 |
20140032691 | Barton et al. | Jan 2014 | A1 |
20140032759 | Barton et al. | Jan 2014 | A1 |
20140032933 | Smith | Jan 2014 | A1 |
20140041046 | Vantalon et al. | Feb 2014 | A1 |
20140059690 | Li et al. | Feb 2014 | A1 |
20140075493 | Krishnan et al. | Mar 2014 | A1 |
20140081980 | Aad | Mar 2014 | A1 |
20140109178 | Barton et al. | Apr 2014 | A1 |
20140156705 | Beecham et al. | Jun 2014 | A1 |
20140156706 | Beecham et al. | Jun 2014 | A1 |
20140164774 | Nord et al. | Jun 2014 | A1 |
20140181512 | Spalka et al. | Jun 2014 | A1 |
20140230007 | Roth | Aug 2014 | A1 |
20140259117 | Wachendorf et al. | Sep 2014 | A1 |
20140344570 | Adam et al. | Nov 2014 | A1 |
20140344571 | Adam et al. | Nov 2014 | A1 |
20150033039 | Basmov et al. | Jan 2015 | A1 |
20150160879 | Flynn et al. | Jun 2015 | A1 |
20150186657 | Nakhjiri | Jul 2015 | A1 |
20150278531 | Smith et al. | Oct 2015 | A1 |
20160072796 | Adam et al. | Mar 2016 | A1 |
20160080149 | Mehta et al. | Mar 2016 | A1 |
20160127327 | Mehta | May 2016 | A1 |
20160154744 | Zheng et al. | Jun 2016 | A1 |
20160173281 | White et al. | Jun 2016 | A1 |
20160255079 | Harrison et al. | Sep 2016 | A1 |
20160283406 | Linga et al. | Sep 2016 | A1 |
20170004094 | Basmov et al. | Jan 2017 | A1 |
20170005809 | Adam et al. | Jan 2017 | A1 |
20170104768 | Semenko et al. | Apr 2017 | A1 |
Number | Date | Country |
---|---|---|
1451117 | Oct 2003 | CN |
1653422 | Aug 2005 | CN |
1713756 | Dec 2005 | CN |
102646077 | Aug 2012 | CN |
102884535 | Jan 2013 | CN |
102945355 | Feb 2013 | CN |
103092664 | May 2013 | CN |
103092938 | May 2013 | CN |
103500116 | Jan 2014 | CN |
103577567 | Feb 2014 | CN |
2393033 | Dec 2011 | EP |
2448303 | May 2012 | EP |
2509275 | Oct 2012 | EP |
2562675 | Feb 2013 | EP |
2680487 | Jan 2014 | EP |
200519595 | Jun 2005 | TW |
200723093 | Jun 2007 | TW |
201032559 | Sep 2010 | TW |
I540453 | Jul 2016 | TW |
WO-0049488 | Aug 2000 | WO |
WO-2004034184 | Apr 2004 | WO |
WO-2004107646 | Dec 2004 | WO |
WO-2009069043 | Jun 2009 | WO |
WO-2012016091 | Feb 2012 | WO |
WO-2012167392 | Dec 2012 | WO |
2013026662 | Feb 2013 | WO |
Entry |
---|
“Foreign Office Action”, CN Application No. 201210314631.1, dated Dec. 1, 2014, 14 pages. |
“Foreign Office Action”, CN Application No. 201210314748.X, dated Sep. 23, 2014, 14 Pages. |
“Notice of Allowance”, U.S. Appl. No. 13/221,629, dated Jun. 27, 2014, 16 pages. |
“BitLocker Drive Encryption in Windows Vista”, Microsoft TechNet, retrieved from <http://technet.microsoft.com/en-us/library/cc725719(WS.10).aspx> on Apr. 25, 2011,Aug. 6, 2010, 9 pages. |
“Final Office Action”, U.S. Appl. No. 13/221,629, dated Dec. 23, 2013, 24 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2011/055600, dated Jul. 30, 2012, 9 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2011/055626, dated Sep. 19, 2012, 9 pages. |
“Non-Final Office Action”, U.S. Appl. No. 13/221,629, dated May 17, 2013, 27 pages. |
“Non-Final Office Action”, U.S. Appl. No. 13/221,699, dated Apr. 1, 2013, 16 pages. |
“Notice of Allowance”, U.S. Appl. No. 13/221,699, dated Oct. 30, 2013, 9 pages. |
“Security Solutions and Services”, retrieved from <http://www.csc.com/public_sector/offerings/11043/17449-security_solutions_and_services> on Apr. 25, 2011, 2 pages. |
“Unlock BitLocker under Windows PC”, Retrieved from: <http://windows7migration.info/index.phpoption=com_content&view=article&id=1836:unlock-bitlocker-under-windows-pe&catid=42:4sysops&Itemid=61> on Aug. 4, 2011, 5 pages. |
Lawson, “Meeting Regulatory Compliance Challenges with Data Management Tools Solutions”, YL & A, www.ylassoc.com, available at <ftp://public.dhe.ibm.com/software/data/db2imstools/solutions/lawson-reg- compliance.pdf>,Sep. 19, 2006, pp. 1-18. |
Li, et al., “Managing Data Retention Policies at Scale”, IFIP/IEEE International Symposium on Integrated Network Management 2011, Dublin, Ireland, May 23-27, 2011., available at <http://www.hpl.hp.com/techreports/2010/HPL-2010-203.pdf>,Dec. 21, 2010, 9 pages. |
Mont, et al., “A Systemic Approach to Privacy Enforcement and Policy Compliance Checking in Enterprises”, Trusted Systems Laboratory, HP Laboratories Bristol, HPL-2006-44, available at <http://www.hpl.hp.com/techreports/2006/HPL-2006-44.pdf>,Mar. 16, 2006, 11 pages. |
Toegl, et al., “acTvSM: A Dynamic Virtualization Platform for Enforcement of Application Integrity”, Lecture Notes in Computer Science vol. 6802, 2011, Retrieved from <https://online.tugraz.at/tug_online/voe_main2.getvolltext?pCurrPk=60165>,2011, 20 pages. |
“Extended European Search Report”, EP Application No. 11871440.1, dated Mar. 16, 2015, 5 pages. |
“Extended European Search Report”, EP Application No. 11871825.3, dated May 11, 2015, 7 pages. |
“Foreign Office Action”, CN Application No. 201210314748.X, dated Mar. 17, 2015, 7 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2015/049981, dated Dec. 3, 2015, 11 pages. |
“International Preliminary Report on Patentability”, Application No. PCT/US2013/061053, dated Nov. 24, 2015, 8 pages. |
Menezes,“Handbook of Applied Cryptography”, CRC Press LLC,, Jan. 1, 1997, pp. 25-27 & 551-553. |
“Foreign Office Action”, TW Application No. 100136564, dated Oct. 20, 2015, 11 pages. |
“Final Office Action”, U.S. Appl. No. 13/898,368, dated Dec. 2, 2015, 19 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/489,288, dated Nov. 6, 2015, 25 pages. |
“About EFS (Encrypting File System)”, Available at: https://www.elcomsoft.com/help/en/aefsdr/about_efs.html, Oct. 28, 2014, 3 pages. |
“Adobe Air 1.5 Applications with Flex—Storing Encrypted Data”, Retrieved From: <http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118666ade46-7e31.html> May 1, 2015, Oct. 19, 2012, 2 pages. |
“Application Encryption-Vormetric Data Security Products”, Available at: http://www.vormetric.com/products/vormetric-application-encryption, Jun. 27, 2014, 6 pages. |
“Approaches for Encryption of Data at Rest in the Enterprise”, In White Papers, 2008, 24 pages. |
“Blackberry 10”, Retrieved from <http://en.wikipedia.org/wiki/BlackBerry_10#BlackBerry_Balance> on Apr. 2, 2013, Apr. 1, 2013, 8 pages. |
“CheckVision Enterprise Encryption”, Available at: http://assets1.csc.com/banking/downloads/CardsPayments_CheckVisionEnterprise_DS.pdf, Apr. 24, 2013, 2 pages. |
“DataStax Enterprise 3.2”, Available at: http://docs.datastax.com/en/datastax_enterprise/3.2/datastax_enterprise/sec/secTDE.html—Retrieved on: Jul. 23, 2015, 2 pages. |
“Divide: The Next Generation of Enterprise Mobility”, Retrieved at <<http://www.divide.com/download/Divide_Product_Sheet_1116.pdf<< on May 8, 2013, Jan. 20, 2013, 2 pages. |
“Exchange ActiveSync”, Retrieved from <http://en.wikipedia.org/wiki/Exchange_ActiveSync> on Apr. 1, 2013, Apr. 1, 2013, 5 pages. |
“Exchange ActiveSync: Provisioning Protocol”, Retrieved from <http://msdn.microsoft.com/en-us/library/dd299443(v=EXCHG.80).aspx> on Apr. 1, 2013, Dec. 3, 2008, 4 Pages. |
“Final Office Action”, U.S. Appl. No. 13/898,368, dated Apr. 16, 2015, 16 pages. |
“Foreign Notice of Allowance”, CN Application No. 201210314631.1, dated Aug. 20, 2015, 4 pages. |
“Foreign Notice of Allowance”, CN Application No. 201210314748.X, dated Jul. 3, 2015, 3 pages. |
“How Can We Ensure Data Security on Mobile Devices??”, Retrieved From: <http://enterprise.huawei.com/topic/byod_en/solution_byod_info_3.html> Mar. 6, 2014, Jun. 16, 2013, 4 Pages. |
“How Do I Prevent ‘Sensitive Data Exposure’?”, Retrieved From: <https://www.owasp.org/index.php/Top_10_2013-A6-Sensitive_Data_Exposure> May 12, 2015, Jun. 23, 2013, 2 pages. |
“InnoSetup Help”, Retrieved From: <http://www.jrsoftware.org/ishelp/index.php?topic=filessection> May 12, 2015, 8 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2013/061053, dated Jan. 30, 2014, 10 Pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2015/021125, dated Jul. 3, 2015, 9 Pages. |
“Mobile Device Management”, Retrieved from <http://www.bing.com/search?q=mobile+device+management&src=IE-TopResult&FORM=IE1OTR> on Apr. 2, 2013, 2013, 2 pages. |
“MobileIron Introduces the First Complete Mobile App Persona for the Enterprise”, Retrieved from <http://www.mobileiron.com/en/company/press-room/press-releases/371-mobileiron-introduces-the-first-complete-mobile-app-persona-for-the-enterprise> on Mar. 25, 2013, Nov. 6, 2012, 2 pages. |
“Non-Final Office Action”, U.S. Appl. No. 13/898,368, dated Aug. 4, 2015, 17 pages. |
“Non-Final Office Action”, U.S. Appl. No. 13/898,368, dated Dec. 8, 2014, 12 pages. |
“Non-Final Office Action”, U.S. Appl. No. 13/933,928, dated Oct. 21, 2015, 11 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/506,167, dated Jun. 29, 2015, 16 pages. |
“OMA Device Management”, Retrieved from <http://en.wikipedia.org/wiki/OMA_DM> on Apr. 2, 2013, Mar. 25, 2013, 4 Pages. |
“OMA Device Management”, Retrieved from <http://msdn.microsoft.com/en-us/library/bb737369.aspx>, Aug. 4, 2010, 4 Pages. |
“Oracle Advanced Security”, Available at: http://www.oracle.com/technetwork/database/security/ds-advanced-security-tde-psft-129631.pdf, Apr. 16, 2011, 2 pages. |
“Search Report”, TW Application No. 100136565, dated Aug. 3, 2015, 1 pages. |
“Securing end-user mobile devices in the enterprise”, In Proceedings: Thought Leadership White Paper, IBM Global Technology Services, Apr. 2011, 6 Pages. |
“ThoriumCloud Enterprise Container”, Retrieved from <http://www.thoriumcloud.com/> on Mar. 25, 2013, 2013, 4 Pages. |
“Transparent Data Encryption (TDE)”, Available at: https://msdn.microsoft.com/en-in/library/bb934049.aspx—Retrieved on: Jul. 23, 2015, 11 pages. |
“Various Mobile Device Management (MDM) Solutions”, Retrieved From: <http://www.bing.com/search?q=mobile+device+management&src=IE-TopResult&FORM=IE10TR> Mar. 5, 2014, 2 Pages. |
“What Android Sync'd Data is Encrypted?”, Retrieved From: <http://android.stackexchange.com/questions/3129/what-android-syncd-data-is-encrypted>, Nov. 25, 2010, 3 pages. |
“Windows Selective Wipe for Device Data Management”, Retrieved from <http://technet.microsoft.com/en-us/library/dn486874.aspx>, Nov. 1, 2013, 4 pages. |
Adam,“Enterprise Data Protection: Building Universal Windows Apps That Keep Work and Personal Data Separate and Secure”, Available at: https://mix.office.com/watch/fd0jojbqv6qx—Retrieved on: Jul. 23, 2015, 20 pages. |
Becher,“Mobile Security Catching Up? Revealing the Nuts and Bolts of the Security of Mobile Devices”, Proceedings of IEEE Symposium on Security and Privacy, May 22, 2011, pp. 96-111. |
Bugiel,“Practical and Lightweight Domain Isolation on Android”, Proceedings of the 1st ACM Workshop on Security and privacy in Smartphones and Mobile Devices, Oct. 17, 2011, 12 pages. |
Gudeth,“Delivering Secure Applications on Commercial Mobile Devices: The Case for Bare Metal Hypervisors”, Proceedings of the 1st ACM Workshop on Security and privacy in Smartphones and Mobile Devices, Oct. 17, 2011, pp. 33-38. |
Kalogeropoulos,“Oracle Data Pump Encrypted Dump File Support”, In Oracle White Paper, Jul. 2011, 15 pages. |
Lane,“Cracking the Confusion: Encryption Layers”, Available at: https://securosis.com/blog/cracking-the-confusion-encryption-layers, Feb. 12, 2015, 2 pages. |
Li,“Scalable and Secure Sharing of Personal Health Records in Cloud Computing Using Attribute-Based Encryption”, IEEE Transactions on Parallel and Distributed Systems, vol. 24, Issue 1, Jan. 2013, pp. 131-143. |
Magnabosco,“Transparent Data Encryption”, Available at: https://www.simple-talk.com/sql/database-administration/transparent-data-encryption/, Mar. 16, 2010, 19 pages. |
Mitchell,“What is a Selective Wipe?”, Retrieved from <http://www.landesk.com/blog/what-is-a-selective-wipe/> on Mar. 25, 2013, Apr. 30, 2012, 1 page. |
Oberheide,“When Mobile is Harder Than Fixed (and Vice Versa): Demystifying Security Challenges in Mobile Environments”, Proceedings of Eleventh International Workshop on Mobile Computing Systems and Applications, Feb. 22, 2010, 6 pages. |
Pecherle,“Data Wiping System with Fully Automated, Hidden and Remote Destruction Capabilities”, In Journal of WSEAS Transactions on Computers, vol. 9, Issue 9, Available at <http://www.wseas.us/e-library/transactions/computers/2010/88-110.pdf>, Sep. 2010, pp. 939-948. |
Pisko,“Trusted Computing in Mobile Platforms—Players, Usage Scenarios, and Interests”, Proceedings of Privacy and Security, Sep. 2005, pp. 526-530. |
Purdy,“Thumb Drive”, Retrieved From: <http://lifehacker.com/5583307/top-10-usb-thumb-drive-tricks-2010-edition> May 12, 2015, Oct. 7, 2010, 6 pages. |
Reardon,“Secure Deletion on Log-structured File Systems”, In Proceedings: Technical Report, Department of Computer Science, ETH Zurich Available at: <http://arxiv.org/pdf/1106.0917.pdf>, Jun. 5, 2011, 11 pages. |
Stehle,“Provisioning, Policies, Remote Wipe, and the Allow/Block/Quarantine list in Exchange ActiveSync”, Retrieved from <http://msdn.microsoft.com/en-us/library/exchange/hh509085(v=exchg.140).aspx> on Apr. 1, 2013, 2013, 20 pages. |
Stockton,“Divide and your Data: Privacy, Sync, Backup, Restore, Storage and Wipe”, Retrieved from <http://support.divide.com/entries/20964987-Divide-and-your-data-privacy-sync-backup-restore-storage-and-wipe> on Mar. 25, 2013, Feb. 8, 2012, 2 pages. |
Wahl,“Oracle Advanced Security Transparent Data Encryption Best Practices”, In Oracle White Paper, Jul. 2012, 29 pages. |
Zeis,“The security of BlackBerry Balance”, Retrieved From: <http://crackberry.com/security-blackberry-balance> Mar. 6, 2014, Aug. 2, 2013, 13 pages. |
“Corrected Notice of Allowance”, U.S. Appl. No. 14/506,167, dated Sep. 7, 2016, 2 pages. |
“Examiner's Answer to Appeal Brief”, U.S. Appl. No. 13/898,368, dated Sep. 8, 2016, 7 pages. |
“Foreign Office Action”, TW Application No. 105101128, dated Aug. 23, 2016, 5 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/481,672, dated Jul. 28, 2016, 12 pages. |
“Notice of Allowance”, U.S. Appl. No. 14/506,167, dated Jun. 22, 2016, 11 pages. |
“Restriction Requirement”, U.S. Appl. No. 14/481,672, dated Jun. 28, 2016, 6 pages. |
“Second Written Opinion”, Application No. PCT/US2015/049981, dated Jul. 26, 2016, 5 pages. |
“Corrected Notice of Allowance”, U.S. Appl. No. 14/506,167, dated Sep. 27, 2016, 2 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2016/039468, dated Sep. 1, 2016, 10 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/788,377, dated Sep. 23, 2016, 14 pages. |
“Non-Final Office Action”, U.S. Appl. No. 15/266,591, dated Oct. 12, 2016, 10 pages. |
“Second Written Opinion”, Application No. PCT/US2015/048750, dated Aug. 8, 2016, 9 pages. |
“Batch File Encrypt—Encrypt and decrypt whole files or their parts using symmetric algorithms”, Retrieved at: https://web.archive.org/web/20131217055640/http://www.binarymark.com/products/batchfileencrypt/default.aspx—on Dec. 15, 2016, Dec. 17, 2013, 21 pages. |
“File locking—Wikipedia”, Retrieved at: https://en.wikipedia.org/w/index.php?title=File_locking&oldid=679856482—on Dec. 15, 2016, 5 pages. |
“International Preliminary Report on Patentability”, Application No. PCT/US2015/048750, dated Dec. 6, 2016, 11 pages. |
“International Preliminary Report on Patentability”, Application No. PCT/US2015/049981, dated Oct. 18, 2016, 6 pages. |
“International Preliminary Report on Patentability”, Application No. PCT/US2015/058707, dated Oct. 27, 2016, 7 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2016/054036, dated Dec. 1, 2016, 12 pages. |
“Second Written Opinion”, Application No. PCT/US2016/039468, dated Dec. 1, 2016, 5 pages. |
“Advisory Action”, U.S. Appl. No. 14/506,167, dated Apr. 13, 2016, 3 pages. |
“Foreign Notice of Allowance”, TW Application No. 100136564, dated Feb. 25, 2016, 4 pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2015/058707, dated Jan. 20, 2016, 11 Pages. |
“International Search Report and Written Opinion”, Application No. PCT/US2015/048750, dated Apr. 11, 2016, 22 pages. |
“Second Written Opinion”, Application No. PCT/US2015/021125, dated Feb. 2, 2016, 6 pages. |
Chen,“Hardware-Assisted Application-Level Access Control”, ISC '09 Proceedings of the 12th International Conference on Information Security, 090/7/2009, 16 pages. |
“Final Office Action”, U.S. Appl. No. 14/489,288, dated Jun. 15, 2016, 25 pages. |
“Foreign Notice of Allowance”, TW Application No. 100136565, dated Mar. 25, 2016, 4 pages. |
“International Preliminary Report on Patentability”, Application No. PCT/US2015/021125, dated May 11, 2016, 7 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/533,921, dated Apr. 19, 2016, 18 pages. |
“Notice of Allowance”, U.S. Appl. No. 13/933,928, dated Apr. 22, 2016, 8 pages. |
“Final Office Action”, U.S. Appl. No. 14/481,672, dated Feb. 9, 2017, 16 pages. |
“Final Office Action”, U.S. Appl. No. 14/506,167, dated Nov. 23, 2015, 19 pages. |
“Final Office Action”, U.S. Appl. No. 14/533,921, dated Feb. 24, 2017, 15 pages. |
“Final Office Action”, U.S. Appl. No. 14/788,377, dated May 8, 2017, 20 pages. |
“Foreign Notice of Allowance”, TW Application No. 110501128, dated Dec. 29, 2016, 4 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/489,288, dated Jan. 19, 2017, 30 pages. |
“Non-Final Office Action”, U.S. Appl. No. 14/879,938, dated Mar. 24, 2017, 16 pages. |
“Notice of Allowance”, U.S. Appl. No. 15/266,591, dated May 11, 2017, 11 pages. |
Kher,“Securing Distributed Storage: Challenges, Techniques, and Systems”, ACM Workshop on Storage security and survivability, 2005, p. 9-25. |
Sharma,“TransCrypt: Design of a Secure and Transparent Encrypting File System”, Masters Thesis, Indian Institute of Technology Kanpur, Aug. 2006, 50 pages. |
“Corrected Notice of Allowance”, U.S. Appl. No. 15/266,591, dated Jul. 5, 2017, 2 pages. |
“Corrected Notice of Allowance”, U.S. Appl. No. 15/266,591, dated Jul. 19, 2017, 2 pages. |
“Foreign Office Action”, CN Application No. 201380076761.9, dated May 31, 2017, 17 pages. |
“Notice of Allowance”, U.S. Appl. No. 14/481,672, dated Jul. 27, 2017, 7 pages. |
“Notice of Allowance”, U.S. Appl. No. 14/489,288, dated Aug. 25, 2017, 8 pages. |
“Second Written Opinion”, Application No. PCT/US2016/054036, dated Aug. 8, 2017, 6 pages. |
“First Office Action and Search Report Issued in Chinese Patent Application No. 201580015099.5”, dated Sep. 5, 2018, 17 Pages. |
“Office Action Issued in European Patent Application No. 15716217.3”, dated Apr. 5, 2018, 4 Pages. |
Number | Date | Country | |
---|---|---|---|
20150270956 A1 | Sep 2015 | US |