Various exemplary embodiments disclosed herein relate generally to customizing cryptographic keys between multiple hosts.
It is often the case that two entities need to securely communicate with each other using a pre-shared symmetric key. This pre-shared key is loaded or transferred in some form to the two parties at initialization time. This means that the provisioner or both provisioners (e.g., an original equipment manufacturer), if these are different parties, know the value of the pre-shared key used.
A summary of various exemplary embodiments is presented below. Some simplifications and omissions may be made in the following summary, which is intended to highlight and introduce some aspects of the various exemplary embodiments, but not to limit the scope of the invention. Detailed descriptions of an exemplary embodiment adequate to allow those of ordinary skill in the art to make and use the inventive concepts will follow in later sections.
Various embodiments relate to a method of generating a shared secret for use in a symmetric cipher, including: receiving, by a processor, an encoded key Enc(K) and a white-box implementation of the symmetric cipher, where the encoded key Enc(K) is used in the white-box implementation; selecting, by the processor, homomorphic functions ⊙ and ⊗ and the values c1 and c3 such that Enc(K)⊙c1=Enc(K⊗c3); and transmitting, by the processor, ⊗ and c3 to another device.
Various embodiments are described, wherein the shared secret is K⊗c3.
Various embodiments are described, wherein the encoding is Enc(x)=xe mod n, where n is the product of two prime number; ⊙(Enc(K), c1)=Enc(K)·Enc(c1); and ⊗(K, c3)=K·c3.
Various embodiments are described, wherein the encoded key Enc(K) and the white-box implementation of the symmetric cipher is received from an original equipment manufacturer.
Various embodiments are described, wherein the encoded key Enc(K) and the white-box implementation of the symmetric cipher is produced by a white-box service that receives an unencoded copy of the key K.
Various embodiments are described, further including: encrypting data, by the processor, using the shared secret and the white-box implementation; and transmitting, by the processor, the encrypted data to the other device.
Various embodiments are described, wherein the other device is a secure element.
Further various embodiments relate to a method of generating a shared secret for use in a symmetric cipher, including: randomly selecting, by the processor, a valued c3; receiving, by a processor, an encoded key Enc(K), a white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) where the encoded key Enc(K) is used in the white-box implementation; calculating the shared secret K′ as K′=ƒ(K, c3); and transmitting, by the processor, c3 to another device.
Various embodiments are described, wherein the other device is a secure element.
Various embodiments are described, wherein the function ƒ(K, c3) is a hash function.
Various embodiments are described, further including: encrypting data, by the processor, using the shared secret and the white-box implementation; and transmitting, by the processor, the encrypted data to the other device.
Various embodiments are described, wherein the encoded key Enc(K), the white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) is received from an original equipment manufacturer.
Various embodiments are described, wherein the encoded key Enc(K), the white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) is produced by a white-box service that receives an unencoded copy of the key K.
Further various embodiments relate to a method of generating a shared secret for use in a symmetric cipher, including: receiving, by the processor, a value c3 from another device; receiving, by a processor, an encoded key Enc(K), a white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) where the encoded key Enc(K) is used in the white-box implementation; and calculating the shared secret K′ as K′=ƒ(K, c3).
Various embodiments are described, wherein the other device is a secure element.
Various embodiments are described, wherein the function ƒ(K, c3) is a hash function.
Various embodiments are described, wherein further including: encrypting data, by the processor, using the shared secret and the white-box implementation; and transmitting, by the processor, the encrypted data to the other device.
Various embodiments are described, wherein the encoded key Enc(K), the white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) is received from an original equipment manufacturer.
Various embodiments are described, wherein the encoded key Enc(K), the white-box implementation of the symmetric cipher, and a white-box implementation of a function ƒ(K, c3) is produced by a white-box service that receives an unencoded copy of the key K.
In order to better understand various exemplary embodiments, reference is made to the accompanying drawings, wherein:
To facilitate understanding, identical reference numerals have been used to designate elements having substantially the same or similar structure and/or substantially the same or similar function.
The description and drawings illustrate the principles of the invention. It will thus be appreciated that those skilled in the art will be able to devise various arrangements that, although not explicitly described or shown herein, embody the principles of the invention and are included within its scope. Furthermore, all examples recited herein are principally intended expressly to be for pedagogical purposes to aid the reader in understanding the principles of the invention and the concepts contributed by the inventor(s) to furthering the art and are to be construed as being without limitation to such specifically recited examples and conditions. Additionally, the term, “or,” as used herein, refers to a non-exclusive or (i.e., and/or), unless otherwise indicated (e.g., “or else” or “or in the alternative”). Also, the various embodiments described herein are not necessarily mutually exclusive, as some embodiments can be combined with one or more other embodiments to form new embodiments.
It is often the case that two entities need to securely communicate with each other using a pre-shared symmetric key. This disclosure describes how the two entities may modify this pre-shared key in such a way that neither an adversary nor an original provisioner of the pre-shared key know the modified value of these shared keys.
White-box cryptography is aimed at protecting secret keys from being disclosed in a software implementation. See for example: Stanley Chow, Philip A. Eisen, Harold Johnson, and Paul C. van Oorschot, White-box cryptography and an AES implementation, Selected Areas in Cryptography—SAC 2002 (Kaisa Nyberg and Howard M. Heys, eds.), Lecture Notes in Computer Science, vol. 2595, Springer, 2003, pp. 250-270; and Stanley Chow, Philip A. Eisen, Harold Johnson, and Paul C. van Oorschot, A white-box DES implementation for DRM applications, Digital Rights Management—DRM 2002 (Joan Feigenbaum, ed.), Lecture Notes in Computer Science, vol. 2696, Springer, 2003, pp. 1-15. These articles disclose white-box implementations of the advanced encryption standard (AES) and data encryption standard (DES) encryption methods. In such a context, it is assumed that the attacker (usually a “legitimate” user or malicious software) may also control the execution environment of the white-box implementation. This is in contrast with the more traditional security model where the attacker is only given a black-box access (i.e., inputs/outputs) to the cryptographic algorithm under consideration.
The main idea of white-box implementations is to rewrite a key-instantiated version so that all information related to the key is “hidden”. In other words, for each secret key, a key-customized software is implemented so that the key input is unnecessary.
Most symmetric block-ciphers, including the AES and the DES, are implemented using substitution boxes and linear transformations. Imagine that such a cipher is white-box implemented as a huge lookup table taking as an input any plaintext and returning the corresponding ciphertext for a given key. Observe that this white-box implementation has exactly the same security as the same cipher in the black-box context: the adversary learns nothing more than pairs of matching plaintexts/ciphertexts. Typical plaintexts being 64-bit or 128-bit values, such an ideal approach cannot be implemented in practice.
Current white-box implementations (as described for example in Chow) apply the above basic idea to smaller components. They represent each component of the cryptographic function as a series of lookup tables and insert random input and output bijective encodings on the lookup tables to introduce ambiguity, so that the resulting algorithm appears as the composition of a series of lookup tables with randomized values.
When two entities want to securely communicate with each other, there are many ways to accomplish this. When the usage of public-key cryptography is too computationally expensive, or the public-key infrastructure is not present, then one could use pre-shared symmetric cryptographic keys to secure the communication between these two parties.
These keys are typically put into devices owned by the parties communicating (i.e., provisioned) at initialization time. This means that the provisioner of each entity, which could be one party or two different parties, knows the value of this pre-shared key. It might be desirable to change the value of these pre-shared keys in order to increase the security of the communication between the two entities holding these pre-shared keys.
Assume an encoding function Enc:→ where is the key space of the symmetric cipher used and is the co-domain for this specific encoding. A key K is not transferred in the clear, but instead in an encoded form Enc(K). Hence, the first entity receives Enc1(K) and the second one Enc2(K). Enc1 and Enc2 are two different instances of the encoding functions introduced above. In order to modify the keys so that resulting modified key is the same for each entity, the encoding scheme needs to be homomorphic. More precisely, it is required that
Enc1(K)⊙c1=Enc2(K)⊕c2=Enc1(K⊗c3)=Enc2(K⊗c3)
for some operations ⊙ and ⊕ on the encodings and ⊗ on the keys and some constants c1, c2, c3.
After the encoded keys have been provisioned one of the two entities starts a modification procedure. This modification of the key may be done by one of the two parties, using external or internal information (or a mixture) or this modification may be a joint process (a negotiation) between the two entities. For example, one entity generates, based on internal or external data, this value c1 and derives from this the value c3 and c2. For this latter value it is assumed the entity knows the encoding function Enc2 used by the other entity. It communicates the value c2 in a secure manner and both entities may optionally verify that they have the same correct updates shared key K⊗c3.
Now a concrete example will be described starting with a typical scenario where no encodings are used.
In this setting the key K 125 is stored unprotected on the host 120. Hence, an adversary could simply copy or read this key after acquiring access to the system 100. This significantly reduces the security offered by the SE 115.
CipherK(x)=WBEnc(K)(X).
In this system 200 the provisioner 205 still loads the cryptographic key K 225 into the SE 215 but also provides this key 225 to a white-box service 230, which the provisioner 205 may implement or outsource to another (as a cloud service, for example), which generates the white-box implementation 240 and the encoded key 235 for the OEM 210. The OEM 210 loads the white-box implementation 240 and the encoded key 235 into the host 220.
Because the second entity is using a tamper resistant piece of hardware, i.e., the SE 215, no encoding is used. Hence, the encoding function on the key 225 in the SE is the identity function. The host 220 selects a function ⊙ and a constant c1 such that it allows for the homomorphic computation:
Enc(K)⊙c1=Enc(K⊗c3).
An example of homomorphic encoding that may be used is unpadded RSA. Let n be the public RSA modulus and e the public exponent. Then the encoding Enc is Enc(x)=xe mod n, which is the unpadded RSA encryption. This is a homomorphic operation. Recall that the following relationship must be satisfied:
Enc(K)⊙c1=Enc(K⊗c3).
The two functions may be defined as follows:
⊙(Enc(K),c1)=Enc(K)·Enc(c1); and
⊗(K,c3)=K·c3.
When c1=c3 is chosen at random then:
Hence, unpadded RSA is homomorphic and can be used as an encoding function in this scenario.
Another method of computing this shared modification of the key is the following. Instead of requiring that the encoding scheme is homomorphic, the SE 215 may compute ƒ(K, c3)=K′ as the new key using some function ƒ (an example is a cryptographic hash function). The value c3 is randomly generated shared with the other party. The other party, knowing the function ƒ, may compute ƒ′(K, c3)=Enc(K′) where ƒ′ is a white-boxed version of ƒ which outputs an encoded version of K′. The encoded version of K′ may sent to the WB service 230 to be used as input to produce the white-box implementation of the cipher. Alternatively, the other party may randomly select c3 and share it with the SE.
The embodiments describe herein provide a technological solution to the problem of having a shared secret between to entities knows by others such as OEMs and provisioners. The embodiments described herein provide methods to produce a shared secret that is not known by others such as the OEMs and provisioners.
The processor 420 may be any hardware device capable of executing instructions stored in memory 430 or storage 460 or otherwise processing data. As such, the processor may include a microprocessor, field programmable gate array (FPGA), application-specific integrated circuit (ASIC), or other similar devices.
The memory 430 may include various memories such as, for example L1, L2, or L3 cache or system memory. As such, the memory 430 may include static random-access memory (SRAM), dynamic RAM (DRAM), flash memory, read only memory (ROM), or other similar memory devices.
The user interface 440 may include one or more devices for enabling communication with a user such as an administrator. For example, the user interface 440 may include a display, a mouse, and a keyboard for receiving user commands. In some embodiments, the user interface 440 may include a command line interface or graphical user interface that may be presented to a remote terminal via the network interface 450. In some embodiments, no user interface may be present.
The network interface 450 may include one or more devices for enabling communication with other hardware devices. For example, the network interface 450 may include a network interface card (NIC) configured to communicate according to the Ethernet protocol. Additionally, the network interface 450 may implement a TCP/IP stack for communication according to the TCP/IP protocols. Various alternative or additional hardware or configurations for the network interface 450 will be apparent.
The storage 460 may include one or more machine-readable storage media such as read-only memory (ROM), random-access memory (RAM), magnetic disk storage media, optical storage media, flash-memory devices, or similar storage media. In various embodiments, the storage 460 may store instructions for execution by the processor 420 or data upon with the processor 420 may operate. For example, the storage 460 may store a base operating system 461 for controlling various basic operations of the hardware 400. Further, software for carrying out the functions of the provisioner, WB service, OEM, host, or SE 462, may be stored in the memory. This software may implement the various embodiments described above.
It will be apparent that various information described as stored in the storage 460 may be additionally or alternatively stored in the memory 430. In this respect, the memory 430 may also be considered to constitute a “storage device” and the storage 460 may be considered a “memory.” Various other arrangements will be apparent. Further, the memory 430 and storage 460 may both be considered to be “non-transitory machine-readable media.” As used herein, the term “non-transitory” will be understood to exclude transitory signals but to include all forms of storage, including both volatile and non-volatile memories.
While the host device 400 is shown as including one of each described component, the various components may be duplicated in various embodiments. For example, the processor 420 may include multiple microprocessors that are configured to independently execute the methods described herein or are configured to perform steps or subroutines of the methods described herein such that the multiple processors cooperate to achieve the functionality described herein. Further, where the device 400 is implemented in a cloud computing system, the various hardware components may belong to separate physical systems. For example, the processor 420 may include a first processor in a first server and a second processor in a second server.
The embodiments described in
Any combination of specific software running on a processor to implement the embodiments of the invention, constitute a specific dedicated machine.
As used herein, the term “non-transitory machine-readable storage medium” will be understood to exclude a transitory propagation signal but to include all forms of volatile and non-volatile memory.
It should be appreciated by those skilled in the art that any block diagrams herein represent conceptual views of illustrative circuitry embodying the principles of the invention.
Although the various exemplary embodiments have been described in detail with particular reference to certain exemplary aspects thereof, it should be understood that the invention is capable of other embodiments and its details are capable of modifications in various obvious respects. As is readily apparent to those skilled in the art, variations and modifications can be affected while remaining within the spirit and scope of the invention. Accordingly, the foregoing disclosure, description, and figures are for illustrative purposes only and do not in any way limit the invention, which is defined only by the claims.
Number | Name | Date | Kind |
---|---|---|---|
8799646 | Pei | Aug 2014 | B1 |
10153897 | Jezewski | Dec 2018 | B1 |
10511436 | Machani | Dec 2019 | B1 |
10812269 | Medvinsky | Oct 2020 | B2 |
10855440 | Alwen | Dec 2020 | B1 |
10985905 | Anderson | Apr 2021 | B2 |
11032075 | Le Saint | Jun 2021 | B2 |
11048572 | Cardoso | Jun 2021 | B2 |
11063743 | Gouget | Jul 2021 | B2 |
20060140401 | Johnson et al. | Jun 2006 | A1 |
20120042170 | Curtin | Feb 2012 | A1 |
20130014274 | Goodes | Jan 2013 | A1 |
20130047264 | Bjorkengren | Feb 2013 | A1 |
20140006803 | Bodis | Jan 2014 | A1 |
20140040605 | Futral | Feb 2014 | A1 |
20160065370 | Saint | Mar 2016 | A1 |
20160099814 | Negi | Apr 2016 | A1 |
20160218875 | Saint | Jul 2016 | A1 |
20170063975 | Prakash | Mar 2017 | A1 |
20170085383 | Rao | Mar 2017 | A1 |
20170294148 | Isobe | Oct 2017 | A1 |
20170373828 | Michiels | Dec 2017 | A1 |
20180181947 | Roberts | Jun 2018 | A1 |
20190005229 | Hlaing | Jan 2019 | A1 |
20190109848 | Clark | Apr 2019 | A1 |
20190140834 | Medvinsky | May 2019 | A1 |
20190182046 | Rangaraj | Jun 2019 | A1 |
20190356529 | Gulati | Nov 2019 | A1 |
20190372759 | Rix | Dec 2019 | A1 |
20200021441 | Le Saint | Jan 2020 | A1 |
20200065480 | Gu | Feb 2020 | A1 |
20200213111 | Leavy | Jul 2020 | A1 |
20210056546 | Murray | Feb 2021 | A1 |
20210058259 | Le Saint | Feb 2021 | A1 |
20210194681 | Nix | Jun 2021 | A1 |
Number | Date | Country |
---|---|---|
3264316 | Jan 2018 | EP |
Entry |
---|
Kolegov et al., “GitHub—tsu-iscd/jcrypto”, Github, Nov. 21, 2017, retrieved from the internet at https://github.com/tsu-iscd/jcrypto on Dec. 12, 2019, 3 pages. |
Muir, James A., “A Tutorial on White-box AES”, IACR Cryptology ePrint Archive, Feb. 28, 2013, pp. 1-25, vol. 20130228:053134, International Association for Cryptologic Research, https://eprint.lacr.org/. |
S. Chow, et al. “White-box cryptography and an AES implementation” Selected Areas in Cryptography—Lecture Notes in Computer Sci., vol. 2595, pp. 250-270. (2003). |
S. Chow, et al. “A white-box DES implementation for DRM applications” Digital Rights Management—DRM 2002, Lecture Notes in Computer Sci., vol. 2696, pp. 1-15. (2003). |
Number | Date | Country | |
---|---|---|---|
20200044837 A1 | Feb 2020 | US |