Key generation and broadcasting
Claim Score by NHIP
Abstract
Embodiments provide techniques generating and managing encryption keys within a computing infrastructure. Embodiments provide a key publisher that generates and maintains key pairs in a list at a configurable interval. In addition, the key publisher publishes the list to other components within the computing infrastructure. Embodiments also provide a key consumer that downloads the list of encrypted key pairs and maintains an active window of keys to can be accepted from client devices that communicate sensitive data to the computing infrastructure. If the key consumer receives a key from a client device that is outside of the active window yet that corresponds to a future key pair in the list, the key consumer advances the active window towards the future key pair.

Term
7 yearsto projected expiry
Projected expiry 1 October 2033, counted from filing; an application has no term until it is granted.
- Priority and filed
- Published
- Today
- Projected expiry
20 claims: 5 independent, 15 dependent
- 1Broadest claimClaim Score 62, broad(NHIP)A computer-implemented method for managing encrypted key pairs, the method comprising:generating a set of encrypted key pairs;designating, from the set of encrypted key pairs, a first encrypted key pair as a currently active key pair;designating a time-based window having a size and indicating a number of key pairs that are valid for transactions;publishing a public key corresponding to the currently active key pair to a key distributor;and publishing the set of encrypted key pairs to a key escrow.
- 6A computer-implemented method for managing encrypted data, the method comprising:receiving an encrypted message having metadata corresponding to a public key;identifying a first key pair corresponding to the public key in a set of key pairs, wherein a second key pair in the set is a currently active key pair, wherein the set of key pairs includes a time-based window having a size and indicating a number of key pairs that are valid for transactions, and wherein one of the number of key pairs is the currently active key;and upon determining that the identified first key pair is within the window: accessing a decryption key from the identified first key pair, and decrypting the message.
- 10A computer-readable storage medium storing instructions, which, when executed on a processor, performs an operation for managing encrypted key pairs, the operation comprising:generating a set of encrypted key pairs;designating, from the set of encrypted key pairs, a first encrypted key pair as a currently active key pair;designating a time-based window having a size and indicating a number of key pairs that are valid for transactions;publishing a public key corresponding to the currently active key pair to a key distributor;and publishing the set of encrypted key pairs to a key escrow.
- 15A computer-readable storage medium storing instructions, which, when executed on a processor, performs an operation for managing encrypted data, the operation comprising:receiving an encrypted message having metadata corresponding to a public key;identifying a first key pair corresponding to the public key in a set of key pairs, wherein a second key pair in the set is a currently active key pair, wherein the set of key pairs includes a time-based window having a size and indicating a number of key pairs that are valid for transactions, and wherein one of the number of key pairs is the currently active key;and upon determining that the identified first key pair is within the window: accessing a decryption key from the identified first key pair, and decrypting the message.
- 19A system, comprising:a processor;and a memory hosting an application, which, when executed on the processor, performs an operation for managing encrypted key pairs, the operation comprising: generating a set of encrypted key pairs;designating, from the set of encrypted key pairs, a first encrypted key pair as a currently active key pair;designating a time-based window having a size and indicating a number of key pairs that are valid for transactions;publishing a public key corresponding to the currently active key pair to a key distributor;and publishing, at the specified interval, the set of encrypted key pairs to a key escrow.
Independent claims5
57 paragraphs in 4 sections, as filed
BACKGROUND
00011. Technical Field
0002The present disclosure relates generally to computer security. More specifically, techniques are disclosed for key management in a distributed environment.
00032. Description of Related Art
0004Computer security in a cloud environment is a well-known issue in a broad variety of contexts. For example, companies engaging in online commerce are generally subject to data security standards in regard to handling sensitive data of clients of the service. For instance, under the Payment Card Industry (PCI) data standard, a company that accepts credit cards as payment is required to comply with a number of regulations related to handling data, such as credit card information and customer information. Generally, to comply with such regulations, a company uses encryption techniques to protect sensitive data moving across the compliance chain handling payment transactions to and from the cloud.
0005Typically, to provide security for sensitive data, a company segments the sensitive data and applications accessing the sensitive data into a high security environment. In general computer security terms, this approach is referred to as compartmentalization. While the rest of the computing infrastructure of the company may have security controls adequate for business purposes, the high security environment generally has a higher level of security that include firewalling, detailed audit logs, periodic third-party security assessments for standards compliance (e.g., with PCI, HIPAA, etc.). These computing systems within the high security environment are considered “in-scope” and require compliance with the standards. However, maintaining the high security environment takes time, effort, and expense. That is, the more components included within the high security environment, the more costly and less agile the infrastructure becomes. This is particularly a concern in the cloud environment, where the state of the entire network frequently changes (e.g., with new storage and network elements being introduced, older elements being removed, etc.). This makes it difficult to both enforce security and maintain the agility afforded by cloud services.
SUMMARY
0006One embodiment presented herein includes a method for managing encrypted key pairs. The method generally includes generating a set of encrypted key pairs and designating, from the set of encrypted key pairs, a first encrypted key pair as a currently active key pair. The method also generally includes designating a time-based window having a size and indicating a number of key pairs that are valid for transactions. The method also generally includes publishing the public key corresponding to the currently active key pair to a key distributor and publishing the set of encrypted key pairs to a key escrow.
0007Another embodiment includes a method for managing encrypted data. The method generally includes receiving an encrypted message having metadata corresponding to a public key. The method also generally includes identifying a first key pair corresponding to the public key in a set of key pairs. A second key pair in the set is a currently active key pair. The set of key pairs includes a window having a size and indicating a number of key pairs that are valid for transactions. One of the number of key pairs is the currently active key. Upon determining that the identified first key pair is within the window, a decryption key from the key pair is accessed and the message is decrypted.
0008Other embodiments include, without limitation, a computer-readable medium that includes instructions that enable a processing unit to implement one or more aspects of the disclosed methods as well as a system configured to implement one or more aspects of the disclosed methods.
BRIEF DESCRIPTION OF THE DRAWINGS
0009So that the manner in which the above recited features of the disclosure can be understood in detail, a more particular description, briefly summarized above, may be had by reference to embodiments, some of which are illustrated in the appended drawings. It is to be noted, however, that the appended drawings illustrate only typical embodiments of the present disclosure and are therefore not to be considered limiting of its scope, for the disclosure may admit to other equally effective embodiments.
0010<figref idref="DRAWINGS">FIG. 1</figref> illustrates an example computing environment, according to one embodiment.
0011<figref idref="DRAWINGS">FIG. 2</figref> illustrates a list of encrypted key pairs, according to one embodiment.
0012<figref idref="DRAWINGS">FIG. 3</figref> illustrates a method for managing encrypted key pairs in an example computing environment, according to one embodiment.
0013<figref idref="DRAWINGS">FIG. 4</figref> illustrates a method for decrypting messages with keys using a sliding window in an example computing environment, according to one embodiment.
0014<figref idref="DRAWINGS">FIG. 5</figref> illustrates a use case for managing encrypted key pairs in a computing environment having multiple key consumer subsystems, according to one embodiment.
0015<figref idref="DRAWINGS">FIG. 6</figref> illustrates a computing system configured to manage encrypted key pairs in an example computing environment, according to one embodiment.
0016<figref idref="DRAWINGS">FIG. 7</figref> illustrates a computing system configured to maintain an active window of keys, according to one embodiment.
DETAILED DESCRIPTION
0017Companies apply various approaches to provide security for sensitive data and comply with regulatory standards and minimizing costs. For example, with a static public key approach, each client that needs to send sensitive data downloads a public key from the receiving entity once. Any communication between the client and the receiving entity is encrypted with the public key. However, although this approach does not require many resources within the high security environment, the computing infrastructure is susceptible to data theft if the key is compromised (e.g., if an attacker intercepts and stores historically transacted data). To address this concern, an administrator can issue new keys and revoke the validity of older keys, but doing so may require system downtime while the administrator broadcasts the new keys to systems in the compliance chain. Taking down a system component to update key data may be impractical for companies whose services need to be running at all times. Further, other approaches such as tokenization and using per-transaction symmetric keys often depend on a single point of failure. If a component goes offline, the high security environment may be unable to operate. At that point, an administrator can only either shut the entire system down or continue to operate in an unsecure manner. Both options are also undesirable for companies that need to maintain constantly running services.
0018Embodiments presented herein provide techniques for managing encrypted public keys in a distributed environment. More specifically, embodiments presented herein provide an automated multiple-key-pair sliding window architecture. In one embodiment, a key publisher in a high security environment generates a list of encrypted key pairs and designates one pair as an active key pair. The key publisher publishes the list to a key escrow service and sends the public key corresponding to the active key pair to a public key distributor. The distributor may be a module that resides outside of the high security environment. The public key distributor provides the active public key to client systems. At a specified interval, the key publisher generates additional keys to append to the encrypted key pair list, designates a new active key pair, and republishes appropriate information to the public key distributor and key escrow. The key publisher may also remove older key pairs from the list.
0019In one embodiment, a key consumer (i.e., an application residing in the high security environment that processes sensitive client-side data) downloads the encrypted key pair list from the key escrow service. The key consumer maintains an active window within the list of key pairs that the key consumer can accept from client systems communicating sensitive data to the computing infrastructure. That is, the key consumer identifies which public keys can be used to provide encrypted data to the key consumer. The key consumer maintains a copy of the private keys corresponding to the ones in the active window. The active window identifies the currently active key pair as well as a specified maximum number of previous encrypted key pairs. When the key consumer receives a secure message from a client device, the key consumer accesses metadata associated with the message and identifies the version of the pair from the list used to decrypt the message. If the identified key pair does not correspond to one within the active window but is sequentially later in the list (i.e., corresponds to a future key), the key consumer decrypts the message as well as advances the window so that the active key of the window corresponds to the future key. Otherwise, if the corresponding key is not within the active window, no decryption occurs. That is, the window may have advanced past a time where the key was valid. In such a case, the key consumer may abort the operation.
0020In the following description, numerous specific details are set forth to provide a more thorough understanding of the embodiments. However, it will be apparent to one of skill in the art embodiments of the present disclosure may be practiced without one or more of these specific details. In other instances, well-known features have not been described in order to avoid obscuring the embodiments.
0021<figref idref="DRAWINGS">FIG. 1</figref> illustrates an example computing environment <b>100</b>, according to one embodiment. As shown, <figref idref="DRAWINGS">FIG. 1</figref> includes a computing infrastructure <b>105</b> connected to a network <b>145</b>. Computing infrastructure <b>105</b> may belong to any entity that processes sensitive data to or from one or more client computers <b>140</b>. For example, computing infrastructure <b>105</b> may correspond to an enterprise that processes credit cards as payment from customers and, as a result, has system components in place to comply with PCI standards. Note that in the following, a key sliding window approach that allows a company to comply within PCI standards is used as a reference example to provide an understanding of the embodiments described herein. However, it will be apparent to one of skill in the art that these embodiments are applicable for other compliance standards and security requirements related to key generation and broadcasting. For example, computing infrastructure <b>105</b> may correspond to a hospital that allows client computers <b>140</b> to access patient records (e.g., through a browser application <b>142</b>) while maintaining compliance with HIPAA (Health Insurance Portability and Accountability Act) standards.
0022Computing infrastructure <b>105</b> includes a high security environment <b>110</b> and a key escrow service <b>125</b>. Generally, components residing in high security environment <b>110</b> are considered “in-scope” with regards to compliance because the components process sensitive data. For example, the components should comply with PCI standards. Computing infrastructure may also include one or more untrusted components <b>130</b> that transmits or has access to encrypted data communicated within computing infrastructure <b>105</b>, despite not being a part of high security environment <b>110</b>. Typically, by only being able to access encrypted data (and unable to decrypt such data), such systems are “out of scope” for purposes of the PCI standards. That is, a system can receive and pass encrypted information without becoming “in-scope.” In one embodiment, computing infrastructure <b>105</b> is a cloud computing network. For instance, a company may want to deploy high security on a cloud infrastructure, regardless of whether the company actually hosts the cloud components. However, in such an environment, virtual machines may be launched to execute (within the cloud network) systems, storage, etc. This presents a challenge in maintaining compliance while keeping data hosted by the cloud secure (e.g., keeping a key in sync with different key consumer services that migrate across multiple hosts).
0023To address such challenges, embodiments presented herein provide key generation and broadcasting techniques using a sliding window approach. In one embodiment, a high security environment <b>110</b> includes system components that handle sensitive data. Illustratively, high security environment <b>110</b> includes a key publisher <b>115</b> and key consumers <b>120</b>. Key publisher <b>115</b> generates and maintains a list of encrypted key pairs <b>117</b><sub>1</sub>. After generating the encrypted key pairs, key publisher <b>115</b> sends the list to key escrow service <b>125</b> (shown as key pairs <b>117</b><sub>3</sub>). In addition, key publisher <b>115</b> designates one of the key pairs <b>117</b><sub>1 </sub>as an active key pair and publishes the public key corresponding to the active public key (active public key <b>137</b>) to a public key distributor <b>135</b>. Further, key publisher <b>115</b> purges older keys from the list of key pairs <b>117</b>. Further, key publisher may run on a hardware security module (HSM) that generates and encrypts the key pairs <b>117</b><sub>1</sub>.
0024Key escrow service <b>125</b> is a highly available persistent store accessible to key publisher <b>115</b> and key consumer <b>120</b>. Key escrow service <b>125</b> provides storage for the encrypted key pair list <b>117</b> and notifies key consumers <b>120</b> of new versions of the list. Although <figref idref="DRAWINGS">FIG. 1</figref> depicts key escrow service <b>125</b> as residing outside high security environment <b>110</b>, in another embodiment, key escrow service <b>125</b> may reside within high security environment <b>110</b>.
0025Key consumer <b>120</b> is a system component hosting an application that accesses and processes client-side encrypted sensitive data. For example, key consumer <b>120</b> may host a billing application for an online merchant. Key consumer <b>120</b> downloads the list of encrypted key pairs <b>117</b><sub>3 </sub>from key escrow service <b>125</b> (shown here as key pairs <b>117</b><sub>2</sub>) during startup and upon receiving notification from key escrow service <b>125</b> of a changed list being available. Upon receiving a client-side encrypted message, key consumer <b>120</b> identifies metadata in the message, retrieves the appropriate version of the encrypted key pair within the list of key pairs <b>117</b><sub>2</sub>, and decrypts the key pair to access the decryption key. Thereafter, key consumer <b>120</b> uses the decryption key to access the sensitive information within the encrypted message. Generally, only the corresponding key consumer <b>120</b> can access cryptographic keys used to decrypt the keys from the list. That is, key publisher <b>115</b> encrypts the key or key pairs in the list of key pairs <b>117</b><sub>1 </sub>using different encryption keys. Note that the keys used to access the key pairs are not part of the sliding window. Key consumer <b>120</b> can accept a maximum number of previous keys preceding the active public key <b>137</b>. Doing so allows key consumer <b>120</b> to handle slower clients that may have downloaded the key within a reasonable amount of time past but sends encrypted messages shortly after the key publisher has designated a new active key. Further, accepting a smaller number of previous keys limits the scope of compromise in the event an attacker is able to obtain one of the keys. That is, the size of the window is proportional to the data compromise period. For example, if the size of the window allows for ten key pairs, and the key publisher generates one key pair per day, then, in the event of a compromise, an attacker might be able to obtain at most ten days worth of data.
0026Computing environment <b>100</b> includes a public key distributor <b>135</b>. Public key distributor <b>135</b> is a highly available component responsible for distributing active public key <b>137</b> to client computers <b>140</b> that communicate with key consumers <b>120</b> (e.g., in sending or receiving sensitive data, such as credit card information). More specifically, at specified time intervals, key publisher <b>115</b> sends the public component of one of the active public key <b>137</b> to public key distributor <b>135</b>. In turn, public key distributor <b>135</b> broadcasts the public component of the active key pair to client computers <b>140</b>. A browser application <b>142</b> running in a client computer <b>140</b> may receive the active encryption key from public key distributor <b>135</b> and use the key to communicate with computing infrastructure <b>105</b>. For example, client computer <b>140</b> may encrypt credit card information, store the encrypted information along with metadata in a message regarding the key used to encrypt the information. The message is then transmitted to key components <b>120</b> (e.g., via untrusted components <b>130</b> over network <b>145</b>). In addition, public key distributor <b>135</b> may employ a variety of several security controls such as detailed audit logs, file monitoring, configuration monitoring, third-party security assessments, and restricted and authorized access.
0027Computing environment <b>100</b> may also include untrusted components <b>130</b>. For example, <figref idref="DRAWINGS">FIG. 1</figref> depicts one untrusted component <b>130</b> outside the computing infrastructure <b>105</b> and one inside the computing infrastructure <b>105</b>. A browser application <b>142</b> of a client computer <b>140</b> might send sensitive data to computing infrastructure <b>105</b> via untrusted components <b>130</b>.
0028<figref idref="DRAWINGS">FIG. 2</figref> illustrates an example list <b>200</b> of encrypted key pairs, according to one embodiment. At a configurable interval, the key publisher generates encrypted key pairs <b>205</b> stored in list <b>200</b>. During the interval period, the key publisher also assigns a new active key pair and deprecates older key pairs. A shorter specified time interval reduces the amount of data likely to be compromised in the event that an attacker is able to compromise a key pair. In one embodiment, the key publisher is backed by an HSM that generates encrypted key pairs <b>205</b>. As shown, list <b>200</b> includes multiple encrypted key pairs <b>205</b><sub>1-6</sub>.
0029Key consumers and other “in-scope” systems (i.e., the systems that handle sensitive data and are subject to PCI compliance standards) may access the decrypted contents of list <b>200</b>. For instance, the key publisher may distribute list <b>200</b> to a key escrow within the computing infrastructure. In turn, key consumers download the list from the key escrow. As stated, key consumers are generally instantiated as part of applications that decrypt sensitive data sent by client devices. Key consumers use list <b>200</b> to decrypt the sensitive data. That is, upon receiving a client-side encrypted message, the key consumer accesses the metadata in the message envelope. Using the metadata, the key consumer accesses the corresponding encrypted key pair from list <b>200</b>, decrypts the key pair to access the decryption key, and subsequently decrypts the message. As stated, the key publisher may use different keys to encrypt the key pairs. Note that the keys used to decrypt the key pairs are not part of the key window but are merely used to access the encrypted key pairs. In one embodiment, keys used to decrypt the key pair are accessible only to the appropriate key consumer within the high security environment. Further, different key consumers may have different keys for accessing the key pairs in the published list <b>200</b>.
0030In one embodiment, the key consumer may apply a windowing key rotation to ensure that the most recent keys can be used to decrypt sensitive data and that older keys cannot be used. The right-hand portion of <figref idref="DRAWINGS">FIG. 2</figref> illustrates an example windowing approach as applied to list <b>200</b> by a key consumer.
0031The window limits what keys a key consumer will accept as valid. For example, the key consumer may accept a maximum of number of previous keys preceding the active key pair. For example, assume that encrypted key pair 3 (<b>205</b><sub>3</sub>) corresponds to the current active key pair, and that the key consumer accepts up to only one key preceding the active key pair. As shown, this corresponds to active window <b>215</b>, which includes encrypted key pairs <b>205</b><sub>2-3</sub>.
0032Encrypted key pairs <b>205</b><sub>4-6 </sub>are future keys <b>220</b> because the key pairs are not within active window <b>215</b> but have not yet been designated as an active key (by the key publisher). Encrypted key pair <b>205</b><sub>1 </sub>is a past key that falls outside active window <b>215</b>, precedes the current active key pair, and thus is a deprecated key pair <b>210</b>. If the key consumer receives a secure message envelope that is encrypted using a future key <b>220</b>, the key consumer designates the future key <b>220</b> as the current active key and advances the window, as appropriate. Using the given windowing example in <figref idref="DRAWINGS">FIG. 2</figref>, if the key consumer receives a secure message with a corresponding encrypted key pair <b>205</b><sub>5</sub>, the key consumer decrypts the message and also marks encrypted key pair <b>205</b><sub>5 </sub>as the active key. In addition, the key consumer moves active window <b>215</b> so that the key pairs in the window are encrypted key pairs <b>205</b><sub>4-5</sub>.
0033On the other hand, in one embodiment, if the key consumer receives a secure message envelope from a client that uses a deprecated key pair outside active window <b>215</b> but still in list <b>200</b>, the key consumer may choose to not decrypt the message and may flag a failure to the client that sent the message. However, if the deprecated key pair is no longer in list <b>200</b>, the key consumer is unable to decrypt the message. Using the given windowing example in <figref idref="DRAWINGS">FIG. 2</figref>, if the client sends to the key consumer an encrypted message using a key corresponding to encrypted key pair <b>205</b><sub>1</sub>, the key consumer uses list <b>200</b> to identify encrypted key pair <b>205</b><sub>1 </sub>as an older key outside of active window <b>215</b>. Because encrypted key pair <b>205</b><sub>1 </sub>corresponds to a deprecated key <b>210</b>, the key consumer may choose not to decrypt the message. In one embodiment, an administrator may set alerts to capture attempts at sending messages using key versions outside active window <b>215</b> (e.g., deprecated keys <b>210</b>, key versions in future keys <b>220</b>, keys not within list <b>200</b>, etc.).
0034Active window <b>215</b> enables the rotation of older keys and prevents error spiking on the client-side. This allows older keys and the newer keys to exist in rotation, eliminating the need for system downtime to rotate the keys. In addition, accepting an amount of keys preceding the active key pair allows handling slower clients that may have downloaded a public key from the public key distributor in the past but only sent the message shortly after a new active key had been assigned.
0035<figref idref="DRAWINGS">FIG. 3</figref> illustrates a method <b>300</b> for managing encrypted key pairs in a distributed environment, according to one embodiment. The key publisher in the high security environment performs these steps at a specified interval. Assume for this discussion that the key publisher has an encrypted key pair list and a designated active key pair.
0036Method <b>300</b> begins at step <b>305</b>, where the key publisher generates new encryption keys. The key publisher appends the new keys to the encrypted key pair list. At step <b>310</b>, the key publisher designates a new active key pair to be the encrypted key pair succeeding the current active key pair in the list. For instance, referring to the example list <b>200</b> of <figref idref="DRAWINGS">FIG. 2</figref>, if the current key pair is encrypted key pair <b>205</b><sub>3</sub>, the key publisher designates encrypted key pair <b>205</b><sub>4 </sub>as the new active key pair.
0037At step <b>315</b>, the key publisher publishes the public key corresponding to the designated active key pair to the public key distributor. The public key distributor issues the public key to clients that communicate sensitive data to and from the key consumers of the high security environment. At step <b>320</b>, the key publisher issues the list of encrypted key pairs to the key escrow. In turn, the key escrow distributes the list to key consumers in the high security environment of the computing infrastructure. Subsequently, clients having the active key can send secure messages encrypted with the key to the key consumers that can decrypt the messages by referencing the list of encrypted key pairs generated by the key publisher.
0038At step <b>325</b>, the key publisher deprecates and purges the old keys from the system. Completely removing older keys from the system helps provide forward secrecy. That is, even if potential attackers somehow acquire the current keys to access sensitive data, the compromise is limited to the current key and not the information exchanged using the older keys.
0039<figref idref="DRAWINGS">FIG. 4</figref> illustrates a method <b>400</b> for decrypting messages with keys using a sliding active window in the example computing environment, according to one embodiment. Assume that a key consumer in the high security environment has already downloaded a list of encrypted key pairs from the key escrow. As shown, method <b>400</b> begins at step <b>405</b>, where the key consumer receives an encrypted message containing metadata about the key. For example, the encrypted message may contain credit card information to be processed by a key consumer billing application. Further, the encrypted message may include metadata about the key, such as the version of the key. At step <b>407</b>, the key consumer identifies the corresponding key version based on the provided metadata. At step <b>410</b>, the key consumer determines whether the key is within the active window. As stated, the active window of the key consumer includes the keys from the current key and a specified number of previous keys. If the key is within the active window, then the key consumer decrypts the message (at step <b>415</b>).
0040However, if the key is outside the active window, the key consumer determines whether the key is either a past key or a future key. Receiving a future key may be a result of the asynchronous nature of the key publisher broadcasting active key data to multiple key consumers. For example, a key consumer may fall out of sync with the other key consumers and lag behind by a few seconds. At any rate, the key consumer searches the list of key pairs received by the key escrow. If the key consumer identifies the given key as a future key, then the key consumer decrypts the message (at step <b>425</b>) and advances the active window (at step <b>430</b>). However, if the key consumers the given key as a past key outside the active window, then the key consumer flags a failure. In one embodiment, the key consumer may be configured to generate an alert upon receiving deprecated keys or invalid messages that do not decrypt.
0041<figref idref="DRAWINGS">FIG. 5</figref> illustrates an example specific-use case <b>500</b> for managing encrypted key pairs in a distributed computing infrastructure that includes three subsystems, according to one embodiment. Key windowing allows secure communication between multiple subsystems under loose synchronization because of latency, brief subsystem outages, or other reasons. In the example specific-use case <b>500</b>, three different key consumer systems A <b>505</b>, B <b>510</b>, and C <b>515</b> maintain a loosely synchronized view of the current key window. For example, the three subsystems may correspond to systems located in different geographic locations (e.g., the systems may correspond to credit card database applications in different countries).
0042As shown by each system having a different current key <b>530</b><sub>1-3</sub>, the subsystems may fall out of sync with each other for whatever reason, such as if a link between the systems goes offline or if one of the systems loses power and subsequently reboots after a time period. However, as long as the current key of a particular subsystem remains in the windows of the other subsystems, the particular subsystem may communicate securely with the other subsystems.
0043In the given example, systems A <b>505</b>, B <b>510</b>, and C <b>515</b> might be using different keys to decrypt and access data in a secure message. Regardless, the embodiments help ascertain that the systems function reliably. For example, system C <b>515</b> has the most up-to-date information of the three subsystems, having a current active key <b>530</b><sub>3 </sub>corresponding to key 5, whereas system A <b>505</b> has a current active key <b>530</b><sub>1 </sub>of 3 and system B <b>510</b> has a current active key <b>530</b><sub>2 </sub>of 4. Eventually, system A <b>505</b> or B <b>510</b> may receive a secure message from a client device with key information corresponding to encrypted key pair 5. Despite encrypted key pair 5 not being the current active key pair from the perspectives of system A or B, both systems can rely on the key pair list to both be able to decrypt the message and recover to the more recent active key pair.
0044<figref idref="DRAWINGS">FIG. 6</figref> illustrates a computing system <b>600</b> configured to generate and manage key pairs within the example computing environment, according to one embodiment. As shown, the computing system <b>600</b> includes, without limitation, a central processing unit (CPU) <b>605</b>, a network interface <b>615</b>, a memory <b>620</b>, a storage <b>625</b>, each connected to a bus <b>617</b>. Computing system <b>600</b> may also include an I/O device interface <b>610</b> connecting I/O devices <b>612</b> (e.g., keyboard, display, and mouse devices) to the computing system <b>600</b>. Further, in context of this disclosure, the computing elements shown in computing system <b>600</b> may correspond to a physical computing system (e.g., a system in a data center) or may be a virtual computing instance executing within a computing cloud.
0045CPU <b>605</b> retrieves and executes programming instructions stored in memory <b>520</b> as well as stores and retrieves application data residing in memory <b>620</b>. Interconnect <b>617</b> is used to transmit programming instructions and application data between CPU <b>605</b>, I/O devices interface <b>610</b>, storage <b>625</b>, network interface <b>615</b>, and memory <b>620</b>. Note, CPU <b>605</b> is included to be representative of a single CPU, multiple CPUs, a single CPU having multiple processing cores, and the like. And memory <b>620</b> is generally included to be representative of a random access memory. Storage <b>625</b> may be a disk drive storage device. Although shown as a single unit, storage <b>625</b> may be a combination of fixed and/or removable storage devices, such as fixed disc drives, removable memory cards, or optical storage, network attached storage (NAS), or a storage-area network (SAN).
0046Illustratively, memory <b>620</b> includes a key generation component <b>622</b> and an application <b>624</b>. And storage <b>625</b> includes an encrypted key pair list <b>626</b>. Key generation component <b>622</b> is responsible for generating new keys to be stored in encrypted key pair list <b>626</b>. Further, application <b>624</b> publishes encrypted key pair list <b>626</b> to other components in the computing infrastructure, such as the key escrow and the public key distributor. Additionally, application <b>624</b> deprecates and purges expired keys from encrypted key pair list <b>626</b>.
0047<figref idref="DRAWINGS">FIG. 7</figref> illustrates a computing system <b>700</b> configured to decrypt secure data using distributed encrypted key pair information within the example computing environment, according to one embodiment. As shown, the computing system <b>700</b> includes, without limitation, a central processing unit (CPU) <b>705</b>, a network interface <b>715</b>, a memory <b>720</b>, a storage <b>725</b>, each connected to a bus <b>717</b>. Computing system <b>700</b> may also include an I/O device interface <b>710</b> connecting I/O devices <b>712</b> (e.g., keyboard, display, and mouse devices) to the computing system <b>700</b>. Further, in context of this disclosure, the computing elements shown in computing system <b>700</b> may correspond to a physical computing system (e.g., a system in a data center) or may be a virtual computing instance executing within a computing cloud.
0048CPU <b>705</b> retrieves and executes programming instructions stored in memory <b>720</b> as well as stores and retrieves application data residing in memory <b>720</b>. Interconnect <b>717</b> is used to transmit programming instructions and application data between CPU <b>705</b>, I/O devices interface <b>710</b>, storage <b>725</b>, network interface <b>715</b>, and memory <b>720</b>. Note, CPU <b>705</b> is included to be representative of a single CPU, multiple CPUs, a single CPU having multiple processing cores, and the like. And memory <b>720</b> is generally included to be representative of a random access memory. Storage <b>725</b> may be a disk drive storage device. Although shown as a single unit, storage <b>725</b> may be a combination of fixed and/or removable storage devices, such as fixed disc drives, removable memory cards, or optical storage, network attached storage (NAS), or a storage-area network (SAN).
0049Illustratively, memory <b>720</b> includes a decryption component <b>722</b> and an application <b>724</b>. And storage <b>725</b> includes an encrypted key pair list <b>726</b>. Application <b>724</b> manages the key pair windowing of encrypted key pair list <b>726</b>. Upon receiving a secure message from a client device (e.g., through a browser application on the device), application <b>724</b> identifies the encrypted key pair corresponding to the decryption key described in the metadata envelope of the secure message. Decryption component <b>722</b> is responsible for decrypting the secure message sent by the client.
0050While the foregoing is directed to embodiments of the present disclosure, other and further embodiments of the disclosure may be devised without departing from the basic scope thereof. For example, aspects of the present disclosure may be implemented in hardware, software, or a combination of hardware and software. One embodiment of the disclosure may be implemented as a program product for use with a computer system. The program(s) of the program product define functions of the embodiments (including the methods described herein) and can be contained on a variety of computer-readable storage media. Illustrative non-transitory computer-readable storage media include, but are not limited to: (i) non-writable storage media (e.g., read-only memory devices within a computer such as CD-ROM disks readable by a CD-ROM drive, flash memory, ROM chips or any type of solid-state non-volatile semiconductor memory) on which information is permanently stored; and (ii) writable storage media (e.g., a hard-disk drive or any type of solid-state random-access semiconductor memory) on which alterable information is stored. Such computer-readable storage media, when carrying computer-readable instructions that direct the functions of the present disclosure, are embodiments of the present disclosure.
0051Although certain embodiments may achieve advantages over other possible solutions and/or over the prior art, whether a particular advantage is achieved by a given embodiment is not limiting. Thus, the following aspects, features, embodiments and advantages are merely illustrative and are not considered elements or limitations of the appended claims except where explicitly recited in a claim(s).
0052Aspects of the present disclosure may be embodied as a system, method or computer program product. Accordingly, embodiments presented herein may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, embodiments may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
0053Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples a computer readable storage medium include: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the current context, a computer readable storage medium may be any tangible or otherwise non-transitory medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus or device.
0054The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments presented herein. In this regard, each block in the flowchart or block diagrams may represent a module, segment or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. Each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by special-purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
0055Embodiments disclosed herein may be provided to end users through a cloud computing infrastructure. Cloud computing generally refers to the provision of scalable computing resources as a service over a network. More formally, cloud computing may be defined as a computing capability that provides an abstraction between the computing resource and its underlying technical architecture (e.g., servers, storage, networks), enabling convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction. Thus, cloud computing allows a user to access virtual computing resources (e.g., storage, data, applications, and even complete virtualized computing systems) in “the cloud,” without regard for the underlying physical systems (or locations of those systems) used to provide the computing resources. A user can access any of the resources that reside in the cloud at any time, and from anywhere across the Internet.
0056Advantageously, the embodiments enable enterprises operating in a cloud computing environment to significantly reduce the scope of the high security infrastructure while still being able to retain the agility and flexibility afforded by the cloud environment. By automating the key rotation process, the need for manual intervention (e.g., by requiring system downtimes to rotate encryption keys) is reduced significantly (or otherwise non-existent). Further, the system disclosed by the embodiments is resilient and highly available, so even if one of the components goes offline for whatever reason, the system can remain operational because the other running components in the infrastructure have the data (e.g., key pair lists, information about the active key pairs, etc.) to manage and process key pairs. An administrator can adjust the resiliency of the system by increasing the size of the encrypted key pair list. The sliding window approach also helps to minimize data compromise and provide forward secrecy. That is, because the key publisher deprecates and purges old keys from the system, an attacker that acquires the old public keys is unable to use the keys in decrypting secure messages. Additionally, the amount of data loss in event of a compromise is proportional to the interval at which the key publisher updates the list, so a smaller interval may result in the system being subject to less data compromise. And adjusting the size of the active window allows the computing infrastructure to scale up or down and tighten or loosen synchronization between systems based on the desired requirements.
0057In view of the foregoing, the scope of the present disclosure is determined by the claims that follow.
Contents4
8 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| WO2018149110A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US2016205074A1 | Cited by | United States of America | Pre-grant |
| US10205710B2 | Cited by | United States of America | Search report |
| WO2018125677A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US9871662B2 | Cited by | United States of America | Search report |
| US10313123B1 | Cited by | United States of America | Search report |
| US10887294B2 | Cited by | United States of America | Search report |
| US10498543B2 | Cited by | United States of America | Applicant |
| US10721056B2 | Cited by | United States of America | Applicant |
| US2017093587A1 | Cited by | United States of America | Pre-grant |
| US10263778B1 | Cited by | United States of America | Applicant |
| US10516530B2 | Cited by | United States of America | Search report |
| US10764047B2 | Cited by | United States of America | Applicant |
| US11018860B2 | Cited by | United States of America | Applicant |
| US10425225B1 | Cited by | United States of America | Applicant |
| US2017222804A1 | Cited by | United States of America | Search report |
| US10826875B1 | Cited by | United States of America | Search report |
| US2001011250A1 | Cites | United States of America | Pre-grant |
| US2003012386A1 | Cites | United States of America | Pre-grant |
| US2010142713A1 | Cites | United States of America | Pre-grant |
| US2012131350A1 | Cites | United States of America | Pre-grant |
| US5557765A | Cites | United States of America | Pre-grant |
| US6118874A | Cites | United States of America | Pre-grant |
6 members in 1 office
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 201313969365 | United States of America | A | |
| US201313969365 | – | – | – |
Members6
| Document | Office | Kind | |
|---|---|---|---|
| US2015052358A1 | United States of America | A1 | |
| US9094377B2 | United States of America | B2 | |
| US2015333904A1 | United States of America | A1 | |
| US9614818B2 | United States of America | B2 | |
| US2017207911A1 | United States of America | A1 | |
| US10178074B2 | United States of America | B2 |
40 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Post Issue Communication - Certificate of CorrectionN423 | N423 | |
| Application ready for PDX access by participating foreign officesCCRDY | CCRDY | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reasons for AllowanceEX.R | EX.R | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Response after Non-Final ActionA... | A... | |
| Email NotificationEML_NTR | EML_NTR | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| FITF set to YES - revise initial settingFTFS | FTFS | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Application Is Now CompleteCOMP | COMP | |
| Email NotificationEML_NTR | EML_NTR | |
| Email NotificationEML_NTR | EML_NTR | |
| Filing ReceiptFLRCPT.O | FLRCPT.O | |
| Change in Power of Attorney (May Include Associate POA)PA.. | PA.. | |
| FITF set to YES - revise initial settingFTFS | FTFS | |
| Sent to Classification ContractorPGPC | PGPC | |
| Cleared by OIPE CSRL194 | L194 | |
| Patent Term Adjustment - Ready for ExaminationPTA.RFE | PTA.RFE | |
| Applicants have given acceptable permission for participating foreignAPPERMS | APPERMS | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Entity status set to undiscounted (initial default setting or status change)BIG. | BIG. | |
| Initial Exam Team nnIEXX | IEXX |
5 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Certificate of correctionCC | CC | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS |
Numbers
- Publication
- 20150052358
- Publication, DOCDB
- 2015052358
- Publication, EPODOC
- US2015052358
- Application
- 13969365
- Application, DOCDB
- 201313969365
- Application, EPODOC
- US201313969365
Titles
- English
- KEY GENERATION AND BROADCASTING
Classification
- CPC, 13
- H04L63/0435
- H04L63/062
- H04L9/0825
- H04L63/0442
- H04L9/0891
- H04L9/0894
- H04L63/08
- H04L9/083
- H04L63/0428
- H04L9/0822
- H04L9/0827
- H04L9/0844
- H04L9/088
- IPC, 1
- H04L29 06
- USPC, 1
- 713171000