Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Business Industries Finance Tax

Home > NTRUEncrypt


NTRUEncrypt, also known as the NTRU encryption algorithm, is an asymmetric key encryption algorithm for public key cryptography. It is patented and endorsed by NTRU Cryptosystems, Inc. .

NTRUEncrypt employs certain rings of polynomials. It relies on the presumed difficulty of factoring certain polynomials in such rings into a product of two polynomials having very small coefficients. Breaking the cryptosystem is strongly related, though not equivalent, to the algorithmic problem of lattice reduction in certain lattices. Careful choice of parameters is necessary to thwart some published attacks.

Since both encryption and decryption use only simple polynomial multiplication, these operations are very fast compared to other asymmetric encryption schemes, such as RSA, El Gammal and elliptic curve cryptography. However, NTRUEncrypt has not yet undergone a comparable amount cryptographic analysis.

A related algorithm is the NTRUSign digital signature algorithm.

External links

Asymmetric-key cryptosystems



Non User