Continuous stirred-tank reactor

From formulasearchengine
Revision as of 15:09, 29 January 2014 by 131.174.15.128 (talk)
Jump to navigation Jump to search

Template:Cleanup

Hidden Fields Equations (HFE) is a public key cryptosystem which was introduced at Eurocrypt in 1996 and proposed by 34 yrs old Fitter (General ) Anton from Iberville, has several passions including ceramics, property developers in singapore and vehicle racing. Has these days completed a trip to Monasteries of Haghpat and Sanahin.

Also visit my web site; commercial real estate For Sale Jacques Patarin following the idea of the Matsumoto and Imai system. HFE is also known as HFE trapdoor function. It is based on polynomials over finite fields 𝔽q of different size to disguise the relationship between the private key and public key. HFE is in fact a family which consists of basic HFE and combinatorial versions of HFE. The HFE family of cryptosystems is based on the hardness of the problem of finding solutions to a system of multivariate quadratic equations (the so-called MQ problem) since it uses private affine transformations to hide the extension field and the private polynomials. Hidden Field Equations also have been used to construct digital signature schemes, e.g. Quartz and Sflash.[1]

Mathematical background

One of the central notions to understand how Hidden Field Equations work is to see that for two extension fields 𝔽qn 𝔽qm over the same base field 𝔽q one can interpret a system of m multivariate polynomials in n variables over 𝔽q as a function 𝔽qn𝔽qm by using a suitable basis of 𝔽qn over 𝔽q. In almost all applications the polynomials are quadratic, i.e. they have degree 2.[2] We start with the simplest kind of polynomials, namely monomials, and show how they lead to quadratic systems of equations.

Let us consider a finite field 𝔽q, where q is a power of 2, and an extension field K. Let β1,...,βn to be a basis of K as an 𝔽q vector space. Let 0<h<qn such that h=qθ+1 for some θ and gcd(h,qn1)=1 and take a random element u𝔽qn. We represent u with respect to the basis as u=(u1,...,un). Define v𝔽qn by

v=uqθu(1)

The condition gcd(h,qn1)=1 is equivalent to requiring that the map uuh on K is one to one and its inverse is the map uuh where h is the multiplicative inverse of hmodqn1. Choose two secret affine transformation, i.e. two invertible n×n matrices S={Sij} and T={Tij} with entries in 𝔽q and two vectors c=(c1,...,cn) and d=(d1,...,dn) of length n over 𝔽q and define x and y via:

u=Sx+cv=Ty+d(2)

Let A(k)=aij(k) be the matrix of linear transformation in the basis β1,...,βn such that

βiqk=j=1naijkβj,aijk𝔽q

for 1i,kn. Write all products of basis elements in terms of the basis, i.e.:

βiβj=l=1nmijlβl,mijl𝔽q

for each 1i,jn. The system of n equations which is explicit in the vi and quadratic in the uj can be obtain by expanding (1) and equating to zero the coefficients of the βi. By using the affine relations in (2) to replace the uj,vi with xk,yl, the system of n equations is linear in the yl and of degree 2 in the xk. Applying linear algebra it will give n explicit equations, one for each yl as polynomials of degree 2 in the xk.[3]

Multivariate cryptosystem

The basic idea of the HFE family of using this as a multivariate cryptosystem is to build the secret key starting from a polynomial P in one unknown x over some finite field 𝔽qn (normally value q=2 is used). This polynomial can be easily inverted over 𝔽qn, i.e. it is feasible to find any solutions to the equation P(x)=y when such solution exist. The secret transformation either decryption and/or signature is based on this inversion. As explained above P can be identified with a system of n equations (p1,...,pn) using a fixed basis. To build a cryptosystem the polynomial (p1,...,pn) must be transformed so that the public information hides the original structure and prevents inversion. This is done by viewing the finite fields 𝔽qn as a vector space over 𝔽q and by choosing two linear affine transformations S and T. The triplet (S,P,T) constitute the private key. The private polynomial P is defined over 𝔽qn.[1][4] The public key is (p1,...,pn). Below is the diagram for MQ-trapdoor (S,P,T) in HFE

inputxx=(x1,...,xn)secret:Sxsecret:Pysecret:Toutputy

HFE polynomial

The private polynomial P with degree d over 𝔽qn is an element of 𝔽qn[x]. If the terms of polynomial P have at most quadratic terms over 𝔽q then it will keep the public polynomial small.[1] The case that P consists of monomials of the form xqsi+qti, i.e. with 2 powers of q in the exponent is the basic version of HFE, i.e. P is chosen as

P(x)=cixqsi+qti

The degree d of the polynomial is also known as security parameter and the bigger its value the better for security since the resulting set of quadratic equations resembles a randomly chosen set of quadratic equations. On the other side large d slows down the deciphering. Since P is a polynomial of degree at most d the inverse of P, denoted by P1 can be computed in d2(lnd)O(1)n2𝔽q operations.[5]

Encryption and decryption

The public key is given by the n multivariate polynomials (p1,...,pn) over 𝔽q. It is thus necessary to transfer the message M from 𝔽qn𝔽qn in order to encrypt it, i.e. we assume that M is a vector (x1,...,xn)𝔽qn. To encrypt message M we evaluate each pi at (x1,...,xn). The ciphertext is (p1(x1,...,xn),p2(x1,...,xn),...,pn(x1,...,xn))𝔽qn.

To understand decryption let us express encryption in terms of S,T,P. Note that these are not available to the sender. By evaluating the pi at the message we first apply S, resulting in x. At this point x is transferred from 𝔽qn𝔽qn so we can apply the private polynomial P which is over 𝔽qn and this result is denoted by y𝔽qn. Once again, y is transferred to the vector (y1,...,yn) and the transformation T is applied and the final output y𝔽qn is produced from (y1,...,yn)𝔽qn.

To decrypt y, the above steps are done in reverse order. This is possible if the private key (S,P,T) is known. The crucial step in the deciphering is not the inversion of S and T but rather the computations of the solution of P(x)=y. Since P is not necessary a bijection, one may find more than one solution to this inversion (there exist at most d different solutions X=(x1,...,xd)𝔽qn since P is a polynomial of degree d). The redundancy denoted as r is added at the first step to the message M in order to select the right M from the set of solutions X.[1][3][6] The diagram below shows the basic HFE for encryption.

M+rxsecret:Sxsecret:Pysecret:Ty

HFE variations

Hidden Field Equations has four basic variations namely +,-,v and f and it is possible to combine them in various way. The basic principle is the following:

01. The + sign consists of linearity mixing of the public equations with some random equations.
02. The - sign is due to Adi Shamir and intends to remove the redundancy 'r' of the public equations.
03. The f sign consists of fixing some f input variables of the public key.
04. The v sign is defined as a construction and sometimes quite complex such that the inverse of the function can be found only if some v of the variables called vinegar variables are fixed. This idea is due to Jacques Patarin.

The operations above preserve to some extent the trapdoor solvability of the function.

HFE- and HFEv are very useful in signature schemes as they prevent from slowing down the signature generation and also enhance the overall security of HFE whereas for encryption both HFE- and HFEv will lead to a rather slow decryption process so neither too many equations can be removed (HFE-) nor too many variables should be added (HFEv). Both HFE- and HFEv were used to obtain Quartz.

For encryption, the situation is better with HFE+ since the decryption process takes the same amount of time, however the public key has more equations than variables.[1][2]

HFE attacks

There are two famous recent attacks on HFE:

01. Shamir-Kipnis: Recover the Private Key.

The key point of this attack is to recover the private key as sparse univariate polynomials over the extension field 𝔽qn. The attack only works for basic HFE and fails for all its variations.

02. Faugere: Fast Gröbner Bases.

The idea of Faugere's attacks is to use fast algorithm to compute a Gröbner basis of the system of polynomial equations. Faugere broke the HFE challenge 1 in 96 hours in 2002 and in 2003 Faugere and Joux worked together on the security of HFE.[1]

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

Template:Cryptography navbox