US20140140514A1 - Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus - Google Patents

Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus Download PDF

Info

Publication number
US20140140514A1
US20140140514A1 US14/097,472 US201314097472A US2014140514A1 US 20140140514 A1 US20140140514 A1 US 20140140514A1 US 201314097472 A US201314097472 A US 201314097472A US 2014140514 A1 US2014140514 A1 US 2014140514A1
Authority
US
United States
Prior art keywords
encrypted
information
circuit
public key
encryption
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US14/097,472
Inventor
Craig B. Gentry
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US14/097,472 priority Critical patent/US20140140514A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GENTRY, CRAIG B.
Publication of US20140140514A1 publication Critical patent/US20140140514A1/en
Assigned to THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY reassignment THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTERNATIONAL BUSINESS MACHINES CORPORATION
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/08Key distribution or management, e.g. generation, sharing or updating, of cryptographic keys or passwords
    • H04L9/0816Key establishment, i.e. cryptographic processes or cryptographic protocols whereby a shared secret becomes available to two or more parties, for subsequent use
    • H04L9/0819Key transport or distribution, i.e. key establishment techniques where one party creates or otherwise obtains a secret value, and securely transfers it to the other(s)
    • H04L9/0822Key transport or distribution, i.e. key establishment techniques where one party creates or otherwise obtains a secret value, and securely transfers it to the other(s) using key encryption key
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/008Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols involving homomorphic encryption
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/14Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using a plurality of keys or algorithms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/08Randomization, e.g. dummy operations or using noise
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/46Secure multiparty computation, e.g. millionaire problem
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/50Oblivious transfer

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Storage Device Security (AREA)

Abstract

A method includes encrypting information in accordance with an encryption scheme that uses a public key; encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; sending the encrypted information and the plurality of encrypted instances of the secret key to a destination; receiving an encrypted result from the destination; and decrypting the encrypted result. A further method includes receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data; converting the information to a circuit configured to perform the function on the data; and applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys.

Description

    FIELD OF THE INVENTION
  • This invention relates generally to encryption and decryption algorithms and apparatus and, more specifically, to homomorphic encryption algorithms and apparatus.
  • BACKGROUND OF THE INVENTION
  • A fully homomorphic encryption scheme may be considered as one that allows the computation of arbitrary functions over encrypted data without requiring the use of a decryption key.
  • There has existed an open problem of constructing a fully homomorphic encryption scheme. This notion, originally called a privacy homomorphism, was introduced by Rivest, Adleman and Dertouzous (R. Rivest, L. Adleman, and M. Dertouzous. On data banks and privacy homomorphisms. In Foundations of Secure Computation, pages 169-180, 1978) shortly after the development of RSA by Rivest, Shamir, and Adleman (R. Rivest, A. Shamir, and L. Adleman. A method for obtaining digital signatures and public-key cryptosystems. In Comm. of the ACM, 21:2, pages 120-126, 1978). Basic RSA is a multiplicatively homomorphic encryption scheme, i.e., given RSA public key pk=(N,e) and ciphertexts {ψi←πi e mod N}, one can efficiently compute Πiψi=(Πiπi)e mod N, a ciphertext that encrypts the product of the original plaintexts. One may assume that it was RSA's multiplicative homomorphism, an accidental but useful property, that led Rivest et al. to ask a natural question: What can one do with an encryption scheme that is fully homomorphic: a scheme ε with an efficient algorithm Evaluateε that, for any valid public key pk, any circuit C (not just a circuit consisting of multiplication gates as in RSA), and any ciphertexts ψi←Encryptε(pk,πi), outputs

  • ψ←Evaluateε(pk,C,ψ 1, . . . ,ψt),
  • a valid encryption of C(π1, . . . , πt) under pk? Their answer: one can arbitrarily compute on encrypted data, i.e., one can process encrypted data (query it, write into it, do anything to it that can be efficiently expressed as a circuit) without the decryption key. As an application, they suggested private data banks. A user can store its data on an untrusted server in encrypted form. Later, the user can send a query on the data to the server, whereupon the server can express this query as a circuit to be applied to the data, and use the Evaluateε algorithm to construct an encrypted response to the user's query, which the user then decrypts. One would obviously want the server's response here to be more concise than the trivial solution, in which the server just sends all of the encrypted data back to the user to process on its own.
  • It is known that one can construct additively homomorphic encryption schemes from lattices or linear codes. The lattice-based scheme and the Reed-Solomon-code-based scheme allow multiplications, though with exponential expansion in ciphertext size. Ciphertexts implicitly contain an “error” that grows as ciphertexts are added together. Thus, ciphertexts output by Evaluate do not have the same distribution as ciphertexts output by Encrypt, and at some point the error may become large enough to cause incorrect decryption. For this reason, the homomorphism is sometimes referred to as a “pseudohomomorphism” or a “bounded homomorphism”
  • There are schemes that use a singly homomorphic encryption scheme to construct a scheme that can perform more complicated homomorphic operations (T. Sander, A. Young, and M. Yung. Non-interactive cryptocomputing for NC1. In Proc. of FOCS '99, pages 554-567, 1999, and Y. Ishai and A. Paskin. Evaluating Branching Programs on Encrypted Data. In Proc. of TCC '07. Sanders, Young and Yung (SYY) show that one can use a circuit-private additively homomorphic encryption scheme to construct a circuit-private scheme that can handle arbitrary circuits, where the ciphertext size increases exponentially with the depth of the circuit. Their scheme may, therefore, feasibly evaluate NC1 circuits. Ishai and Paskin show how to evaluate branching programs, and with much smaller ciphertexts than SYY. In their scheme Evaluate outputs a ciphertext whose length is proportional to the length of the branching program. This remains true even if the size of the branching program is very large, e.g., super-polynomial. However, the computational complexity of their scheme is proportional to the size.
  • In more detail, Ishai and Paskin use a “leveled” approach to evaluate a branching program. A (deterministic) branching program (BP) P is defined by a DAG from a distinguished initial node in which each nonterminal node has two outgoing edges labeled 0 and 1, and where the terminal nodes also have labels.
  • Cryptographers have accumulated an assortment of applications for fully homomorphic encryption since then. However, until now, there was no viable construction of a fully homomorphic encryption scheme.
  • SUMMARY
  • The foregoing and other problems are overcome by the use of the exemplary embodiments of this invention.
  • In a first aspect thereof the exemplary embodiments of this invention provide a method that comprises encrypting information in accordance with an encryption scheme that uses a public key; encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; sending the encrypted information and the plurality of encrypted instances of the secret key to a destination; receiving an encrypted result from the destination; and decrypting the encrypted result.
  • In a further aspect thereof the exemplary embodiments of this invention provide a method that comprises receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data; converting the information to a circuit configured to perform the function on the data; and applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys.
  • In a further aspect thereof the exemplary embodiments of this invention provide a method that comprises receiving second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate; receiving a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key; and evaluating the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme.
  • In a further aspect thereof the exemplary embodiments of this invention provide a program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations that comprise encrypting information in accordance with an encryption scheme that uses a public key; encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; sending the encrypted information and the plurality of encrypted instances of the secret key to a destination; receiving an encrypted result from the destination; and decrypting the encrypted result.
  • In a further aspect thereof the exemplary embodiments of this invention provide a program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations that comprise receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data; converting the information to a circuit configured to perform the function on the data; and applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a simple block diagram of a requestor and a server, such as a search engine, that use the fully homomorphic encryption scheme constructed from a bootstrappable encryption scheme in accordance with the exemplary embodiments of this invention.
  • FIGS. 2A and 2B, collectively referred to as FIG. 2, show an exemplary decryption circuit and the exemplary decryption circuit augmented by a NAND logic function, respectively.
  • FIG. 3 shows an example of homomorphically evaluating a decryption circuit.
  • FIG. 4 shows an example of homomorphically evaluating a decryption circuit augmented with an operation, such as a NAND logic function.
  • FIG. 5 shows another example of homomorphically evaluating the decryption circuit augmented with an operation, such as the NAND logic function.
  • FIG. 6 illustrates an informal theorem for circuits of arbitrary depth.
  • FIGS. 7A and 7B, collectively referred to as FIG. 7, are each a logic flow diagram illustrative of the operation of a method, and the operation of a computer program, in accordance with the exemplary embodiments of this invention.
  • FIG. 8 illustrates a block diagram of a system in which certain embodiments may be implemented.
  • FIG. 9 is a block diagram of a method in accordance with an exemplary embodiment herein.
  • DETAILED DESCRIPTION OF THE EXEMPLARY EMBODIMENTS OF THIS INVENTION
  • In accordance with the exemplary embodiments of this invention, an “initial” encryption scheme is created that is somewhat homomorphic, i.e., it can compute shallow circuits. Then, techniques are provided that allow constructing a fully homomorphic encryption scheme from the somewhat homomorphic encryption scheme. The initial technique may be referred to as bootstrapping. That is, a bootstrappable encryption scheme is one wherein the encryption scheme can evaluate its own decryption circuit (e.g., slightly augmented versions of its own decryption circuit). It is shown that if the decryption circuit of a somewhat homomorphic encryption scheme is shallow enough, in particular, if it is shallow enough to be evaluated homomorphically by the somewhat homomorphic scheme itself (a self-referential property), then this somewhat homomorphic scheme becomes “bootstrappable”, and can be used to construct a fully homomorphic scheme that can evaluate circuits of arbitrary depth.
  • The somewhat homomorphic scheme itself improves upon prior work; in particular, it allows an essentially arbitrary number of addition operations while allowing up to O(loglog α) multiplicative depth, where α=2n O(1) is the approximation factor for the lattice problem underlying the scheme's security. The somewhat homomorphic scheme is more efficient than the fully homomorphic one, i.e., it requires less work per gate of the circuit since it does not require the computation associated with the bootstrapping.
  • Described below is a fully homomorphic encryption scheme that solves a central open problem in cryptography. Such a scheme allows one to compute arbitrary functions over encrypted data without the decryption key, i.e., given encryptions E(m1), . . . , E(mt) of m1, . . . , mt, one can efficiently compute a compact ciphertext that encrypts ƒ(m1, . . . , mt) for any efficiently computable function ƒ. This problem was posed by Rivest et al. in 1978.
  • Fully homomorphic encryption has numerous applications. For example, it enables private search engine queries where the search engine responds to a query without knowledge of the query, i.e., a search engine can provide a succinct encrypted answer to an encrypted (Boolean) query without knowing what the query was. It also enables searching on encrypted data; one can store encrypted data on a remote server and later have the server retrieve only files that (when decrypted) satisfy some Boolean constraint, even though the server cannot decrypt the files on its own. More broadly, fully homomorphic encryption improves the efficiency of secure multiparty computation.
  • Provided below is a somewhat homomorphic “boostrappable” encryption scheme that is operable when the function ƒ is the scheme's own decryption function. It is then shown, through recursive self-embedding, how bootstrappable encryption gives fully homomorphic encryption.
  • By way of introduction, assume the presence of an encryption scheme with a “noise parameter” attached to each ciphertext, where encryption outputs a ciphertext with small noise, say less than n, but decryption works as long as the noise is less than some threshold N>>n. Furthermore, assume the presence of algorithms Add and Mult that can take ciphertexts E(a) and E(h) and compute E (a+b) and E (a*b), but at the cost of adding or multiplying the noise parameters. This immediately gives a “somewhat homomorphic” encryption scheme that can accommodate circuits of depth roughly loglog N−loglog n.
  • Next assume the presence of an algorithm Recrypt that takes a ciphertext E(a) with noise N′<N and outputs a “fresh” ciphertext E(a) that also encrypts a, but which has noise parameter smaller than √{square root over (N)}. This Recrypt algorithm is sufficient to construct a fully homomorphic scheme from the somewhat homomorphic one. In particular, before Add or Mult E(a) and E(b), one can apply Recrypt to E(a) and E(h) to ensure that their noise parameters are small enough so that the noise parameter of E(a*b) is less than N, and so on recursively.
  • A somewhat homomorphic encryption scheme is first provided. Then it is shown how to modify the somewhat homomorphic encryption scheme so that its decryption circuit has multiplicative depth at most loglog N−loglog n−1, i.e., less depth than what the scheme can accommodate. It is shown to be the case that a somewhat homomorphic encryption scheme that has this self-referential property of being able to handle circuits that are deeper than its own decryption circuit, in which it can be said that the somewhat homomorphic encryption scheme is “bootstrappable”, is sufficient to obtain the Recrypt algorithm, and thereby provide fully homomorphic encryption.
  • Consider the following secret key encryption scheme which merely uses integers. The key is an odd integer p>2N. An encryption of a bit b is simply a random multiple of p, plus a random integer B with the same parity as b, i.e., B is even if b=0 and is odd if b=1. More specifically, the ciphertext is c=b+2x+kp, where x is a random integer in (−n/2, n/2) and k is an integer chosen from some range. One decrypts by setting b←(c mod p) mod 2, where (c mod p) is the number in (−p/2, p/2) that equals c modulo p. Actually, (c mod p), which is the “noise parameter” in this scheme, will be in [−n,n], since b+2x is in that range. However, decryption would have worked correctly as long as b+2x∈[−N,N]⊂(−p/2, p/2). It can be noted that computing c mod p can be done by a very shallow circuit, with depth logarithmic in the bit-lengths of c and p.
  • Now consider what occurs when two ciphertexts are added, i.e., there is obtained a ciphertext that has a similar format to the originals. Specifically,

  • c←c 1 +c 2 =b 1 +b 2+2(x 1 +x 2)+(k 1 +k 2)p=b 1 ⊕b 2+2x+kp
  • for some integers and k. Decryption recovers b1⊕b2 as long as (b1+2x1)+(b2+2x2)∈[−N,N]. Multiplication also gives ciphertexts with a similar format.

  • c←c 1 *c 2 =b 1 *b 2+2(b 1 x 2 +b 2 x 1+2x 1 x 2)+kp=b 1 *b 2+2x+kp
  • for some integers and k. Decryption is workable whenever (b1+2x1)*(b2+2x2)∈[−N,N].
  • Assume that there are good and bad representations of p, such that the bad representation can be used in encryption but cannot be used to distinguish whether an integer is close to a multiple of p or is uniform modulo p. A question that arises is how to prove security? If there is an adversary A that can break semantic security, B uses A to decide which distribution an integer in comes from as follows: give A the challenge ciphertext c=b+2m+kp for random k. If in is close to a multiple of p, then so is 2m, and the closest p-multiple is an even distance away; in particular, b+2m∈[−N,N] mod p and b+2m mod p=b, the challenge ciphertext decrypts correctly to b, and A should guess b with non-negligible advantage. But if in is uniform modulo p, then so is 2m (since p is odd), c is independent of b and A has no advantage. Basically, B can distinguish the distribution that in came from by observing whether A guesses correctly with non-negligible advantage.
  • The exemplary embodiments of this invention enable the constructions of a fully homomorphic encryption scheme ε. At a high-level, the essence of fully homomorphic encryption is as follows: given ciphertexts that encrypt π1, . . . , πt, fully homomorphic encryption should allow anyone (not just the key-holder) to output a ciphertext that encrypts ƒ(π1, . . . , πt) for any desired function ƒ, as long as that function can be efficiently computed. No information about π1, . . . , πt or ƒ(π1, . . . , πt), or any intermediate plaintext values, should leak; i.e., the inputs, output and intermediate values are encrypted.
  • Formally, there are different ways of defining what it means for the final ciphertext to “encrypt” ƒ(π1, . . . , πt). The minimal requirement is correctness. A fully homomorphic encryption scheme ε should have an efficient algorithm Evaluateε that, for any valid ε key pair (sk,pk), any circuit C, and any ciphertexts ψi←Encryptε(pk,πi), outputs
  • ψ←Evaluateε(pk, C, ω1, . . . , ψt) suchthat Decryptε(sk,ψ)=C(π1, . . . πt)
  • This minimal requirement, however, may not be sufficient, since it permits the trivial solution where ψ simply consists of (C, ψ1, . . . , ψt)—i.e., where the Evaluateε algorithm does not “process” the input ciphertexts at all.
  • There are different ways of excluding the trivial solution. One way is to require circuit privacy, i.e., (roughly) that the output of Evaluate E reveals nothing (at least computationally) about the circuit C that it took as input. If circuit privacy is the only additional requirement, then fully homomorphic encryption (under this definition) can be achieved by using a two-flow oblivious transfer (OT) protocol in combination with Yao's garbled circuit (A. C. Yao. Protocols for secure computations (extended abstract). FOCS '82, pages 80-91, A. C. Yao. How to generate and exchange secrets. FOCS '86, pages 162-167.) Typically two-flow OT protocols use an additively homomorphic encryption scheme, and the OT query consists of a ciphertext ψ in this encryption scheme. In the fully homomorphic scheme, Evaluate(pk, C, ψ1, . . . , ψt) constructs a Yao garbling C of C, uses the OT queries ψ1, . . . , ψt to construct OT responses ψ1*, . . . , ψt* designed to obliviously transfer Yao keys associated to the c input wires in C, and outputs (C, ψ1*, . . . , ψt*). To decrypt this ciphertext, the key holder “decrypts” the OT responses ψ1*, . . . , ψt* to recover Yao keys for the input wires, and then evaluates the garbled circuit. It has also been shown how to achieve statistical circuit privacy, but only for limited classes of circuits, namely, NC1 and NLOGSPACE.
  • A more interesting technique to exclude the trivial solution is to require (roughly) that the ciphertext encrypting C(π1, . . . , πt) should “look like” an “ordinary” ciphertext, as long as C(π1, . . . , πt) is a single bit (or element of the same plaintext space that contains {πi}). For example, the size of the ciphertext output by Evaluate(pk, C, ψ1, . . . ψt) should not depend on C. Focus is placed on this definition. Actually, a stronger requirement is assumed: that Decryptε be expressible by a circuit Dε, which takes a (formatted) secret key and (formatted) ciphertext as input, and whose size is (a fixed) polynomial in the security parameter. This implies that there is an upper bound on the ciphertext size that depends only on the security parameter, and is independent of C.
  • It may be useful to provide a physical analogy as an aid in visualizing the concept of fully homomorphic encryption. Assume that the owner of a jewelry store wants her employees to assemble raw precious materials (diamonds, gold, etc.) into finished products, but is worried about theft. The owner addresses the problem by constructing glove boxes for which only the owner has the key, and puts the raw materials inside the glove boxes. Using the gloves, an employee can manipulate the items inside the box. Moreover, an employee can put things inside the box, e.g., a soldering iron to use on the raw materials, although the employee cannot take anything out. Also, the box is transparent, so that an employee can see what he is doing within the box. In this analogy, encryption means that the employee is unable to take something out of the box, not that he is unable to see it. After the employee is finished, the jewelry store owner can recover the finished product at her leisure by using her key. This analogy is inadequate in the sense that the glove box might become quite cluttered, whereas in the fully homomorphic encryption scheme only the final product need remain. In other words, to improve the analogy, imagine that the employee has some way to make any item in the glove box (of his choosing) disappear, even though he still cannot extract the item.
  • In view of the foregoing analogy, and now with respect to fully homomorphic encryption, assume that, a priori, there is a scheme ε that is only guaranteed to be correct for some subset Cε of circuits, i.e.,

  • Decryptε(sk,Evaluateε(pk,C,ψ 1, . . . ,ψt))=C1, . . . ,πt)
  • is guaranteed to hold only if C∈Cε (and, as before, ψi←Encryptε(pk, πi)). Can one then use ε to construct a scheme ε* that is fully homomorphic?
  • It is shown below that that the answer to this question is yes. Suppose that Cε contains just two circuits: Dε and the augmentation of Dε by NAND (i.e., a NAND gate connecting two copies of Dε), where Dε is the circuit associated to the decryption algorithm. Reference in this regard can be made to FIG. 2. A NAND is used for convenience in that any circuit can be expressed in terms of NAND gates. However, the decryption circuit could be augmented by a different set of universal gates. If c has this self-referential property of being able to evaluate its own (augmented) decryption circuit, it can be said that is bootstrappable. It is shown that the bootstrappable encryption implies leveled fully homomorphic encryption, i.e., that Dε plus the NAND-augmentation of Dε constitute a “complete” set of circuits:
  • Theorem 1 (Informal) If ε is bootstrappable, then, for any integer d, one can construct a scheme ε(d) that can evaluate any circuit (consisting of NAND gates) of depth d. The decryption circuit for ε(d) is the same as for ε, and the complexity of encryption is also the same, ε(d)'s public key size is O(d) times that of ε's. The complexity of Evaluateε (d) is polynomial in the security parameter and linear in the circuit size. If ε is semantically secure against chosen plaintext attacks, then so is Evaluateε (d)
  • Note with regard to ε(d) that its public key is O(d) times that of ε's public key. Since ε(d) has this dependence on d, one can say that it is merely leveled fully homomorphic. Under certain assumptions, one can make the ε(d) public key size be independent of d, in which case it can be said that the derived scheme is fully homomorphic.
  • It can be noted that, significantly, ε can evaluate (augmentations of) Dε. Assume that the distributions of Evaluateε(pk, C, ψ1, . . . , ψt) and Encryptε(pk, C(π1, . . . , πt)) are different. In particular, assume that there is an “error” associated with each ciphertext, that ciphertexts output by Encryptε have small error, that ciphertexts output by Evaluateε have larger error that increases with the depth of the circuit being evaluated, and that eventually (as the depth of the circuit being evaluated increases) the “error” becomes so large that applying Decryptε to the ciphertext results in a decryption error. Intuitively, as one evaluates a circuit and the implicit “error” becomes large, it would be desirable to “refresh” the ciphertext so that the error becomes small again. One could refresh a ciphertext by completely decrypting it, simply by generating an entirely new and fresh ciphertext that encrypts the same thing. However, this would require knowledge of the secret key, which is not desirable, Instead, in bootstrapping it becomes possible to decrypt the ciphertext, but homomorphically.
  • Specifically, assume that c is bootstrappable, with plaintext space P={0,1}, and that the circuits are Boolean. Assume further that there is exists a ciphertext ψ1 that encrypts π under pk1, which is desired to be refreshed. So that it can be decrypted homomorphically, also assume the presence of sk1, the secret key for pk1, encrypted under a second public key pk2: let sk1j be the encryption of the j th bit of sk1. Consider the following algorithm.
  • Recrypt ɛ ( pk 2 , D ɛ , sk 1 j _ , ψ 1 ) . Set ψ 1 j _ R Encrypt ɛ ( pk 2 , ψ 1 j ) Output ψ 2 Evaluate η ( pk 2 , D ɛ , sk 1 j _ , ψ 1 j _ )
  • Above, Evaluate takes in the bits of sk1 and ψ1, each encrypted under pk2. Then, e is used to evaluate the decryption circuit homomorphically. The output ψ2 is thus an encryption under pk2 of Decryptε(sk11)=π. In other words, Recrypt decrypts homomorphically using the encrypted secret key, thus obtaining a new ciphertext that encrypts the same thing as the original one.
  • It can be noted how π is doubly encrypted at one point, and that Evaluateε is used to remove the inner encryption. Applying the decryption circuit Dε removes the “error” associated to the first ciphertext under pk1, but Evaluateε simultaneously introduces a new “error” while evaluating the ciphertexts under pk2. Intuitively, progress has been made so long as the second error is less (shorter). It is important to note that revealing the encrypted secret key bits
    Figure US20140140514A1-20140522-P00001
    sk1
    Figure US20140140514A1-20140522-P00002
    does not compromise semantic security; as these encrypted secret key bits are indistinguishable from encryptions of 0 as long as ε is semantically secure by a standard hybrid argument. This hybrid argument breaks down if pk1=pk2. However, if ε securely encrypts key-dependent messages (is KDM-secure), i.e., roughly, if providing a ciphertext that encrypts a function of the secret key does not hurt security, then Recrypt can have a “self-loop” of encrypted secret keys.
  • Reference with regard to the concept of KDM-secure may be made to, for example: J. Black, P. Rogaway, and T. Shrimpton. Encryption-scheme security in the presence of key-dependent messages. In Proc. of SAC '02, LNCS 2595, pages 62-75. Springer, 2002; S. Halevi and H. Krawczyk. Security under key-dependent inputs. In Proc. of ACM CCS '07, 2007; and D. Boneh, S. Halevi, M. Hamburg, and R. Ostrovsky. Circular-Secure Encryption from Decision Diffe-Hellman. In Proc. of Crypto '08, LNCS 5157, pages 108-125.
  • However, the goal is to perform nontrivial homomorphic operations on underlying plaintexts, not merely to obtain refreshed encryptions of the same plaintext. If one can also evaluate a NAND augmentation of the decryption circuit, then one can generate an encryption of (π1 NAND π2) under pk2 using the encrypted secret key (sk1 under pk2) together with the two ciphertexts encrypting π1 and π2 respectively, under pk1. By recursively performing this type of operation on all ciphertexts at a given level in the circuit, it becomes possible to evaluate a d-depth circuit of NANDs. If ε is KDM-secure, the operation is fully homomorphic (rather than leveled fully homomorphic). In a random oracle model, discussed below, it is shown that a bootstrappable encryption scheme implies a scheme that is both bootstrappable and KDM-secure, and thus implies a fully homomorphic encryption scheme.
  • Again, it may be helpful to view bootstrapping in terms of the jewelry store physical analogy. Imagine that the glove boxes are defective; after an employee uses the gloves for one minute, the gloves stiffen and become unusable. Unfortunately, even the fastest employee cannot assemble some of the more intricate designs in under a minute. To solve this problem the jewelry store owner gives to an employee that is assembling an intricate design a glove box containing the raw materials, but also several additional glove boxes. Each of these additional glove boxes holds a copy of the master key. To assemble the intricate design, the employee manipulates the materials in box #1 until the gloves stiffen. Then, he places box #1 inside box #2, where the latter box already contains a master key. Using the gloves for box #2, he opens box #1 with the master key, extracts the partially assembled item, and continues the assembly within box #2 until its gloves stiffen. He then places box #2 inside box #3, and so on. The employee finally finishes his assembly inside of box #n. Of course, this procedure assumes that the employee can open box #i within box #(i+1), and have time to some progress on the assembly, all before the gloves of box #(i+1) stiffen. This is analogous to the requirement for a bootstrappable encryption scheme ε, that the complexity of ε's (augmented) decryption circuit is less than what ε can homomorphically evaluate.
  • The foregoing analogy assumes that it is safe to use a single master key that opens all boxes. However, perhaps an employee could use the gloves for box #2, together with master key inside that box, to open the box from the inside, extract the key, and use it to open box #1 and remove the jewels. However, this situation can be avoided by using distinct keys for the boxes, and placing the key for box #1 inside box #2, the key for box #2 inside box #3, and so on. This is analogous to the question of whether the encryption scheme is KDM-secure.
  • One non-limiting application of fully homomorphic encryption is in a two-party setting. A simple example is making encrypted queries to search engines. Referring to FIG. 1, to perform an encrypted search a party (requestor 1) generates a public key pk for the fully homomorphic encryption scheme, and generates ciphertexts ψ1, . . . , ψt that encrypt the query π1, . . . , πt under pk. (For example, each πi could be a single bit of the query.) Now, let the circuit C express a search engine server 2 search function for data stored in storage 3. The server 2 sets ψi*←Evaluate(pk, Ci, ψ1, . . . , ψt), where Ci is the sub-circuit of C that computes the ith bit of the output. Note that, in practice, the evaluation of Ci* and Cj* may share intermediate results, in which case it may be needlessly inefficient to run independent instances of the Evaluate algorithm. The server 2 sends these ciphertexts to the requestor 1. It is known that, by the correctness requirement, Decrypt(sk, ψi*)=Ci1, . . . , πt). These latter values constitute precisely the answer to the query, which is recoverable through decryption.
  • As another non-limiting application, the exemplary embodiments of this invention enable searching over encrypted data. In this scenario, assume that the requestor 1 stores files on the server 2 (e.g., on the Internet), so that the requestor 1 can conveniently access these files without needing the requestor's computer. However, the requestor encrypts the files, otherwise the server 2 could potentially read the private data. Let bits π1, . . . , πt represent the files, which are encrypted in the ciphertexts ψ1, . . . , ψt. Assume then that the requestor 1 later wants to download all encrypted files that satisfy a query, e.g., all files containing the word ‘homomorphic’ within 5 words of ‘encryption’, but not the word ‘evoting’. The requestor 1 sends the query to the server 2, which expresses it as a circuit C. The server sets ψi*←Evaluate(pk, Ci, ψ1, . . . , ψt) and sends these ciphertexts to the requestor 1, who decrypts the returned ciphertexts to recover C(π1, . . . , πt), the (bits of the) files that satisfy the query.
  • Note that in this application, as in the encrypted search application, the requestor preferably provides an upper bound on the number of bits that the response should have, and the encrypted response from the server 2 is padded or truncated to meet the upper bound.
  • Assume now that a party A wants the value of ƒ(π1, . . . , πt), where ƒ is some function “owned” by a party B, but party A does not want to reveal π1, . . . , πt. (Possibly, party B also does not want to reveal ƒ.) In the above mentioned technique of Yao party B would express the function as a Boolean circuit C, generate (for each wire in the circuit) two random strings that are associated respectively to ‘0’ and ‘1’ at that wire, and construct ciphertexts that encrypt the gates of the circuit in a certain way using a symmetric encryption scheme. Party B then sends the “garbled circuit,” which consists of the ciphertexts, along with the strings for ‘0’ and ‘1’ associated to the output wire of C, to party A. To obtain ƒ(π1, . . . , πt), party A would use oblivious transfer to obtain the strings associated to the bits π1, . . . , πt for the input wires of the garbled circuit, and then evaluate the garbled circuit to obtain the string for either ‘0’ or ‘1’ associated to the output wire of C.
  • Comparing now the fully homomorphic encryption technique in accordance with the exemplary embodiments of this invention to a previous general solution for secure two-party computation, namely, “Yao's garbled circuit”, one problem with Yao's protocol is that the communication complexity is proportional to the size of the circuit C. This makes the protocol rather unattractive in both of the scenarios discussed above (encrypted search and searching encrypted data). In the encrypted search scenario, the search engine 2 would need to send the requestor 1 a large garbled circuit whose size is proportional to the data being searched. In the scenario of searching on encrypted data, the requestor 1 would need to send a circuit whose size is proportional to the size of the data. If such communication complexity could be tolerated, then the server 2 may simply just send all of the requestor's encrypted without “processing” those files at all, and let the requestor 1 determine which files are needed. With fully homomorphic encryption, however, the communication complexity is significantly reduced. In particular, the communication needed, other than pk, is simply the number of bits needed to express the (cleartext) query and the (cleartext) response of the server 2, each multiplied by the size of the security parameter, since each cleartext bit becomes a ciphertext. Actually, for the inputs to the circuit, e.g., the search query, the scheme's communication overhead here can be only additive, rather than multiplicative. Note that while Yao's protocol enables hiding the circuit, the fully homomorphic encryption scheme can be augmented to provide unconditional circuit privacy.
  • In view of the computational overhead of the fully homomorphic encryption technique in accordance with this invention asynchronous application scenarios may be more desirable in practice. One example is the spam filtering of encrypted emails: given an email encrypted using the fully homomorphic encryption technique under the public key of a certain party, that party's e-mail server can homomorphically apply its spam filter to the email to obtain an encryption of ‘0’ (indicating the email is not spam) or ‘1’ (indicating that it is). Later the party can decrypt this single ciphertext to recover a bit b, and then only decrypt the remainder of the email if b=0.
  • Regarding multiparty computation, it has been shown that the fully homomorphic encryption technique can securely compute any function. More specifically, one can construct efficient secure protocols for any multiparty computation in which there is an honest majority (see O. Goldreich, S. Micali, and A. Wigderson. How to play any mental game—a completeness theorem for protocols with honest majority. J. of the ACM, vol. 38, no. 1, pp. 691-729, 1991, Preliminary version in FOCS '86), assuming only the existence of trapdoor permutations. By “efficient” it is not implied that these protocols are necessarily practical. What is meant instead is that the communication and computational complexity of the secure protocol equals the computational complexity of the insecure protocol times some factor that is polynomial in the security parameter and number of parties.
  • It is known that it is possible to construct a secure protocol whose communication complexity is polynomial in the security parameter and the communication complexity of the insecure protocol. However, at least one conventional approach exhibits a computational complexity that is exponential (in the worst case) in the communication complexity. In eliminating one type of unwanted dependence, it introduces another. The question thus remains as to whether a protocol can be made secure while leaving both the communication and the computational complexity unchanged, up to a factor polynomial in the security parameter? With fully homomorphic encryption, the answer is essentially yes. More precisely, the answer is affirmative if one relaxes the definition of communication complexity to include the bit-lengths of the output functions (which normally would not necessarily be included, since they are not communicated).
  • In greater detail, assume first a simple case of two-party secure function evaluation, where only one party receives an output. In a “semi-honest setting”, a first party generates a public key for the fully homomorphic encryption scheme and provides the public key, along with encrypted inputs, to a second party. The second party encrypts his inputs, homomorphically evaluates the function on his and the first party's input, randomizes the output ciphertexts if necessary (to achieve circuit privacy, so that the output ciphertexts are statistically independent of the second party's inputs, except insofar as the output plaintexts are dependent on the second party's inputs), and sends the output ciphertexts to the first party. The privacy of the first party's inputs follows from the semantic security of the encryption scheme, while the privacy of the second party is unconditional. The total communication in this protocol is exactly that of the insecure protocol, times a factor polynomial in the security parameter (similarly for the computational complexity); this is a significant qualitative improvement over Yao's garbled circuit, where the communication is proportional to the computational complexity of the function. Actually, it is possible to increase the communication overhead by only an additive factor polynomial in the security parameter, except that the communication overhead is multiplicative with respect to the output function's bit-length.
  • Extending the application of fully homomorphic encryption from the two-party setting to the multiparty setting is not entirely trivial since, in the two-party setting, the second party prevents the first party from seeing any intermediate values encrypted under the first party's key simply by completing the computation and sending back the final encrypted value to the first party. However, in the multiparty setting, it is less clear how one prevents the first party from seeing intermediate value encrypted under the key of the first party.
  • An approach can be used that was initially proposed by M. Franklin and S. Haber. Joint encryption and message-efficient secure computation, Journal of Cryptology, 9(4):217-232, 1996), and further developed in R. Cramer, I. Damgaard, and J. B. Nielsen. Multiparty computation from threshold homomorphic encryption, In Proc. of Crypto '01, LNCS 2045, pages 280-300. Namely, basing secure multiparty computation on threshold homomorphic encryption. The underlying concept is simple: the parties must use some (other) scheme for secure computation to set up a public key for the fully homomorphic encryption scheme and distribute shares of the secret key; this introduces additive communication and computational overhead that is independent of the insecure protocol. After setup, the parties perform exactly the communications and computations that they would in the insecure protocol, except on encrypted data; fully homomorphic encryption ensures that, if a party was able to perform computations locally in the insecure protocol, it is also able to in the secure protocol. Afterwards, they use some scheme for secure computation to perform threshold decryption on the encrypted outputs; again, this overhead is independent of the insecure protocol, except insofar as it depends on the bit-lengths of the function outputs. This scheme is dependent on the number of multiplication gates in the circuit, because these could not be performed homomorphically. With a fully homomorphic encryption scheme this problem is avoided, and the high-level concept of an “arithmetic black box” can be fully realized.
  • To handle malicious parties one can use a transformation (e.g., see M. Naor and K. Nissim. Communication preserving protocols for secure function evaluation, In Proc. of STOC '01, pages 590-599, 2001) from a protocol for multiparty SFE with semi-honest parties to a protocol for malicious ones via a compiler that is communication-preserving, i.e., the transformation adds communication polynomial in the security parameter and polylogarithmic in the inputs.
  • The literature mentions numerous other applications where fully homomorphic encryption would be useful. For example, O. Goldreich and R. Ostrovsky. Software protection and simulation by oblivious RAMs, JACM, 1996 consider software protection and show that any program can be converted to a pair consisting of an encrypted program and a CPU with λ bits of “shielded” memory, where λ is the security parameter, which defeats “experiments” by an adversary that might either attempt the determine the values that are stored and retrieved from memory, or try to determine the program's “access pattern”, i.e., its attempts to change the values. In this scheme there is a logarithmic increase in the computation time; however, the shielded CPU needs to be accessed for any nontrivial computation. With a fully homomorphic encryption scheme, the program and values can remain encrypted throughout the computation until the end. The shielded CPU only needs to be accessed to perform the decryption of the final output.
  • In S. Goldwasser, Y. T. Kalai, and G. Rothblum, One-Time Programs. In Proc. of Crypto '08, LNCS 5157, pages 39-56. Springer, 2008 there is introduced the concept of one-time programs, in which minimal use of hardware is made to ensure that a program is used only once. This approach essentially encrypts the program using Yao's garbled circuit, and uses a secure device to perform the decryption (a toggle bit is used to ensure that this decryption occurs only once). One shortcoming of this approach is that the size of the encrypted program is proportional to the maximal running time of the program. With a fully homomorphic encryption scheme, however, one can construct an (encrypted) one-time program whose size is proportional to the original program. Essentially, one simply encrypts the program using the fully homomorphic encryption scheme, and runs it homomorphically, using the device to perform the final decryption.
  • As a further application of interest, R. Ostrovsky and W. E. Skeith. Private Searching on Streaming Data. In Proc. of Crypto '05, LNCS 3621, pp. 223-240) propose the notion of public-key obfuscation, i.e., where a sort of obfuscation is achieved simply by encrypting the program; somehow, one then runs the encrypted program, and afterwards decrypts the output. With a fully homomorphic encryption scheme, running the encrypted program is straightforward. This may be of particular interest for applications such as web services and cloud computing, where the use of fully homomorphic encryption would permit remote computations on encrypted data with complete privacy.
  • In a proxy re-encryption (e.g., see M. Blaze, G. Bleumer, and M. Strauss. Divertible protocols and atomic proxy cryptography. Eurocrypt '98, LNCS 1403, pp. 127-144) the idea is that the first party publishes a tag τ that will permit anyone to convert a ciphertext encrypted under the public key pkA of the first party into an encryption of the same message under the public key pkB of a second party. However, previous proxy re-encryption schemes have shortcomings, e.g., they either are not unidirectional (i.e., the tag of the first party can also be used to convert ciphertexts under pkB to ciphertexts under pkA, and both parties must cooperate to produce τ), or they are not multi-use (i.e., it is impossible to construct a sequence of tags τ1, τ2, . . . that allows anyone to convert ciphertexts under pkA to pkB, pkb to pkC, and so on indefinitely, without the ciphertexts growing in size). Recursive application of the Recrypt algorithm in accordance with an aspect of this invention provided the first unidirectional multi-use proxy re-encryption scheme.
  • With fully homomorphic encryption, one can construct non-interactive zero knowledge proofs (NIZKs) of small size. For example, assume that the first party wishes to prove that π1, . . . , πt is a satisfying assignment of a Boolean circuit C. The first party generates a public key pk for the fully homomorphic encryption scheme, the input ciphertext:
  • i←Encrypt(pk, πi(},
  • and the output ciphertext:
  • ψ*←Evaluate(pk, C, ψ1, . . . , ψt).
  • The NIZK that the assignment is satisfying is composed of NIZK proofs, under any NIZK scheme, that pk, {ψi} and ψ* are well-formed, where well-formedness for the ciphertexts means that each ψi is a valid encryption of ‘0’ or ‘1’, and ψ* is a valid encryption of ‘1’. A verifier checks the NIZKs for well-formedness, and confirms that ψ*=Evaluate(pk, C, ψ1, . . . , ψt). Intuitively, the NIZK proof works because, if the verifier believes that pk and the input ciphertexts are well-formed, then the correctness of the encryption scheme implies that the output ciphertext can encrypt ‘1’ only if C(π1, . . . , πt)=1. The size of the NIZK proof is proportional to the number of inputs to the circuit, but is otherwise independent of the size of the circuit.
  • Described now in even further detail is the leveled fully homomorphic encryption from bootstrappable encryption, in accordance with the exemplary embodiments of this invention.
  • To explain this procedure mathematically, begin by considering the following algorithm, which may be referred to as Recrypt. For simplicity, assume the plaintext space P is {0,1} and Dε is a Boolean circuit in Cε. Let (sk1, pk1) and (sk2, pk2) be two ε key-pairs. Let ψ1 be an encryption of π∈P under pk1. Let sk1,j be an encryption of the j-th bit of the first secret key sk1 under the second public key pk2. Recrypt takes these as inputs, and outputs an encryption of π under pk2.
  • Recrypt ( pk 2 , D ɛ , sk 1 j _ , ψ 1 ) . Set ψ 1 j _ R Encrypt ɛ ( pk 2 , ψ 1 j ) where ψ 1 j is the j - th bit of ψ 1 Set ψ 2 Evaluate ɛ ( pk 2 , D ɛ , sk 1 j _ , ψ 1 j _ ) Output ψ 2
  • Above, the Evaluate algorithm takes in all of the bits of sk1 and all of the bits of ψ1, each encrypted under pk2. Then, ε is used to evaluate the decryption circuit homomorphically. The output ψ2 is thus an encryption under pk2 of Decryptε(sk1, ψ1)→π.
  • It can be noted that the Recrypt algorithm plies a proxy one-way re-encryption scheme, where a one-way proxy re-encryption scheme allows the owner of sk1 to generate a tag that enables an untrusted proxy to convert an encryption of π under pk1 to an encryption of π under pk2, but not the reverse. In the description above, the tag is
    Figure US20140140514A1-20140522-P00001
    sk1j
    Figure US20140140514A1-20140522-P00002
    , the encrypted secret key. Strictly speaking, the security model for proxy re-encryption typically requires the security of the delegator's secret key, even against a collusion of delegatee's who also are enabled to see the delegating tags. However, this requirement seems unnecessary, since a delegatee will in any case be able to decrypt ciphertexts directed to the delegator.
  • In the Recrypt algorithm above, the plaintext π is doubly encrypted at one point, under both pk1 and pk2. Depending on the encryption scheme ε, however, this double encryption may be excessive. For example, assume that WeakEncryptε is an algorithm such that the image of WeakEncryptε(pk, π) is always a subset of the image of Encryptε(pk, π). Then we can replace the first step of Recryptε with:
  • Set ψ 1 j _ R WeakEncrypt ɛ ( pk 2 , ψ 1 j ) where ψ 1 j is the j - th bit of ψ 1
  • This relaxation may be referred to as Recryptε′. An element of this relaxation is that WeakEncrypt does not need to be semantically secure for Recryptε′ to be a secure one-way proxy re-encryption scheme, or for Recryptε′ to be useful toward bootstrapping (as is shown below). Thus, depending on ε, WeakEncryptε can be very simple, e.g., for some schemes WeakEncryptε may leave the input “bits” entirely unmodified. This will affect the eventual computational complexity of the algorithm, since it will require less computation to apply the decryption circuit homomorphically to ciphertexts in which the outer encryption is weak. Another way of viewing this relaxation is that one only needs to be able to evaluate non-uniform decryption circuits, where the ciphertext is “hard-wired” into the circuit (making this circuit simpler than the “normal” decryption circuit that takes the ciphertext (and secret key) as input.
  • To be bootstrappable, ε needs to be able to compactly evaluate not only its decryption circuit, which allows recryptions of the same plaintext, but also slightly augmented versions of it, so that it becomes possible to perform binary operations on plaintexts and thus make actual progress through a circuit.
  • An “Augmented Decryption Circuit” may be defined as follows: let Dε be ε's decryption circuit, which takes a secret key and ciphertext as input, each formatted as an element of Pl(λ), where P is the plaintext space. Let Γ be a set of gates with inputs and output in P, which includes the trivial gate (input and output are the same). One may then call a circuit composed of multiple copies of Dε connected by a single g gate (the number of copies equals the number of inputs to g) a “g-augmented decryption circuit”, where one may denote the set of g-augmented decryption circuits, g∈Γ, by Dε(Γ).
  • Defined now is a “Bootstrappable Encryption Scheme”. As before, let Cε denote the set of circuits that ε can compactly evaluate. It can be said that ε is bootstrappable with respect to Γ if

  • D ε(Γ)Cε.
  • For example, if Γ includes the trivial gate and a NAND, ε is bootstrappable with respect to Γ if Cε contains Dε and the circuit formed by joining two copies of Dε with a NAND gate. Significantly, and as will be shown below, if there is a scheme ε that can compactly evaluate only these two circuits, then there is a scheme that is leveled fully homomorphic.
  • It should be noted that one can relax the bootstrappability definition slightly to say that c only needs to be able to homomorphically evaluate its (augmented) decryption circuit when the input ciphertext is weakly encrypted, similar to the relaxation Recryptε′ above. However, this approach could make the definition of being bootstrappable more cumbersome and, as a result, the following description will use the definition given above. However, it should be kept in mind that the foregoing relaxation can be used.
  • From the informal description above, it should be apparent to those skilled in the art how to use a bootstrappable encryption scheme to construct a leveled fully homomorphic one. A more formal description is given below.
  • Let ε be bootstrappable with respect to a set of gates Γ. For any integer d≧1, uses ε to construct a scheme ε(d)=(KeyGenε (d) , Encryptε (d) , Evaluateε (d) , Decryptε (d) ) that can handle all circuits of depth d with gates in Γ. Note that in the description below the secret keys are encrypted in reverse order. However, this is not a limitation on the use of this invention, but is used to simplify the description of the recursion in Evaluate. When a reference is made to the level of a wire in C, what is implied is the level of the gate for which the wire is an input. The notation Dε(Γ, δ) is used to refer to the set of circuits that equal a δ-depth circuit with gates in Γ augmented by Dε (copies of Dε become inputs to the δ-depth circuit).
  • KeyGenε (d) (λ,d). This function takes as input a security parameter λ and a positive integer d. For l=l(λ), as in the definition above, it sets
  • ( sk i , pk i ) R KeyGen ɛ ( λ ) for i [ 0 , d ] sk ij _ R Encrypt ɛ ( pk i + 1 , sk ij ) for i [ 0 , d - 1 ] , j [ 1 , ]
  • where ski1, . . . , skil is the representation of ski as elements of P. It outputs the secret key sk(d)←skd and the public key pk(d)←(
    Figure US20140140514A1-20140522-P00001
    pki
    Figure US20140140514A1-20140522-P00001
    ,
    Figure US20140140514A1-20140522-P00002
    skij
    Figure US20140140514A1-20140522-P00002
    ). Let ε(δ) refer to a sub-system that uses sk(δ)←skd and pk(δ)←(
    Figure US20140140514A1-20140522-P00001
    pki
    Figure US20140140514A1-20140522-P00002
    i∈[d-δ,d],
    Figure US20140140514A1-20140522-P00001
    skij
    Figure US20140140514A1-20140522-P00002
    i∈[d-δ,d−1]) for δ≦d.
  • Encryptε (d) (pk(d),π). This function takes as input a public key pk(d) and a plaintext π∈P. It outputs a ciphertext
  • ψ R Encrypt ɛ ( pk 0 , π ) .
  • Decryptε (d) (sk(d),ψ). This function takes as input a secret key sk(d) and a ciphertext ψ (which should be an encryption under pkd). It outputs Decryptε(sk d,ψ).
  • Evaluateε (δ) (pk(δ), Cδ, Ψδ). This function takes as input a public key pk(δ), a circuit Cδ of depth at most δ with gates in Γ, and a tuple of input ciphertexts Ψδ (where each input ciphertext should be under pkδ). It is assumed that each wire in Cδ connects gates at consecutive levels; if not, trivial gates may be added to make it so. If a δ=0, this function outputs Ψ0 and terminates. Otherwise, this function does the following:
      • Sets (Cδ-1 , Ψδ-1 )←Augmentε (δ) (pk(δ), Cδ, Ψδ).
      • Sets (Cδ-1, Ψδ-1)←Reduceε (δ-1) (pk(δ-1), Cδ-1 , Ψδ-1 ).
      • Runs Evaluateε (δ-1) (pkδ-1), C δ-1, Ψδ-1).
  • Augmentε (δ) (pk(δ), Cδ, Ψδ). This function takes as input a public key pk(δ), a circuit Cδ of depth at most δ with gates in Γ, and a tuple of input ciphertexts Ψδ (where each input ciphertext should be under pkδ). This function augments Cδ with Dε (call the resulting circuit Cδ-1 ). Let Ψδ-1 be the tuple of ciphertexts formed by replacing each input ciphertext ψ∈Ψδ by the tuple
    Figure US20140140514A1-20140522-P00003
    skδj
    Figure US20140140514A1-20140522-P00004
    ,
    Figure US20140140514A1-20140522-P00005
    ψj
    Figure US20140140514A1-20140522-P00006
    , where ψj ←WeakEncrptε (δ-1) (pk(δ-1), ψj) and the ψj's form the properly-formatted representation of ψ as elements of P. This function outputs (Cδ-1 , Ψδ-1 ).
  • Reduceε (δ) (pk(δ), Cδ , Ψδ ). This function takes as input a public key pk(δ), a tuple of input ciphertexts Ψδ (where each input ciphertext should be in the image of Encryptε (δ) ), and a circuit Cδ ∈Dε(Γ, δ+1). It sets Cδ to be the sub-circuit of Cδ consisting of the first δ levels. It sets Ψδ to be the induced input ciphertexts of Cδ, where the ciphertext ψδ (w) associated to wire w at level δ is set to Evaluateε(pkδ, Cδ (w), Ψδ (w)), where Cδ (w) is the sub-circuit of Cδ with output wire w, and Ψδ (w) are the input ciphertexts for Cδ (w). This function outputs (Cδ, Ψδ).
  • A high level review of the Evaluate algorithm is now provided. Assume the presence of a circuit Cd of, say, d levels with gates in Γ. For each input wire w of Cd there is an associated input ciphertext ψw encrypted under pkd. Also assume the presence of an encryption scheme ε that compactly evaluates circuits in Dε(Γ).
  • Note that it is not assumed that ε can evaluate gates in Γ; instead it is only assumed it can evaluate gates in Γ that are augmented by the decryption circuit. A first step then is to augment Cd by placing copies of Dε at the leaves of Cd (as is done in Augment), thereby constructing Cd−1 . A question then that may arise is what are the input ciphertexts for the new circuit Cd−1 ?
  • Reconsider the algorithm Recryptε′. In Recryptε′, one begins with a ciphertext ψ1 encrypting π under pk1 for the single wire w, and an “empty” circuit C1 (since Recryptε′doesn't actually evaluate any gates, it just generates a new encryption of the same plaintext). The next step was to augment C1 with the decryption circuit Dε to obtain C2←Dε. The input ciphertexts Ψ2 to C2 include the encrypted secret key bits, and the weakly encrypted bits of ψ1. It was then explained that the ciphertext generated by ψ2←Evaluateε(pk2, C2, Ψ2), which is also associated to wire w, also encrypts π, but now under pk2.
  • In the full scheme above, the ciphertexts that were associated to the decryption circuit that was attached to wire w are analogous to the ones used in Recryptε′: the encrypted secret key (skd under pkd−1), and the re-encryption ciphertexts of ψw under pkd−1. By the correctness of Recrypt, the ciphertext now associated to w (after performing Evaluateε) should encrypt the same plaintext as ψw, but now under pkd−1.
  • The Reduce step simply performs this Evaluate up to the wire w, and one level beyond. Since Evaluate can correctly continue one level beyond the wire w, because (by assumption) ε can evaluate not just the decryption circuit attached to w but can evaluate a circuit containing one Γ-gate above w. Reduce outputs Cd−1 ciphertexts associated to Cd−1's input wires. It can be noted that progress has been made, since Cd−1 is one level shallower than Cd. This entire process is performed d−1 more times to obtain the final output ciphertexts.
  • Note that it was previously said that Evaluate takes as input ciphertexts that are “fresh” outputs of Encrypt. However, note that Evaluateε (δ) also operates correctly on ciphertexts output by Evaluate. For δ<d above, this is precisely what Evaluateε (δ) does.
  • Discussed now is the correctness, computational complexity and the security of the foregoing generic construction.
  • Several theorems regarding the generic construction are now presented. Regarding correctness, consider the following theorem:
  • Let ε be bootstrappable with respect to a set of gates Γ. Then ε(d) compactly evaluates all circuits of depth d with gates in Γ, i.e., if Γ is a universal set of gates, the family ε(d) is leveled fully homomorphic.
  • The proof of the foregoing correctness theorem may be stated as follows. First, define a convenient notation: let D(δ, w, C, Ψ) denote the plaintext value for wire w in circuit C induced by the decryptions (under skδ) of the ciphertexts Ψassociated to C's input wires. If C is empty (has no gates), then the input wires are the same as the output wires, and D(δ, w, C, Ψ) just denotes the decryption of the single ciphertext ψ∈Ψ associated to w. To prove correctness, it suffices to show that

  • D(d,w out ,C dd)=D(0,w out ,C 00)  (1)
  • for every output wire wout of C0 (at level 0).
    First, when (Cδ-1 , Ψδ-1 )←Augmentε (δ) (pk(δ), Cδ, Ψδ), it can be said that D(δ, w, Cδ, Ψδ)=D(δ−1, w, Cδ-1 , Ψδ-1 ) for any wire w at level at most δ−1. This follows from the correctness of Recrypt (generalized beyond a Boolean plaintext space and Boolean circuits), and the fact that circuits Cδ and Cδ-1 are identical up to level δ−1.
  • Next, when (Cδ, Ψδ)←Reduceε (δ) (pk(δ), Cδ , Ψδ ) then D(δ, w, Cδ , Ψδ )=D(δ, w, Cδ, Ψδ) for any wire at level at most δ. This follows from the correctness of Evaluateε over circuits in Dε(Γ), and the fact that circuits Cδ and Cδ are identical up to level δ.
  • From these two claims, Equation 1 follows.
  • Note that Γ is arbitrary. For example, each gate in Γ could be a circuit of (ANDs, ORs, NOTs) of depth m and fan-in 2; for this value of Γ, The correctness theorem above implies that the described embodiment correctly evaluates Boolean circuits up to depth d·m.
  • Another factor to now consider is that the computational complexity of Evaluateε (d) is reasonable, e.g., that recursive applications of Augment do not increase the effective circuit size exponentially.
  • Regarding computation complexity, consider the following theorem: for a circuit C of depth at most d and size s (defined here as the number of wires), the computational complexity of applying Evaluateε (d) to C is dominated by at most s·l·d applications of WeakEncryptε and at most s·d applications of Evaluateε to circuits in Dε(Γ), where l is as defined above.
  • Considering now a proof of the foregoing theorem, assume a pre-processing step to ensure that all wires in the circuit connect gates at consecutive levels. Clearly, this step increases the number of wires in the circuit by at most a multiplicative factor of d. It remains to prove that, for the pre-processed circuit, the computational complexity is dominated by at most s′·l applications of Encrypt and at most s′ applications of Evaluateε to circuits in Dε(Γ), where s′ is the size of the pre-processed circuit.
  • The complexity of Augmentε (δ) (pk(δ), Cδ, Ψδ) is dominated by replacing each ciphertext ψ∈Ψδ by the ciphertexts
    Figure US20140140514A1-20140522-P00003
    skδj
    Figure US20140140514A1-20140522-P00004
    ,
    Figure US20140140514A1-20140522-P00005
    ψj
    Figure US20140140514A1-20140522-P00006
    ; generating the
    Figure US20140140514A1-20140522-P00001
    ψj
    Figure US20140140514A1-20140522-P00002
    's involves |Wδ|·l applications of WeakEncryptε, where Wδ is the set of wires at level δ. Summing over all δ, there are at most s′·l applications of WeakEncryptε.
  • The complexity of Reduceε (δ) (pk(δ), Cδ , ψδ ) is dominated by the evaluation of Cδ (w) for each w∈Wδ, which involves |Wδ| applications of Evaluateε to circuits in Dε(Γ). Summing over all δ, there are at most s′ such applications. The theorem thus follows.
  • Finally, assuming the semantic security of ε, the semantic security of ε(d) is now proved In this theorem let A be an algorithm that (t, α)-breaks the semantic security of ε(d). Then, there is an algorithm B that (t′, α′)-breaks the semantic security of ε for t′≈t·l and α′≧α/l(d+1), for l as defined above.
  • The proof of this theorem is as follows. Let (ε)l be equivalent to ε, but with plaintext space P≦l, where Encrypt(ε) l involves up to l invocations of ε and a concatenation of the results. A hybrid argument is used to show that B (t″, α″)-breaks the semantic security of (ε)l for t″≈t and α″≧α/(d+1), from which the result follows.
  • For k∈[0,d], let Game k denote a game against ε(d) in which everything is exactly as in the real-world game, except that for all i∈[l, k] the challenger sets
  • ( sk i , pk i ) R KeyGen ɛ ( λ ) and sk ij _ R Encrypt ɛ ( pk i - 1 , sk ij )
  • In other words, for i∈[l, k], skij is the encryption (under pki-1) of the j-th bit of a random secret key ski unrelated to ski. Game d+1 is identical to Game d, except that the challenger ignores b and (π0, π1), generates a random plaintext π of the appropriate length, and encrypts π to construct the challenge ciphertext. Let εk denote the adversary's advantage in Game k.
  • Since Game 0 is identical to the real world attack, the adversary's advantage is α by assumption. Also, αd+1=0, since the challenge is independent of b. Consequently, for some k∈[0,d], it must hold that |αk−αk+1|≧α/(d+1); fix this value of k.
  • B uses A to break (ε)l as follows. B receives from the challenger a public key pk. B generates the secret and public values exactly as in Game k, except that it replaces its original value of pkk with pk. Also, if k<d, it generates a dummy key pair
  • ( sk k + 1 , pk k + 1 ) R KeyGen E ( λ ) ,
  • sets π0←skk+1 and π1←skk+1′, and requests a challenge ciphertext (under pk) encrypting either π0, π1∈Pl. The challenger generates
  • β R { 0 , 1 }
  • and sends a tuple of ciphertexts
    Figure US20140140514A1-20140522-P00001
    ψj
    Figure US20140140514A1-20140522-P00002
    encrypting the bits
    Figure US20140140514A1-20140522-P00001
    πβj
    Figure US20140140514A1-20140522-P00002
    . B replaces its original tuple
    Figure US20140140514A1-20140522-P00001
    sk(k+1)j
    Figure US20140140514A1-20140522-P00002
    with the tuple
    Figure US20140140514A1-20140522-P00001
    ψj
    Figure US20140140514A1-20140522-P00002
    . One can verify that the public values are generated exactly as in Game k+β. B sends the public values to A.
  • Eventually, A requests a challenge ciphertext on π0 or π1. B sets
  • b R { 0 , 1 } .
  • If k<d, B sends the values
  • ψ j R Encrypt ɛ ( pk d , π bj ) .
  • If k=d, B generates random
  • π R P
  • and asks the challenger for a challenge ciphertext on πb or π. The challenger generates
  • β R { 0 , 1 }
  • and encrypts πb or π accordingly, and B forwards the challenge to A. A sends a bit b′. B sends bit β′←b⊕b′ to the challenger. One can verify that the challenge is generated as in Game k+β.
  • Since B's simulation has the same distribution as Game k+β, and the probability that B outputs 0 is εk+β, the result thus follows.
  • Discussed now is fully homomorphic encryption from KDM-secure bootstrappable encryption.
  • The length of the public key in ε(d) is proportional to d (the depth of the circuits that can be evaluated). It would be preferable to have a construction ε* where the public key size is completely independent of the circuit depth, a construction that is fully homomorphic rather than merely leveled fully homomorphic. In order to make the public key pk* of ε* short: for ε key pair (sk, pk), pk* includes only pk and (the “bits” of) sk encrypted under pk. In other words, a cycle is presented (in fact, a self-loop in this example) of encrypted secret keys rather than an acyclic chain. It is clear that ε* is correct: the recursive algorithm Evaluateε* works as before, except that the implicit recryptions generate “refreshed” ciphertexts under the same public key.
  • Using an acyclic chain of encrypted secret keys allows one to base the security of ε(d) on ε using a hybrid argument. However, this hybrid argument breaks down when there is a cycle. In general, a semantically secure encryption scheme is not guaranteed to be KDM-secure, i.e., secure when the adversary can request the encryptions of key-dependent messages, such as the secret key itself. Typically, when proving an encryption scheme semantically secure there is not an obvious attack when the adversary is given the encryption of a key-dependent message. However, KDM-security is highly nontrivial to prove. The problem is precisely that the usual hybrid argument breaks down.
  • As a review of (a restriction of) the definition of KDM-security, one may state that a scheme ε is KDM-secure if all polynomial-time adversaries A have negligible advantage in the following KDM-security game.
  • KDM-Security Game
  • Setup(λ, n). The challenger sets
  • ( sk i , pk i ) R KeyGen ( λ )
  • for i∈[0, n−1] for integer n=poly(λ). It chooses a random bit
  • b R { 0 , 1 } .
  • If b=0, then for i∈[0, n−1] and j∈[1, l], it sets
  • sk ij _ R Encrypt ɛ ( pk ( i - 1 ) mod n , sk ij ) ,
  • where skij is the jth “bit” of ski. If b=1 it generates the skij values as encryptions of random secret keys, unrelated to pk0, . . . , pkn-1. It sends the public keys and encrypted secret keys to A.
  • Challenge and Guess. Basically as in the semantic security game.
  • This definition of KDM-security is a restriction of the general setting where A can select multiple functions ƒ, and request the encryption of ƒ(sk0, . . . , skn-1). However, when ε is a bootstrappable encryption scheme, A can use the cycle of encrypted secret keys in the game to generate the encryption of ƒ(sk0, . . . , skn-1) under any pki, as long as ƒ can be computed in polynomial time. Hence, one only need to consider the restricted setting. The following theorem can thus be presented.
  • Suppose ε is KDM-secure and also bootstrappable with respect to a universal set of gates Γ. Then, ε*, obtained from ε as described above (with the self-loop), is semantically secure (and fully homomorphic).
  • The theorem is a straightforward consequence of the fact that, from any loop of public keys and encrypted secret keys that includes (pk0, sk0) one can compute an encryption of sk0 under pk0. It is not apparent that there is any advantage in having pk* contain any cycle of encrypted secret keys other than a self-loop.
  • Absent proof of KDM-security in the plain model, one way to obtain fully homomorphic encryption from bootstrappable encryption is to assume that the underlying bootstrappable encryption scheme is also KDM-secure. While an encrypted secret key is very useful in a bootstrappable encryption scheme, indeed one may view this as the essence of bootstrappability, no actual attack on a bootstrappable encryption scheme is seen that provides a self-encrypted key.
  • Above, a fully homomorphic encryption ε* was constructed from a bootstrappable encryption scheme ε basically by adding a “self-loop”, the ε secret key sk encrypted under its corresponding public key pk, to the ε* public key pk*. It was shown that ε* should inherit the semantic security of ε, under the assumption that ε is KDM-secure, and in particular under the assumption that it is “safe” to reveal a direct encryption of a secret key under its own public key (as opposed to some possibly-less-revealing non-identity function of the secret key). A question that arises is whether it can be shown that ε* is semantically secure without this assumption.
  • Evidence of this is now described in the context of the random oracle model. First, given a leveled fully homomorphic scheme ε(d) and a hash function, an intermediate scheme is defined where ε(d) . ε(d) is the same as ε(d), except for the following. The public key includes a hash function H:Pl→Pl. Also, in KeyGen, one generates
  • r R P ,
  • sets
  • r j _ R Encrypt ɛ ( d ) ( pk ( d ) , r j )
  • for j∈[1, l′], sets σ←H(r)∘sk0, and includes (
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , σ) in the public key, (Assume ∘ is some invertible operation such that a∘b would completely hide b∈Pl if a∈Pl were a one-time pad.) In other words, the ε(d) public key includes some additional information: an encryption of the secret key sk0, where the encryption uses a hash function that will be treated as a random oracle in the security analysis.
  • The following two theorems are now proved.
  • Theorem (A) If ε(d) is semantically secure, then ε(d) is semantically secure in the random oracle model.
  • Theorem (B) Suppose ε is leveled circuit-private (in addition to being bootstrappable) and let ε(d) and ε* be constructed from ε as described above. Then, if ε(d) is semantically secure (in the plain model), and the circuit required to compute the hash function H and invert the ∘ operation is at most d levels, then ε* is semantically secure.
  • This result is unexpected and clearly advantageous, as the scheme ε* does not contain a hash function, and yet it can be said that it is secure in the random oracle model. Said another way, one scheme is proven secure in the random oracle model, and then a second scheme's security is based on the first scheme, even though the second scheme does not use a hash function.
  • Consider the Theorem (B) above. This theorem basically states that one can readily construct a KDM-secure encryption scheme in the random oracle model. This is because the random oracle allows the reduction to construct a “fake” ciphertext purportedly encrypting the secret key, such that the adversary learns that it was fake ciphertext only after it has queried the random oracle. This query gives the reduction all of the information that it needs to solve the underlying problem. In the particular case of interest herein, ε(d) has a loop among (sk0, pk0), . . . , (sk d, pk d), because ε(d) reveals direct encryptions of ski under pki-1 for i∈[1,d], and ε(d) also reveals an indirect encryption (
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , σ) of sk0 under pkd (“indirect,” because encryption in ε does not normally use a hash function). However, the reduction algorithm in the proof of Theorem (A) above will construct σ simply as a random string, i.e., it does not actually need to have knowledge of sk0.
  • Theorem (B) above is perhaps the more surprising result. However, the result is actually a consequence of the fact that: given a correctly constructed ε(d) public key, the reduction algorithm can generate an ε-encryption of sk0 under pk0, as needed for the ε* public key. A question that arises then is how to generate the latter ciphertext. The reduction algorithm is given
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , an encryption of r under pkd, and it uses the leveled homomorphism and the circuit corresponding to the hash function H to compute a ciphertext that encrypts H(r) from the ciphertext that encrypts r. Then, given that ciphertext and the value of σ=H(r)∘sk0, it computes a ciphertext that encrypts sk0 in the natural way, i.e., directly, rather than with the hash function. It was assumed that the hash function H and the · operation can be computed with a circuit of depth at most d; therefore, the leveled homomorphic scheme ε(d) has sufficient levels to evaluate this circuit. Consequently, one obtains a “natural” encryption of sk0 (i.e., under ε) under some public key pki for i≧0, and one can then use Recrypt operations to obtain a natural encryption of sk0 under pk0. This ciphertext is an output of Evaluateε, but circuit privacy guarantees that the ciphertext is distributed as if it were output directly by Encryptε.
  • It can be noted that although one can view (
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , σ) as an “encryption” of sk0, this “encryption” function is not the usual encryption function and it may have a very complex decryption circuit, much more complex than Dε. In particular, one cannot assume that its decryption circuit is in Cε. For this reason many (d) levels were needed in the leveled scheme to recover sk0, and a self-loop was not used from the outset.
  • If ε* is secure in the random oracle model despite not using a hash function, a question that arises is whether this implies that it is secure in the plain model. This is not the case. The obstacle to this conclusion is that random oracles cannot be instantiated in general (e.g., see R. Canetti, O. Goldreich, and S. Halevi. The random oracle methodology, revisited. In Proc. of STOC '98, pages 209-218. ACM, 1998). A bit more specifically, however, the obstacle is that the proof of Theorem (A) above depends on the correctness of the ciphertext (
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , σ) in ε(d) to construct (homomorphically) an encryption of sk0 under pk0 as needed for the ε* public key; however, in the proof of Theorem (A) the ciphertext is not correct (except with negligible probability): the adversary finds out that it was fake only after it has queried r to the random oracle, giving the reduction all the information that it needs.
  • As a proof of the theorem (A) above let A be an algorithm that attacks the semantic security of ε(d) ; from A, and construct an algorithm B that attacks the semantic security of ε(d). Algorithm B will actually request l′+1 challenge ciphertexts; thus, the reduction loses a factor of l′+1 under the usual hybrid argument.
  • The challenger gives algorithm B a ε(d) public key. It also sets a bit
  • b R { 0 , 1 } .
  • Algorithm B selects two messages r(0), r(1)∈Pl′ and sends them to the challenger. The challenger sets
  • Ψ R { Encrypt ( pk d , r j ( b ) ) : j [ 1 , ] }
  • j∈[1, l′]} and sends back Ψ. The following is included in the public key that algorithm B sends to algorithm A: the public key for ε(d) sent by the challenger, the set of ciphertexts Ψ, and
  • σ R P .
  • Algorithm A requests a challenge ciphertext on one π0, π1∈P, and algorithm B forwards the query to the challenger, who responds with a ciphertext encrypting πb, which algorithm B forwards to algorithm A.
  • Eventually, either algorithm A queries some r′∈{r(0),r(1)} to the random oracle, or algorithm A finishes with a guess b′. In the former case, algorithm B sets b′ so that r′=r(b′). In either case, algorithm B sends b′ as its guess to the challenger.
  • Let p be the probability that algorithm A queries some r′∈{r(0),r(1)} to the random oracle. The simulation of algorithm B appears perfect to algorithm A if it does not query some r′∈{r(0),r(1)}; in this case, which occurs with probability 1−p, the advantage of algorithm A advantage is at least a. Since the view of algorithm A is independent of r(1-b), the probability that it queries r(b) to the random oracle is at least p−qH/|P|l′, where qH is the number of random oracle queries make by algorithm A Overall, the advantage of algorithm B in guessing b′ is at least (1−p)α+p−qH/|P|l′≧α−qH/|P|l′.
  • Provided now is a proof of the theorem (B) above. This proof is essentially a simple consequence of the fact that, given a public key for e(d) , it is possible to readily generate the public key for ε* homomorphically.
  • Let A be an algorithm that breaks the semantic security of ε*, and use algorithm A to construct an algorithm B that breaks the semantic security of e(d) .
  • Algorithm B receives a e(d) public key from the challenger. This public key consists of
    Figure US20140140514A1-20140522-P00001
    pk
    Figure US20140140514A1-20140522-P00002
    j∈[0,δ],
    Figure US20140140514A1-20140522-P00001
    skij
    Figure US20140140514A1-20140522-P00002
    j∈[1,δ],
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    j∈[1,l′], and σ=H(r)∘sk0. From
    Figure US20140140514A1-20140522-P00001
    rj
    Figure US20140140514A1-20140522-P00002
    , algorithm B uses the homomorphism of ε(d) to compute ciphertexts Ψ that encrypt H(r). It encrypts σ, and then uses the homomorphism to recover or obtain an encryption of sk0 from the encryptions of H(r) and σ (inverting the · operation). By assumption, these homomorphic operations take at most d levels. If they require only δ<d levels, and an encryption of sk0 under pkd−δ is obtained, then one can perform Recrypt operations until one obtains the desired encryption of sk0 under pk0. By circuit privacy, this ciphertext is distributed properly. Algorithm B includes the encryption of sk0 under pk0 as the encrypted secret key contained in the public key for ε* that it provides to algorithm A.
  • Algorithm A requests a challenge ciphertext on one π0, ππ1∈P. Algorithm B forwards the query to the challenger, who responds with a ciphertext encrypting πb. Algorithm B uses Recrypt operations to obtain an encryption of πb under pk0 and forwards the result to algorithm A which sends a guess b′, and which algorithm B forwards to the challenger. Clearly, the advantage of algorithm B is the same as the advantage of algorithm A.
  • It should be appreciated that as employed herein the “circuit C” can be, for example, a Boolean circuit with AND, OR, and/or NOT gates (and/or NAND gates as discussed above), or an arithmetic circuit with ADD, MULT and NEGATION functions, or a combination of Boolean gates and arithmetic functions. In general, it is assumed that any function of interest can be expressed as a circuit. The bootstrappable encryption scheme in accordance with the exemplary embodiments of this invention can accommodate a wide range of circuits and circuit functions, and is not limited for use with only, for example, the evaluation of circuits containing multiplication functions (e.g., RSA) or exclusive OR functions (e.g., Goldwasser-Micali).
  • FIG. 3 shows an example of homomorphically evaluating a decryption circuit using public keys PKA and PKB. FIG. 4 shows an example of homomorphically evaluating a decryption circuit augmented with an operation, such as a NAND logic function. Note in FIGS. 3 and 4 that m is encrypted under PKA, which in turn is encrypted under PKB. FIG. 5 shows another example of homomorphically evaluating the decryption circuit augmented with an operation, and in this further embodiment for the case of m1, m2, m3 and m4. Note in FIGS. 4 and 5 that the NAND function is provided as a non-limiting example, and other logical or arithmetic function(s) could be used as well.
  • FIG. 6 may be viewed as summarizing certain elements of the description appearing above, and illustrates an informal theorem for circuits of arbitrary depth.
  • FIGS. 7A and 7B are each a logic flow diagram illustrative of the operation of a method, and the operation of a computer program, in accordance with the exemplary embodiments of this invention.
  • In FIG. 7A there is a step 700 of encrypting information in accordance with an encryption scheme that uses a public key; a step 702 of encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; a step 704 of sending the encrypted information and the plurality of encrypted instances of the secret key to a destination; a step 706 of receiving an encrypted result from the destination; and a step 708 of decrypting the encrypted result. FIG. 7A may be viewed as being descriptive of the operation of the requestor 1 in FIG. 1.
  • In FIG. 7B there is a step 720 of receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data; a step 722 of converting the information to a circuit configured to perform the function on the data; and a step 724 of applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys. FIG. 7B may be viewed as being descriptive of the operation of the server 2 in FIG. 1.
  • Below are further descriptions of various non-limiting, exemplary embodiments of the invention. The below-described exemplary embodiments are numbered separately for clarity purposes. This numbering should not be construed as entirely separating the various exemplary embodiments since aspects of one or more exemplary embodiments may be practiced in conjunction with one or more other aspects or exemplary embodiments.
  • (1) in one exemplary embodiment, and as shown in FIG. 7A, a method comprising: encrypting information in accordance with an encryption scheme that uses a public key (700); encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key (702); sending the encrypted information and the plurality of encrypted instances of the secret key to a destination (704); receiving an encrypted result from the destination (706); and decrypting the encrypted result (708).
  • A method as above, where a number of instances of the encrypted secret key is related to a function to be performed on the information. A method as in any above, where a number of instances of the encrypted secret key is related to a number of levels of a circuit used to compute a function to be performed on the information. A method as in any above, where the encrypted result comprises an output of a search engine. A method as in any above, where the encrypted result comprises information related to one or more files stored at the destination. A method as in any above, where the encrypted result comprises an output of a spam filter applied to encrypted messages at the destination. A method as in any above, where encrypting the plurality of instances of the secret key is further in accordance with the encryption scheme. A method as in any above, where the public key corresponds to the secret key (e.g., as in a public key-secret key pair). A method as in any above, implemented as a computer program. A method as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (2) In another exemplary embodiment, a program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations comprising: encrypting information in accordance with an encryption scheme that uses a public key (700); encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key (702); sending the encrypted information and the plurality of encrypted instances of the secret key to a destination (704); receiving an encrypted result from the destination (706); and decrypting the encrypted result (708).
  • A program storage device as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (3) In a further exemplary embodiment, an apparatus comprising: at least one processor configured to encrypt information in accordance with an encryption scheme that uses a public key, where the at least one processor is further configured to encrypt a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; at least one transmitter configured to send the encrypted information and the plurality of encrypted instances of the secret key to a destination; and a received configured to receive an encrypted result from the destination, where the at least one processor is further configured to decrypt the encrypted result.
  • An apparatus as above, where the apparatus comprises a computer. An apparatus as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (4) In another exemplary embodiment, an apparatus comprising: first means for encrypting information in accordance with an encryption scheme that uses a public key; second means for encrypting a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; means for sending the encrypted information and the plurality of encrypted instances of the secret key to a destination; means for receiving an encrypted result from the destination; and means for decrypting the encrypted result.
  • An apparatus as above, where the first means for encrypting comprises at least one of the second means for encrypting and the means for decrypting. An apparatus as in any above, where the first means for encrypting, the second means for encrypting and the means for decrypting comprise at least one processor, the means for sending comprises at least one transmitter and the means for receiving comprises at least one receiver. An apparatus as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (5) In a further exemplary embodiment, an apparatus comprising: first encryption circuitry configured to encrypt information in accordance with an encryption scheme that uses a public key; second encryption circuitry configured to encrypt a plurality of instances of a secret key, each being encrypted using at least one additional instance of the public key; first communications circuitry configured to send the encrypted information and the plurality of encrypted instances of the secret key to a destination; second communications circuitry configured to receive an encrypted result from the destination; and decryption circuitry configured to decrypt the encrypted result.
  • An apparatus as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (6) In another exemplary embodiment, and as shown in FIG. 7B, a method comprising: receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data (720); converting the information to a circuit configured to perform the function on the data (722); and applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys (724).
  • A method as above, where the plurality of secret keys are each encrypted using one of a plurality of public keys. A method as in any above, where the received information is encrypted using a first public key, and where the plurality of secret keys are each encrypted using one of a plurality of additional public keys. A method as in any above, where a number of received encrypted secret keys is related to a number of levels of the circuit. A method as in any above, implemented as a computer program. A method as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (7) In a further exemplary embodiment, a program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations comprising: receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data (720); converting the information to a circuit configured to perform the function on the data (722); and applying the data to inputs of the circuit and evaluating the data using, in turn, the plurality of encrypted secret keys (724).
  • A program storage device as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (8) In another exemplary embodiment, an apparatus comprising: at least one receiver configured to receive a plurality of encrypted secret keys and information descriptive of a function to be performed on data; and at least one processor configured to convert the information to a circuit configured to perform the function on the data, where the at least one processor is further configured to apply the data to inputs of the circuit and to evaluate the data using, in turn, the plurality of encrypted secret keys.
  • An apparatus as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (9) In a further exemplary embodiment, an apparatus comprising: means for receiving a plurality of encrypted secret keys and information descriptive of a function to be performed on data; means for converting the information to a circuit configured to perform the function on the data; and means for applying the data to inputs of the circuit and for evaluating the data using, in turn, the plurality of encrypted secret keys.
  • An apparatus as above, where the means for receiving comprises at least one receiver and the means for converting and the means for applying and evaluating comprise at least one processor. An apparatus as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (10) In another exemplary embodiment, an apparatus comprising: reception circuitry configured to receive a plurality of encrypted secret keys and information descriptive of a function to be performed on data; conversion circuitry configured to convert the information to a circuit configured to perform the function on the data; and evaluation circuitry configured to apply the data to inputs of the circuit and evaluate the data using, in turn, the plurality of encrypted secret keys.
  • An apparatus as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein,
  • (11) In a further exemplary embodiment, and as shown in FIG. 9, a method comprising: receiving second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate (901); receiving a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key (902); and evaluating the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme (903).
  • A method as above, where the encryption scheme is fully homomorphic and the evaluation function enables bootstrapping by converting the input circuit into a converted circuit comprising at least one of the decryption function and the augmented version of the decryption function. A method as in any above, where the first public key comprises the second public key and the first secret key comprises the second secret key. A method as in any above, implemented as a computer program. A method as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (12) In another exemplary embodiment, a program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations comprising: receiving second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate (901); receiving a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key (902); and evaluating the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme (903).
  • A program storage device as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (13) In a further exemplary embodiment, an apparatus comprising: at least one receiver configured to receive second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate, where the at least one receiver is further configured to receive a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key; and at least one processor configured to evaluate the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme.
  • An apparatus as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (14) In another exemplary embodiment, an apparatus comprising: first means for receiving second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate; second means for receiving a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key; and means for evaluating the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme.
  • An apparatus as above, where the means for evaluating comprises at least one processor and the first means for receiving and the second means for receiving comprise at least one receiver. An apparatus as in any above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • (15) In a further exemplary embodiment, an apparatus comprising: first reception circuitry configured to receive second information comprising first information encrypted under a second public key of an encryption scheme, where the first information comprises original information encrypted under a first public key of the encryption scheme, where the encryption scheme uses public key and secret key pairs and includes an encryption function, a decryption function and an evaluation function, where the encryption function operates to encrypt data using a certain public key, where the decryption function operates to decrypt data encrypted using the certain public key by using a certain secret key to obtain the data, where the encryption scheme is operable to evaluate at least one of the decryption function and an augmented version of the decryption function, where the augmented version of the decryption function comprises a circuit having at least two copies of the decryption function as inputs for a gate; second reception circuitry configured to receive a first secret key encrypted under the second public key, where the first secret key corresponds to the first public key; and evaluation circuitry configured to evaluate the second information by operating the evaluation function, where the evaluation function receives as inputs the second information, the first secret key encrypted under the second public key, the second public key and an input circuit, where the evaluation function outputs third information comprising the original information encrypted under the second public key of the encryption scheme.
  • An apparatus as above, further comprising one or more aspects of the exemplary embodiments of the invention as described herein.
  • The exemplary embodiments of the invention, as discussed herein and as particularly described with respect to exemplary methods, may be implemented in conjunction with a program storage device (e.g., at least one memory, at least one computer-readable medium) readable by a machine (e.g., a processor, a computer), tangibly embodying a program of instructions (e.g., a program or computer program) executable by the machine for performing operations. The operations comprise steps of utilizing the exemplary embodiments or steps of the method.
  • The blocks shown in FIGS. 7 and 9 further may be considered to correspond to one or more functions and/or operations that are performed by one or more components, circuits, chips, apparatus, processors, computer programs and/or function blocks. Any and/or all of the above may be implemented in any practicable solution or arrangement that enables operation in accordance with the exemplary embodiments of the invention as described herein.
  • In addition, the arrangement of the blocks depicted in FIGS. 7 and 9 should be considered merely exemplary and non-limiting. It should be appreciated that the blocks shown in FIGS. 7 and 9 may correspond to one or more functions and/or operations that may be performed in any order (e.g., any suitable, practicable and/or feasible order) and/or concurrently (e.g., as suitable, practicable and/or feasible) so as to implement one or more of the exemplary embodiments of the invention. In addition, one or more additional functions, operations and/or steps may be utilized in conjunction with those shown in FIGS. 7 and 9 so as to implement one or more further exemplary embodiments of the invention.
  • That is, the exemplary embodiments of the invention shown in FIGS. 7 and 9 may be utilized, implemented or practiced in conjunction with one or more further aspects in any combination (e.g., any combination that is suitable, practicable and/or feasible) and are not limited only to the steps, blocks, operations and/or functions shown in FIGS. 7 and 9.
  • Still further, the various names used for variables, parameters and the like are not intended to be limiting in any respect, as these parameters may be identified by any suitable name.
  • The described techniques may be implemented as a method, apparatus or article of manufacture involving software, firmware, micro-code, hardware and/or any combination thereof. The term “article of manufacture” as used herein refers to code or logic implemented in a medium, where such medium may comprise hardware logic (e.g., an integrated circuit chip, Programmable Gate Array (PGA), Application Specific Integrated Circuit (ASIC), etc.) or a computer readable medium, such as magnetic storage medium (e.g., hard disk drives, floppy disks, tape, etc.), optical storage (CD-ROMs, optical disks, etc.), volatile and/or non-volatile memory devices (e.g., Electrically Erasable Programmable Read Only Memory (EEPROM), Read Only Memory (ROM), Programmable Read Only Memory (PROM), Random Access Memory (RAM), Dynamic Random Access Memory (DRAM), Static Random Access Memory (SRAM), flash, firmware, programmable logic, etc.), as non-limiting examples. Code in the computer readable medium is accessed and executed by a processor. A transmission signal in which the code or logic is encoded is capable of being transmitted by a transmitting station and received by a receiving station, where the code or logic encoded in the transmission signal may be decoded and stored in hardware or a computer readable medium at the receiving and transmitting stations or devices. Additionally, the “article of manufacture” may comprise a combination of hardware and software components in which the code is embodied, processed, and executed.
  • Those skilled in the art will recognize that many modifications may be made without departing from the scope of embodiments, and that the article of manufacture may comprise any information bearing medium. For example, the article of manufacture may comprise a storage medium having stored therein instructions that, when executed by a machine, result in operations being performed.
  • Certain embodiments can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements. The invention can be implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.
  • Furthermore, certain embodiments can take the form of a computer program product accessible from a computer usable or computer readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer usable or computer readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk-read only memory (CD-ROM), compact disk-read/write (CD-R/W) and digital video disc (DVD).
  • The terms “certain embodiments”, “an embodiment”, “embodiment”, “exemplary embodiment”, “embodiments”, “exemplary embodiments”, “the embodiment”, “the embodiments”, “one or more embodiments”, “some embodiments”, and “one embodiment” mean one or more (but not all) embodiments unless expressly specified otherwise. The terms “including”, “comprising”, “having” and variations thereof mean “including but not limited to”, unless expressly specified otherwise. The terms “a”, “an” and “the” mean “one or more”, unless expressly specified otherwise.
  • Devices that are in communication with each other need not be in continuous communication with each other, unless expressly specified otherwise. In addition, devices that are in communication with each other may communicate directly or indirectly through one or more intermediaries. Additionally, a description of an embodiment with several components in communication with each other does not imply that all such components are required. On the contrary a variety of optional components are described to illustrate the wide variety of possible embodiments.
  • Any use of the terms “connected,” “coupled” or variants thereof should be interpreted to indicate any such connection or coupling, direct or indirect, between the identified elements. As a non-limiting example, one or more intermediate elements may be present between the “coupled” elements. The connection or coupling between the identified elements may be, as non-limiting examples, physical, electrical, magnetic, logical or any suitable combination thereof in accordance with the described exemplary embodiments. As non-limiting examples, the connection or coupling may comprise one or more printed electrical connections, wires, cables, mediums or any suitable combination thereof.
  • Further, although process steps, method steps, algorithms or the like may be described in a sequential order, such processes, methods and algorithms may be configured to work in alternate orders. In other words, any sequence or order of steps that may be described does not necessarily indicate a requirement that the steps be performed in that order. The steps of processes described herein may be performed in any order practical. Further, some steps may be performed simultaneously, in parallel, or concurrently.
  • When a single device or article is described herein, it will be apparent that more than one device/article (whether or not they cooperate) may be used in place of a single device/article. Similarly, where more than one device or article is described herein (whether or not they cooperate), it will be apparent that a single device/article may be used in place of the more than one device or article. The functionality and/or the features of a device may be alternatively embodied by one or more other devices which are not explicitly described as having such functionality/features. Thus, other embodiments need not include the device itself.
  • FIG. 8 illustrates a block diagram of a system 800 in which certain embodiments may be implemented. In certain embodiments, the requestor and server blocks 1 and 2 shown in FIG. 1 may each be implemented in accordance with the system 800. The system 800 may include at least one circuitry 802 that may in certain embodiments include at least one processor 804. The system 800 may also include at least one memory 806 (e.g., a volatile memory device), and/or at least one storage 808. The storage 808 may include a non-volatile memory device (e.g., EEPROM, ROM, PROM, RAM, DRAM, SRAM, flash, firmware, programmable logic, etc.), magnetic disk drive, optical disk drive, tape drive, etc. The storage 808 may comprise an internal storage device, an attached storage device and/or a network accessible storage device. The system 800 may include at least one program logic 810 including code 812 that may be loaded into the memory 806 and executed by the processor 804 and/or circuitry 802. In certain embodiments, the program logic 810 including code 812 may be stored in the storage 808. In certain other embodiments, the program logic 810 may be implemented in the circuitry 802. Therefore, while FIG. 8 shows the program logic 810 separately from the other elements, the program logic 810 may be implemented in the memory 806 and/or the circuitry 802. The system 800 may include at least one communications component 814 that enables communication with at least one other system, device and/or apparatus. The communications component 814 may include a transceiver configured to send and receive information, a transmitter configured to send information and/or a receiver configured to receive information. As a non-limiting example, the communications component 814 may comprise a modem or network card. The system 800 of FIG. 8 may be embodied in a computer or computer system, such as a desktop computer, a portable computer or a server, as non-limiting examples. The components of the system 800 shown in FIG. 8 may be connected or coupled together using one or more internal buses, connections, wires and/or (printed) circuit boards, as non-limiting examples.
  • Certain embodiments may be directed to a method for deploying computing instruction by a person or automated processing integrating computer-readable code into a computing system, wherein the code in combination with the computing system is enabled to perform the operations of the described embodiments.
  • At least certain of the operations illustrated in FIGS. 1-7 may be performed in parallel as well as sequentially. In alternative embodiments, certain of the operations may be performed in a different order, modified or removed.
  • Furthermore, many of the software and hardware components have been described in separate modules for purposes of illustration. Such components may be integrated into a fewer number of components or divided into a larger number of components. Additionally, certain operations described as performed by a specific component may be performed by other components.
  • Any data structures and components shown or referred to in the other Figures and in the specification are described as having specific types of information. In alternative embodiments, the data structures and components may be structured differently and have fewer, more or different fields or different functions than those shown or referred to in the Figures.
  • Therefore, the foregoing description of the embodiments has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the embodiments to the precise form disclosed. Many modifications and variations are possible in light of the above teaching

Claims (21)

1. A method, comprising:
encrypting information in accordance with an encryption scheme that uses a public key;
encrypting a plurality of secret keys, each being encrypted using one public key of a plurality of additional public keys and encrypted using different ones of the plurality of additional public keys;
sending the encrypted information and the plurality of encrypted secret keys to a destination;
receiving an encrypted result from the destination, the encrypted result corresponding at least to the encrypted information and the plurality of encrypted secret keys; and
decrypting the encrypted result.
2. The method of claim 1, where a number of the plurality of encrypted secret keys is descriptive of a function to be performed by the destination on the encrypted information.
3. The method of claim 1, where a number of the plurality of encrypted secret keys is descriptive of a number of levels of a circuit used to compute a function to be performed by the destination on the encrypted information.
4. The method of claim 1, where the encrypted result comprises an output of a search engine.
5. The method of claim 1, where the encrypted result comprises information related to one or more files stored at the destination.
6. The method of claim 1, where the encrypted result comprises an output of a spam filter applied to encrypted messages at the destination.
7. A method, comprising:
receiving from a requestor a plurality of encrypted secret keys and encrypted information;
determining a circuit configured to perform a function on the encrypted information;
applying the encrypted information to inputs of the circuit and evaluating the encrypted information using, in turn, the plurality of encrypted secret keys to create an encrypted result; and
sending the encrypted result to the requestor.
8. The method of claim 7, where the plurality of secret keys are each encrypted using a different one of a plurality of public keys.
9. The method of claim 7, where the received encrypted information is encrypted using a first public key, and where the plurality of secret keys are each encrypted using one of a plurality of additional public keys and encrypted using different ones of the plurality of additional public keys.
10. The method of claim 7, where a number of the plurality of received encrypted secret keys is descriptive of a number of levels of the circuit and wherein determining further comprises determining at least the number of levels of the circuit based on the number of the plurality of received encrypted secret keys.
11.-15. (canceled)
16. A non-transitory program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations comprising:
encrypting information in accordance with an encryption scheme that uses a public key;
encrypting a plurality of secret keys, each being encrypted using one additional public key of a plurality of additional public keys and encrypted using different ones of the plurality of additional public keys;
sending the encrypted information and the plurality of encrypted the secret keys to a destination;
receiving an encrypted result from the destination, the encrypted result corresponding at least to the encrypted information and the plurality of encrypted secret keys; and
decrypting the encrypted result.
17. The program storage device of claim 16, where a number of the plurality of encrypted secret keys is descriptive of a function to be performed by the destination on the encrypted information.
18. The program storage device of claim 16, where a number of the plurality of encrypted secret keys is descriptive of a number of levels of a circuit used to compute a function to be performed by the destination on the encrypted information.
19. The program storage device of claim 16, where the encrypted result comprises an output of a search engine.
20. The program storage device of claim 16, where the encrypted result comprises information related to one or more files stored at the destination.
21. The program storage device of claim 16, where the encrypted result comprises an output of a spam filter applied to encrypted messages at the destination.
22. A non-transitory program storage device readable by a machine and tangibly embodying a program of instructions executable by the machine for performing operations comprising:
receiving from a requestor a plurality of encrypted secret keys and encrypted information;
determining a circuit configured to perform a function on the encrypted information;
applying the encrypted information to inputs of the circuit and evaluating the encrypted information using, in turn, the plurality of encrypted secret keys to create an encrypted result; and
sending the encrypted result to the requestor.
23. The program storage device of claim 22, where the plurality of secret keys are each encrypted using a different one of a plurality of public keys.
24. The program storage device of claim 22, where the received encrypted information is encrypted using a first public key, and where the plurality of secret keys are each encrypted using one of a plurality of additional public keys and encrypted using different ones of the plurality of additional public keys.
25. The program storage device of claim 22, where a number of the plurality of received encrypted secret keys is descriptive of a number of levels of the circuit and wherein determining further comprises determining at least the number of levels of the circuit based on the number of the plurality of received encrypted secret keys.
US14/097,472 2009-11-10 2013-12-05 Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus Abandoned US20140140514A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/097,472 US20140140514A1 (en) 2009-11-10 2013-12-05 Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/590,584 US8630422B2 (en) 2009-11-10 2009-11-10 Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus
US14/097,472 US20140140514A1 (en) 2009-11-10 2013-12-05 Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/590,584 Continuation US8630422B2 (en) 2009-11-10 2009-11-10 Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus

Publications (1)

Publication Number Publication Date
US20140140514A1 true US20140140514A1 (en) 2014-05-22

Family

ID=43974189

Family Applications (2)

Application Number Title Priority Date Filing Date
US12/590,584 Active 2031-07-16 US8630422B2 (en) 2009-11-10 2009-11-10 Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus
US14/097,472 Abandoned US20140140514A1 (en) 2009-11-10 2013-12-05 Fully Homomorphic Encryption Method Based On A Bootstrappable Encryption Scheme, Computer Program And Apparatus

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US12/590,584 Active 2031-07-16 US8630422B2 (en) 2009-11-10 2009-11-10 Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus

Country Status (1)

Country Link
US (2) US8630422B2 (en)

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140161251A1 (en) * 2011-02-17 2014-06-12 Toshiba Solutions Corporation Key management system
US9819650B2 (en) 2014-07-22 2017-11-14 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US9893880B2 (en) 2012-11-16 2018-02-13 Raytheon Bbn Technologies Corp. Method for secure symbol comparison
CN108140334A (en) * 2015-10-09 2018-06-08 三菱电机株式会社 Confidential search system, managing device, concealment search method and concealment search program
WO2019079355A1 (en) * 2017-10-16 2019-04-25 X-Logos, LLC Methods and systems for enhanced data-centric homomorphic encryption sorting using geometric algebra
US10333696B2 (en) 2015-01-12 2019-06-25 X-Prime, Inc. Systems and methods for implementing an efficient, scalable homomorphic transformation of encrypted data with minimal data expansion and improved processing efficiency
US10574440B2 (en) 2016-05-06 2020-02-25 ZeroDB, Inc. High-performance access management and data protection for distributed messaging applications
US10581603B2 (en) 2016-05-06 2020-03-03 ZeroDB, Inc. Method and system for secure delegated access to encrypted data in big data computing clusters
US10728227B2 (en) 2016-08-02 2020-07-28 X-Logos, LLC Methods and systems for enhanced data-centric encryption systems using geometric algebra
US10728017B2 (en) 2017-11-03 2020-07-28 International Business Machines Corporation Performing vector comparison operations in fully homomorphic encryption
US11120160B2 (en) 2019-05-31 2021-09-14 Advanced New Technologies Co., Ltd. Distributed personal data storage and encrypted personal data service based on secure computation
US11343068B2 (en) * 2019-02-06 2022-05-24 International Business Machines Corporation Secure multi-party learning and inferring insights based on encrypted data
US11683151B2 (en) 2020-09-17 2023-06-20 Algemetric, Inc. Methods and systems for distributed computation within a fully homomorphic encryption scheme using p-adic numbers
US11764943B2 (en) 2020-08-10 2023-09-19 Algemetric, Inc. Methods and systems for somewhat homomorphic encryption and key updates based on geometric algebra for distributed ledger/blockchain technology
US11764941B2 (en) * 2020-04-30 2023-09-19 International Business Machines Corporation Decision tree-based inference on homomorphically-encrypted data without bootstrapping
US11841982B2 (en) 2021-10-20 2023-12-12 International Business Machines Corporation Partitioning circuits for execution of sequential secure computation code on multiple processors

Families Citing this family (139)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8843762B2 (en) * 2009-09-04 2014-09-23 Gradiant, Centro Tecnolóxico de Telecomunicacións de Galicia Cryptographic system for performing secure iterative computations and signal processing directly on encrypted data in untrusted environments
US8433925B2 (en) * 2009-09-04 2013-04-30 Gradiant Cryptographic system for performing secure computations and signal processing directly on encrypted data in untrusted environments
US8972742B2 (en) 2009-09-04 2015-03-03 Gradiant System for secure image recognition
US8630422B2 (en) 2009-11-10 2014-01-14 International Business Machines Corporation Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus
US8539220B2 (en) * 2010-02-26 2013-09-17 Microsoft Corporation Secure computation using a server module
US9124417B2 (en) * 2010-03-05 2015-09-01 Alcatel Lucent Computation of garbled tables in garbled circuit
US8861716B2 (en) * 2010-03-30 2014-10-14 International Business Machines Corporation Efficient homomorphic encryption scheme for bilinear forms
US8862895B2 (en) * 2010-04-27 2014-10-14 Fuji Xerox Co., Ltd. Systems and methods for communication, storage, retrieval, and computation of simple statistics and logical operations on encrypted data
US8532289B2 (en) 2010-08-16 2013-09-10 International Business Machines Corporation Fast computation of a single coefficient in an inverse polynomial
US8881295B2 (en) * 2010-09-28 2014-11-04 Alcatel Lucent Garbled circuit generation in a leakage-resilient manner
US8775800B2 (en) * 2010-11-02 2014-07-08 Sap Ag Event-driven provision of protected files
US8837715B2 (en) 2011-02-17 2014-09-16 Gradiant, Centro Tecnolóxico de Telecomunicacións de Galica Method and apparatus for secure iterative processing and adaptive filtering
US9077539B2 (en) 2011-03-09 2015-07-07 Microsoft Technology Licensing, Llc Server-aided multi-party protocols
US9083526B2 (en) 2011-04-29 2015-07-14 International Business Machines Corporation Fully homomorphic encryption
US9049023B2 (en) 2011-05-24 2015-06-02 Zeutro Llc Outsourcing the decryption of functional encryption ciphertexts
WO2013038698A1 (en) * 2011-09-14 2013-03-21 独立行政法人産業技術総合研究所 Search system, search method, and program
JP5657128B2 (en) * 2011-09-27 2015-01-21 株式会社日立製作所 Secure calculation system, secure calculation method, and secure calculation program
US8627107B1 (en) * 2011-09-29 2014-01-07 Todd Michael Kennedy System and method of securing private health information
US20130097417A1 (en) * 2011-10-13 2013-04-18 Microsoft Corporation Secure private computation services
US9449191B2 (en) 2011-11-03 2016-09-20 Genformatic, Llc. Device, system and method for securing and comparing genomic data
US8213617B1 (en) * 2011-11-22 2012-07-03 Google Inc. Finding nearby users without revealing own location
DE102011087804A1 (en) 2011-12-06 2013-06-06 Siemens Aktiengesellschaft Device and method for decrypting data
US8819408B2 (en) 2011-12-20 2014-08-26 Industrial Technology Research Institute Document processing method and system
US9197613B2 (en) * 2011-12-20 2015-11-24 Industrial Technology Research Institute Document processing method and system
US9185089B2 (en) * 2011-12-20 2015-11-10 Apple Inc. System and method for key management for issuer security domain using global platform specifications
US9281941B2 (en) * 2012-02-17 2016-03-08 International Business Machines Corporation Homomorphic evaluation including key switching, modulus switching, and dynamic noise management
US9031229B1 (en) * 2012-03-26 2015-05-12 Newline Software, Inc. Computer-implemented system and method for providing data privacy in a cloud using discrete homomorphic encryption
WO2013143144A1 (en) * 2012-03-31 2013-10-03 Nokia Corporation Method and apparatus for secured social networking
CN104509024B (en) * 2012-07-26 2018-02-27 Nds有限公司 For the method and system for being randomized input homomorphism
US8990570B2 (en) * 2012-07-31 2015-03-24 Alcatel Lucent Secure function evaluation for a covert client and a semi-honest server using string selection oblivious transfer
US9202079B2 (en) * 2012-10-25 2015-12-01 Verisign, Inc. Privacy preserving data querying
US9363288B2 (en) 2012-10-25 2016-06-07 Verisign, Inc. Privacy preserving registry browsing
US10565394B2 (en) 2012-10-25 2020-02-18 Verisign, Inc. Privacy—preserving data querying with authenticated denial of existence
WO2014118230A1 (en) * 2013-01-29 2014-08-07 Nec Europe Ltd. Method and system for providing encrypted data for searching of information therein and a method and system for searching of information on encrypted data
US10341086B2 (en) * 2013-01-29 2019-07-02 Nec Corporation Method and system for providing encrypted data for searching of information therein and a method and system for searching of information on encrypted data
US9055038B1 (en) * 2013-02-04 2015-06-09 Stealth Software Technologies, Inc. Apparatus, system, and method to garble programs
KR101795771B1 (en) 2013-03-18 2017-11-09 한국전자통신연구원 System and method for providing compressed encryption and decryption in homomorphic cryptography based on intergers
US9654472B2 (en) * 2013-06-18 2017-05-16 Hitachi, Ltd. Storage count verification system
CN103475472B (en) * 2013-07-22 2018-07-20 浙江万里学院 The full homomorphic cryptography method of NTRU types on ring LWE
CN103401871B (en) * 2013-08-05 2016-08-10 苏州大学 A kind of ciphertext method for sequencing towards homomorphic cryptography and system
US9094378B1 (en) * 2013-08-16 2015-07-28 Google Inc. Homomorphic cryptography on numerical values in digital computing
EP2860905A1 (en) * 2013-10-09 2015-04-15 Thomson Licensing Method for ciphering a message via a keyed homomorphic encryption function, corresponding electronic device and computer program product
US9800517B1 (en) 2013-10-31 2017-10-24 Neil Anderson Secure distributed computing using containers
KR102019159B1 (en) 2013-12-23 2019-09-09 한국전자통신연구원 Apparatus and methdo for giving the compressed encryption functionality to integer-based homomorphic encryption schemes
US9619658B2 (en) * 2014-01-07 2017-04-11 New York University Homomorphically encrypted one instruction computation systems and methods
US10114851B2 (en) 2014-01-24 2018-10-30 Sachet Ashok Shukla Systems and methods for verifiable, private, and secure omic analysis
WO2015130297A1 (en) * 2014-02-28 2015-09-03 Empire Technology Development Llc Homomorphic encryption scheme
US10075288B1 (en) 2014-02-28 2018-09-11 The Governing Council Of The University Of Toronto Systems, devices, and processes for homomorphic encryption
CN103916248A (en) * 2014-04-10 2014-07-09 东南大学 Fully homomorphic encryption public key space compression method
WO2015163822A1 (en) * 2014-04-23 2015-10-29 Agency For Science, Technology And Research Method and system for generating / decrypting ciphertext, and method and system for searching ciphertexts in a database
US9736128B2 (en) 2014-05-21 2017-08-15 The Board Of Regents, The University Of Texas System System and method for a practical, secure and verifiable cloud computing for mobile systems
CN105337736B (en) 2014-06-30 2018-10-30 华为技术有限公司 Full homomorphism message authentication method, apparatus and system
US9641318B2 (en) 2015-01-06 2017-05-02 Google Inc. Systems and methods for a multiple value packing scheme for homomorphic encryption
EP3262551A4 (en) * 2015-02-27 2018-10-31 Dyadic Security Ltd. Asystem and methods for protecting keys using garbled circuits
US10630686B2 (en) 2015-03-12 2020-04-21 Fornetix Llc Systems and methods for organizing devices in a policy hierarchy
US10560440B2 (en) 2015-03-12 2020-02-11 Fornetix Llc Server-client PKI for applied key management system and process
US10965459B2 (en) 2015-03-13 2021-03-30 Fornetix Llc Server-client key escrow for applied key management system and process
US9729312B2 (en) 2015-04-28 2017-08-08 The United States Of America As Represented By The Secretary Of The Navy System and method for high-assurance data storage and processing based on homomorphic encryption
US11775656B2 (en) 2015-05-01 2023-10-03 Micro Focus Llc Secure multi-party information retrieval
KR102423885B1 (en) * 2015-05-08 2022-07-21 한국전자통신연구원 Method and system for additive homomorphic encryption scheme with error detection functionality
US9813234B2 (en) * 2015-05-11 2017-11-07 The United States of America, as represented by the Secretery of the Air Force Transferable multiparty computation
US20160352710A1 (en) 2015-05-31 2016-12-01 Cisco Technology, Inc. Server-assisted secure exponentiation
US9917820B1 (en) * 2015-06-29 2018-03-13 EMC IP Holding Company LLC Secure information sharing
EP3119031A1 (en) * 2015-07-16 2017-01-18 ABB Schweiz AG Encryption scheme using multiple parties
US9742556B2 (en) 2015-08-25 2017-08-22 International Business Machines Corporation Comparison and search operations of encrypted data
US9973334B2 (en) 2015-09-03 2018-05-15 Cisco Technology, Inc. Homomorphically-created symmetric key
US10153894B2 (en) 2015-11-05 2018-12-11 Microsoft Technology Licensing, Llc Homomorphic encryption with optimized encoding
US10075289B2 (en) * 2015-11-05 2018-09-11 Microsoft Technology Licensing, Llc Homomorphic encryption with optimized parameter selection
EP3166251B1 (en) 2015-11-09 2020-10-28 Certsign S.A. Fully homomorphic encryption from monoid algebras
US10783268B2 (en) 2015-11-10 2020-09-22 Hewlett Packard Enterprise Development Lp Data allocation based on secure information retrieval
US9846785B2 (en) 2015-11-25 2017-12-19 International Business Machines Corporation Efficient two party oblivious transfer using a leveled fully homomorphic encryption
WO2017096590A1 (en) 2015-12-10 2017-06-15 Nokia Technologies Oy Schemes of homomorphic re-encryption
US9876636B2 (en) * 2016-01-07 2018-01-23 Empire Technology Development Llc Homomorphic public-key encryption scheme
US10348485B2 (en) * 2016-02-26 2019-07-09 Fornetix Llc Linking encryption key management with granular policy
US10931653B2 (en) 2016-02-26 2021-02-23 Fornetix Llc System and method for hierarchy manipulation in an encryption key management system
US10880281B2 (en) 2016-02-26 2020-12-29 Fornetix Llc Structure of policies for evaluating key attributes of encryption keys
US11063980B2 (en) 2016-02-26 2021-07-13 Fornetix Llc System and method for associating encryption key management policy with device activity
US10860086B2 (en) 2016-02-26 2020-12-08 Fornetix Llc Policy-enabled encryption keys having complex logical operations
US10917239B2 (en) 2016-02-26 2021-02-09 Fornetix Llc Policy-enabled encryption keys having ephemeral policies
RU2625049C1 (en) * 2016-04-14 2017-07-11 ФЕДЕРАЛЬНОЕ ГОСУДАРСТВЕННОЕ КАЗЕННОЕ ВОЕННОЕ ОБРАЗОВАТЕЛЬНОЕ УЧРЕЖДЕНИЕ ВЫСШЕГО ОБРАЗОВАНИЯ "Военная академия Ракетных войск стратегического назначения имени Петра Великого" МИНИСТЕРСТВА ОБОРОНЫ РОССИЙСКОЙ ФЕДЕРАЦИИ Device for support of protected logical calculations
US10296709B2 (en) 2016-06-10 2019-05-21 Microsoft Technology Licensing, Llc Privacy-preserving genomic prediction
EP3270321B1 (en) * 2016-07-14 2020-02-19 Kontron Modular Computers SAS Technique for securely performing an operation in an iot environment
JP6719339B2 (en) * 2016-08-30 2020-07-08 三菱電機株式会社 Cryptographic system, cryptographic method, and cryptographic program
US10095880B2 (en) 2016-09-01 2018-10-09 International Business Machines Corporation Performing secure queries from a higher security domain of information in a lower security domain
US11080301B2 (en) 2016-09-28 2021-08-03 Hewlett Packard Enterprise Development Lp Storage allocation based on secure data comparisons via multiple intermediaries
CN106571905B (en) * 2016-11-02 2019-05-17 南京邮电大学 A kind of numeric type data homomorphism Order Preserving Encryption Method
MA39511A1 (en) 2016-11-07 2018-05-31 Univ Mohammed V Rabat An efficient homomorphic cryptosysteme based on quaternions.
CN110337649B (en) * 2016-12-30 2023-10-31 罗伯特·博世有限公司 Method and system for dynamic symmetric searchable encryption with imperceptible search patterns
MA39664B1 (en) 2016-12-30 2018-09-28 Univ Mohammed V Rabat A practical method of fully homomorphic and verifiable encryption.
US10812252B2 (en) 2017-01-09 2020-10-20 Microsoft Technology Licensing, Llc String matching in encrypted data
JP6732959B2 (en) * 2017-01-18 2020-07-29 日本電信電話株式会社 Secret calculation method, secret calculation system, secret calculation device, and program
US11196541B2 (en) 2017-01-20 2021-12-07 Enveil, Inc. Secure machine learning analytics using homomorphic encryption
US11196540B2 (en) 2017-01-20 2021-12-07 Enveil, Inc. End-to-end secure operations from a natural language expression
US10721057B2 (en) * 2017-01-20 2020-07-21 Enveil, Inc. Dynamic channels in secure queries and analytics
US11507683B2 (en) 2017-01-20 2022-11-22 Enveil, Inc. Query processing with adaptive risk decisioning
US11777729B2 (en) 2017-01-20 2023-10-03 Enveil, Inc. Secure analytics using term generation and homomorphic encryption
US10880275B2 (en) * 2017-01-20 2020-12-29 Enveil, Inc. Secure analytics using homomorphic and injective format-preserving encryption
US10742413B2 (en) 2017-04-25 2020-08-11 International Business Machines Corporation Flexible verifiable encryption from lattices
CN106953722B (en) * 2017-05-09 2017-11-07 深圳市全同态科技有限公司 Ciphertext query method and system for full homomorphic encryption
US11165558B2 (en) * 2017-06-20 2021-11-02 Nokia Technologies Oy Secured computing
US11196539B2 (en) * 2017-06-22 2021-12-07 Microsoft Technology Licensing, Llc Multiplication operations on homomorphic encrypted data
US10541805B2 (en) * 2017-06-26 2020-01-21 Microsoft Technology Licensing, Llc Variable relinearization in homomorphic encryption
US10749665B2 (en) 2017-06-29 2020-08-18 Microsoft Technology Licensing, Llc High-precision rational number arithmetic in homomorphic encryption
CN107294698B (en) * 2017-07-25 2019-11-26 西安电子科技大学 The full homomorphic cryptography method that single ciphertext homomorphism calculates
US10581604B2 (en) * 2017-10-17 2020-03-03 Comsats Institute Of Information Technology Post-quantum cryptographic communication protocol
US11336441B2 (en) * 2017-11-07 2022-05-17 Nippon Telegraph And Telephone Corporation Communication terminal, server apparatus, and program
US11818249B2 (en) * 2017-12-04 2023-11-14 Koninklijke Philips N.V. Nodes and methods of operating the same
GB201720341D0 (en) * 2017-12-06 2018-01-17 Trisent Communications Ltd Personal data management
IL256234A (en) * 2017-12-10 2018-01-31 Kipnis Aviad Computation using somewhat homomorphic encryption
CN109936442B (en) * 2017-12-16 2022-08-23 河南师范大学 Multi-key sharing method and device
CN111801670A (en) 2017-12-18 2020-10-20 中佛罗里达大学研究基金会有限公司 Secure execution of code operating on encrypted data on a public computer
US11032061B2 (en) * 2018-04-27 2021-06-08 Microsoft Technology Licensing, Llc Enabling constant plaintext space in bootstrapping in fully homomorphic encryption
US11362824B2 (en) * 2018-05-25 2022-06-14 Intertrust Technologies Corporation Content management systems and methods using proxy reencryption
US10289816B1 (en) 2018-06-08 2019-05-14 Gsfm Llc Methods, systems, and devices for an encrypted and obfuscated algorithm in a computing environment
CN108933650B (en) 2018-06-28 2020-02-14 阿里巴巴集团控股有限公司 Data encryption and decryption method and device
CN110661764A (en) 2018-06-29 2020-01-07 阿里巴巴集团控股有限公司 Input acquisition method and device of secure multi-party computing protocol
KR102040120B1 (en) 2018-07-27 2019-11-05 주식회사 크립토랩 Apparatus for processing approximate encripted messages and methods thereof
CN109583886B (en) * 2018-09-30 2020-07-03 阿里巴巴集团控股有限公司 Transaction method and device based on block chain and remittance side equipment
EP3637670B1 (en) * 2018-10-11 2023-08-09 QuBalt GmbH Method and system for executing a cryptography scheme
US10902133B2 (en) * 2018-10-25 2021-01-26 Enveil, Inc. Computational operations in enclave computing environments
ES2876926T3 (en) * 2018-11-07 2021-11-15 Advanced New Technologies Co Ltd Blockchain data protection using homomorphic encryption
US10817262B2 (en) 2018-11-08 2020-10-27 Enveil, Inc. Reduced and pipelined hardware architecture for Montgomery Modular Multiplication
JP2022507702A (en) 2018-11-15 2022-01-18 ラヴェル テクノロジーズ エスアーエールエル Zero-knowledge cryptic anonymization for advertising methods, devices, and systems
US11245680B2 (en) * 2019-03-01 2022-02-08 Analog Devices, Inc. Garbled circuit for device authentication
US11381381B2 (en) * 2019-05-31 2022-07-05 Intuit Inc. Privacy preserving oracle
WO2021150938A1 (en) * 2020-01-24 2021-07-29 Via Science, Inc. Secure data processing
KR20210132928A (en) 2020-04-28 2021-11-05 삼성전자주식회사 Operating method of memory controller, cloud computing device and edge computer
FR3110311B1 (en) 2020-05-14 2022-07-01 Zama evaluation of real-valued functions on encrypted data
KR20210147645A (en) * 2020-05-29 2021-12-07 삼성전자주식회사 Homomorphic encryption device and cyphertext operation method thereof
CN112019333B (en) * 2020-09-04 2022-07-19 支付宝(杭州)信息技术有限公司 Data processing method and device for OTA protocol
CN112272208B (en) * 2020-09-22 2023-03-31 国网上海市电力公司 Secure multiparty computing method, electronic device and storage medium
US11601258B2 (en) 2020-10-08 2023-03-07 Enveil, Inc. Selector derived encryption systems and methods
US11588617B2 (en) * 2020-11-01 2023-02-21 The Toronto-Dominion Bank Validating confidential data using homomorphic computations
US11902424B2 (en) 2020-11-20 2024-02-13 International Business Machines Corporation Secure re-encryption of homomorphically encrypted data
CN113141248B (en) * 2021-04-25 2023-06-16 重庆都会信息科技有限公司 Threshold decryption method and system based on homomorphic encryption and readable storage medium
CN114070566B (en) * 2021-09-13 2023-07-28 贵州华云信安科技有限公司 Information transmission method, provider platform, user platform and storage medium
US20230085239A1 (en) * 2021-09-13 2023-03-16 International Business Machines Corporation Querying fully homomorphic encryption encrypted databases using client-side preprocessing or post-processing
CN115329369B (en) * 2022-07-28 2023-04-14 上海光之树科技有限公司 Model joint construction method based on multi-party longitudinal privacy protection and logistic regression
CN116781243B (en) * 2023-08-21 2023-10-31 北京电子科技学院 Unintentional transmission method based on homomorphic encryption, medium and electronic equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7068787B1 (en) * 1998-10-23 2006-06-27 Contentguard Holdings, Inc. System and method for protection of digital works
US20080059787A1 (en) * 2006-02-03 2008-03-06 Hohenberger Susan R Unidirectional proxy re-encryption
US20090138459A1 (en) * 2007-11-27 2009-05-28 At&T Knowledge Ventures, Lp System and Method of Searching for Video Content

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4405829A (en) 1977-12-14 1983-09-20 Massachusetts Institute Of Technology Cryptographic communications system and method
JPH1115373A (en) * 1997-06-20 1999-01-22 Fuji Xerox Co Ltd Open key coding system
FR2788650B1 (en) 1999-01-14 2001-02-16 Gemplus Card Int PUBLIC AND PRIVATE KEY CRYPTOGRAPHIC PROCESS
US7360080B2 (en) * 2000-11-03 2008-04-15 International Business Machines Corporation Non-transferable anonymous credential system with optional anonymity revocation
US7640432B2 (en) * 2000-12-11 2009-12-29 International Business Machines Corporation Electronic cash controlled by non-homomorphic signatures
EP1249964A3 (en) * 2001-04-12 2004-01-07 Matsushita Electric Industrial Co., Ltd. Reception terminal, key management apparatus, and key updating method for public key cryptosystem
US7693285B2 (en) * 2002-03-06 2010-04-06 Entrust, Inc. Secure communication apparatus and method
US7500111B2 (en) 2003-05-30 2009-03-03 International Business Machines Corporation Querying encrypted data in a relational database system
US7552327B2 (en) * 2003-11-13 2009-06-23 International Business Machines Corporation Method and apparatus for conducting a confidential search
US7395437B2 (en) 2004-01-05 2008-07-01 International Business Machines Corporation System and method for fast querying of encrypted databases
KR100668016B1 (en) * 2004-01-22 2007-01-16 닛본 덴끼 가부시끼가이샤 Mixnet system
US7461261B2 (en) 2004-02-13 2008-12-02 Ecole Polytechnique Federale De Lausanne (Epel) Method to generate, verify and deny an undeniable signature
US7269743B2 (en) * 2004-07-16 2007-09-11 Hitachi, Ltd. Method and apparatus for secure data mirroring a storage system
US7472105B2 (en) 2004-10-19 2008-12-30 Palo Alto Research Center Incorporated System and method for providing private inference control
US8291237B2 (en) 2005-03-01 2012-10-16 The Regents Of The University Of California Method for private keyword search on streaming data
JP4906732B2 (en) 2005-10-17 2012-03-28 パナソニック株式会社 Data transmission device, data reception device, and data communication device
US7856100B2 (en) 2005-12-19 2010-12-21 Microsoft Corporation Privacy-preserving data aggregation using homomorphic encryption
EP1804416B1 (en) 2006-01-02 2010-04-07 Sap Ag System and method for comparison of private values
KR101273465B1 (en) * 2007-03-16 2013-06-14 재단법인서울대학교산학협력재단 Apparatus for batch verification and method using the same
US8055662B2 (en) 2007-08-27 2011-11-08 Mitsubishi Electric Research Laboratories, Inc. Method and system for matching audio recording
US8903090B2 (en) 2008-04-29 2014-12-02 International Business Machines Corporation Securely classifying data
US20100329448A1 (en) 2009-06-30 2010-12-30 Rane Shantanu D Method for Secure Evaluation of a Function Applied to Encrypted Signals
US8630422B2 (en) 2009-11-10 2014-01-14 International Business Machines Corporation Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus
US8532289B2 (en) 2010-08-16 2013-09-10 International Business Machines Corporation Fast computation of a single coefficient in an inverse polynomial
US8681973B2 (en) 2010-09-15 2014-03-25 At&T Intellectual Property I, L.P. Methods, systems, and computer program products for performing homomorphic encryption and decryption on individual operations

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7068787B1 (en) * 1998-10-23 2006-06-27 Contentguard Holdings, Inc. System and method for protection of digital works
US20080059787A1 (en) * 2006-02-03 2008-03-06 Hohenberger Susan R Unidirectional proxy re-encryption
US20090138459A1 (en) * 2007-11-27 2009-05-28 At&T Knowledge Ventures, Lp System and Method of Searching for Video Content

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Sander, T. ; Young, A. ; Yung, M.;"Non-interactive cryptocomputing for NC"; Foundations of Computer Science, 1999. 40th Annual Symposium on ;DOI: 10.1109/SFFCS.1999.814630;Publication Year: 1999 , Page(s): 554 - 566 *

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9197410B2 (en) * 2011-02-17 2015-11-24 Kabushiki Kaisha Toshiba Key management system
US20140161251A1 (en) * 2011-02-17 2014-06-12 Toshiba Solutions Corporation Key management system
US9893880B2 (en) 2012-11-16 2018-02-13 Raytheon Bbn Technologies Corp. Method for secure symbol comparison
US11632358B2 (en) 2014-07-22 2023-04-18 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US9819650B2 (en) 2014-07-22 2017-11-14 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US11050720B2 (en) 2014-07-22 2021-06-29 Nanthealth, Inc. Homomorphic encryption in a data processing network environment, system and methods
US10200347B2 (en) 2014-07-22 2019-02-05 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US10476853B2 (en) 2014-07-22 2019-11-12 Nanthealth, Inc Homomorphic encryption in a healthcare network environment, system and methods
US10757081B2 (en) 2014-07-22 2020-08-25 Nanthealth, Inc Homomorphic encryption in a healthcare network environment, system and methods
US11431687B2 (en) 2014-07-22 2022-08-30 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US11936632B2 (en) 2014-07-22 2024-03-19 Nanthealth, Inc. Homomorphic encryption in a healthcare network environment, system and methods
US10333696B2 (en) 2015-01-12 2019-06-25 X-Prime, Inc. Systems and methods for implementing an efficient, scalable homomorphic transformation of encrypted data with minimal data expansion and improved processing efficiency
CN108140334A (en) * 2015-10-09 2018-06-08 三菱电机株式会社 Confidential search system, managing device, concealment search method and concealment search program
US10581603B2 (en) 2016-05-06 2020-03-03 ZeroDB, Inc. Method and system for secure delegated access to encrypted data in big data computing clusters
US10574440B2 (en) 2016-05-06 2020-02-25 ZeroDB, Inc. High-performance access management and data protection for distributed messaging applications
US10728227B2 (en) 2016-08-02 2020-07-28 X-Logos, LLC Methods and systems for enhanced data-centric encryption systems using geometric algebra
WO2019079355A1 (en) * 2017-10-16 2019-04-25 X-Logos, LLC Methods and systems for enhanced data-centric homomorphic encryption sorting using geometric algebra
WO2019079353A3 (en) * 2017-10-16 2020-03-26 X-Logos, LLC Methods and systems for enhanced data-centric homomorphic encryption searching using geometric algebra
US10735181B2 (en) 2017-11-03 2020-08-04 International Business Machines Corporation Performing vector comparison operations in fully homomorphic encryption
US10728017B2 (en) 2017-11-03 2020-07-28 International Business Machines Corporation Performing vector comparison operations in fully homomorphic encryption
US11343068B2 (en) * 2019-02-06 2022-05-24 International Business Machines Corporation Secure multi-party learning and inferring insights based on encrypted data
US11120160B2 (en) 2019-05-31 2021-09-14 Advanced New Technologies Co., Ltd. Distributed personal data storage and encrypted personal data service based on secure computation
US11764941B2 (en) * 2020-04-30 2023-09-19 International Business Machines Corporation Decision tree-based inference on homomorphically-encrypted data without bootstrapping
US11764943B2 (en) 2020-08-10 2023-09-19 Algemetric, Inc. Methods and systems for somewhat homomorphic encryption and key updates based on geometric algebra for distributed ledger/blockchain technology
US11683151B2 (en) 2020-09-17 2023-06-20 Algemetric, Inc. Methods and systems for distributed computation within a fully homomorphic encryption scheme using p-adic numbers
US11841982B2 (en) 2021-10-20 2023-12-12 International Business Machines Corporation Partitioning circuits for execution of sequential secure computation code on multiple processors

Also Published As

Publication number Publication date
US20110110525A1 (en) 2011-05-12
US8630422B2 (en) 2014-01-14

Similar Documents

Publication Publication Date Title
US8630422B2 (en) Fully homomorphic encryption method based on a bootstrappable encryption scheme, computer program and apparatus
Wu et al. Privately evaluating decision trees and random forests
Brakerski et al. Four round secure computation without setup
US8515058B1 (en) Bootstrappable homomorphic encryption method, computer program and apparatus
Ishai et al. Evaluating branching programs on encrypted data
Naor et al. Oblivious polynomial evaluation
Kissner et al. Privacy-preserving set operations
Barak et al. Bounded key-dependent message security
Boneh et al. Lattice-based SNARGs and their application to more efficient obfuscation
Abadi et al. O-PSI: delegated private set intersection on outsourced datasets
Gennaro et al. Non-interactive verifiable computing: Outsourcing computation to untrusted workers
Damgård et al. Multiparty computation for dishonest majority: From passive to active security at low cost
Kim et al. Multi-theorem preprocessing NIZKs from lattices
Ezerman et al. Provably secure group signature schemes from code-based assumptions
Chun et al. Privacy-preserving disjunctive normal form operations on distributed sets
Boschini et al. Floppy-sized group signatures from lattices
Ananth et al. From FE combiners to secure MPC and back
Kosba et al. C $\emptyset $ C $\emptyset $: A Framework for Building Composable Zero-Knowledge Proofs
Chowdhury et al. Efficient threshold FHE with application to real-time systems
Wang et al. Fine-grained secure attribute-based encryption
WO2017216801A1 (en) Secure sharing of confidential digital data
Egashira et al. Fine-grained cryptography revisited
Dolev et al. Efficient private multi-party computations of trust in the presence of curious and malicious users
Sehrawat et al. Extremal set theory and LWE based access structure hiding verifiable secret sharing with malicious-majority and free verification
Egashira et al. Fine-grained cryptography revisited

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GENTRY, CRAIG B.;REEL/FRAME:031721/0483

Effective date: 20131113

AS Assignment

Owner name: THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:033912/0335

Effective date: 20141001

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:THE BOARD OF TRUSTEES OF THE LELAND STANFORD JUNIOR UNIVERSITY;REEL/FRAME:055733/0769

Effective date: 20210317