GGH encryption scheme
{{Short description|Lattice-based cryptosystem}}
The Goldreich–Goldwasser–Halevi (GGH) lattice-based cryptosystem is a broken asymmetric cryptosystem based on lattices. There is also a GGH signature scheme which hasn't been broken as of 2024.
The Goldreich–Goldwasser–Halevi (GGH) cryptosystem makes use of the fact that the closest vector problem can be a hard problem. This system was published in 1997 by Oded Goldreich, Shafi Goldwasser, and Shai Halevi, and uses a trapdoor one-way function which relies on the difficulty of lattice reduction. The idea included in this trapdoor function is that, given any basis for a lattice, it is easy to generate a vector which is close to a lattice point, for example taking a lattice point and adding a small error vector. But to return from this erroneous vector to the original lattice point a special basis is needed.
The GGH encryption scheme was cryptanalyzed (broken) in 1999 by {{ill|Phong Q. Nguyen|fr|Phong Nguyen}}. Nguyen and Oded Regev had cryptanalyzed the related GGH signature scheme in 2006.
Operation
GGH involves a private key and a public key.
The private key is a basis of a lattice with good properties (such as short nearly orthogonal vectors) and a unimodular matrix .
The public key is another basis of the lattice of the form .
For some chosen M, the message space consists of the vector in the range
= Encryption =
Given a message , error , and a
public key compute
:
In matrix notation this is
: .
Remember consists of integer values, and is a lattice point, so v is also a lattice point. The ciphertext is then
:
= Decryption =
To decrypt the ciphertext one computes
:
The Babai rounding technique will be used to remove the term as long as it is small enough. Finally compute
:
to get the message.
Example
Let be a lattice with the basis and its inverse
:
7 & 0 \\ 0 & 3 \\
\end{pmatrix} and
\frac{1}{7} & 0 \\ 0 & \frac{1}{3} \\
\end{pmatrix}
With
:
2 & 3 \\ 3 &5\\
\end{pmatrix} and
:
5 & -3 \\ -3 &2\\
\end{pmatrix}
this gives
:
14 & 9 \\ 21 & 15 \\
\end{pmatrix}
Let the message be and the error vector . Then the ciphertext is
:
To decrypt one must compute
:
This is rounded to and the message is recovered with
:
Security of the scheme
In 1999, Nguyen Phong Nguyen. Cryptanalysis of the Goldreich-Goldwasser-Halevi Cryptosystem from Crypto '97. CRYPTO, 1999 showed that the GGH encryption scheme has a flaw in the design. He showed that every ciphertext reveals information about the plaintext and that the problem of decryption could be turned into a special closest vector problem much easier to solve than the general CVP.
References
{{Reflist}}
Bibliography
- {{cite book |first1=Oded |last1=Goldreich |first2=Shafi |last2=Goldwasser |first3=Shai |last3=Halevi |chapter=Public-key cryptosystems from lattice reduction problems |title=CRYPTO '97: Proceedings of the 17th Annual International Cryptology Conference on Advances in Cryptology |pages=112–131 |location=London |year=1997 |publisher=Springer-Verlag }}
- {{cite book |first=Phong Q. |last=Nguyen |chapter-url=https://www.di.ens.fr/~pnguyen/pub_Ng99.htm |chapter=Cryptanalysis of the Goldreich–Goldwasser–Halevi Cryptosystem from Crypto ’97 |title=CRYPTO '99: Proceedings of the 19th Annual International Cryptology Conference on Advances in Cryptology |pages=288–304 |location=London |year=1999 |publisher=Springer-Verlag }}
- {{cite journal | last1 = Nguyen | first1 = Phong Q. | last2 = Regev | first2 = Oded | title = Learning a Parallelepiped: Cryptanalysis of GGH and NTRU Signatures| journal = Journal of Cryptology | date = 11 November 2008 | volume = 22 | issue = 2 | pages = 139–160 | issn = 0933-2790 | eissn = 1432-1378 | doi = 10.1007/s00145-008-9031-0 | pmid = | s2cid = 2164840 | url = https://iacr.org/archive/eurocrypt2006/40040273/40040273.pdf}}Preliminary version in EUROCRYPT 2006.
Category:Lattice-based cryptography