Functional encryption explained
Functional encryption (FE) is a generalization of public-key encryption in which possessing a secret key allows one to learn a function of what the ciphertext is encrypting.
Formal definition
More precisely, a functional encryption scheme for a given functionality
consists of the following four algorithms:
(pk,msk)\leftarrowsf{Setup}(1λ)
creates a public key
and a master secret key
.
sk\leftarrowsf{Keygen}(msk,f)
uses the master secret key to generate a new secret key
for the function
.
uses the public key to encrypt a message
.
uses secret key to calculate
where
is the value that
encrypts.
The security of FE requires that any information an adversary learns from an encryption of
is revealed by
. Formally, this is defined by simulation.
[1] Applications
Functional encryption generalizes several existing primitives including Identity-based encryption (IBE) and attribute-based encryption (ABE). In the IBE case, define
to be equal to
when
corresponds to an identity that is allowed to decrypt, and
otherwise. Similarly, in the ABE case, define
when
encodes attributes with permission to decrypt and
otherwise.
History
Functional encryption was proposed by Amit Sahai and Brent Waters in 2005[2] and formalized by Dan Boneh, Amit Sahai and Brent Waters in 2010.[3] Until recently, however, most instantiations of Functional Encryption supported only limited function classes such as boolean formulae. In 2012, several researchers developed Functional Encryption schemes that support arbitrary functions.[4] [5] [6]
Notes and References
- Book: Reusable garbled circuits and succinct functional encryption - Stoc 13 Proceedings of the 2013 ACM Symposium on Theory of Computing. Goldwasser. Shafi. Kalai. Yael. Ada Popa. Raluca. Vaikuntanathan. Vinod. Zeldovich. Nickolai. ACM. 2013. 978-1-4503-2029-0. New York, NY, USA. 555–564. en.
- Advances in Cryptology . 457–473 . Amit Sahai . Brent Waters . Fuzzy Identity-Based Encryption . EUROCRYPT 2005: 24th Annual International Conference on the Theory and Applications of Cryptographic Techniques, Proceedings. 2005 . Ronald Cramer . Springer . 978-3-540-25910-7. en. 2005926095 .
- Boneh. Dan . Amit Sahai . Brent Waters. Functional Encryption: Definitions and Challenges. Proceedings of Theory of Cryptography Conference (TCC) 2011. 2011.
- Gorbunov. Sergey . Hoeteck Wee . Vinod Vaikuntanathan. Attribute-Based Encryption for Circuits. 2013. Proceedings of STOC.
- Web site: Sahai. Amit. Brent Waters. Attribute-Based Encryption for Circuits from Multilinear Maps. 2012 . 1210.5287 .
- Goldwasser. Shafi . Yael Kalai . Raluca Ada Popa . Vinod Vaikuntanathan . Nickolai Zeldovich. Advances in Cryptology – CRYPTO 2013 . How to Run Turing Machines on Encrypted Data . Crypto 2013. Lecture Notes in Computer Science . 2013. 8043 . 536–553 . 10.1007/978-3-642-40084-1_30 . 978-3-642-40083-4 . http://eprint.iacr.org/2013/229.pdf. free . 1721.1/91472 . free .