Download List

專案描述

The NTRU public-key cryptosystem provides a Java implementation of the NTRUEncrypt and NTRUSign algorithms. Both algorithms are considered safe against quantum computer attacks. A C port of NTRUEncrypt is available, as well.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-05 12:30
1.1

This release adds the ability to deterministically generate NtruEncrypt keys from a passphrase and improves performance in several areas.

2011-09-06 09:46
1.0

This release adds support for product-form signing keys, fixes several bugs, improves performance, and allows you to choose what hash function to use.

2011-08-10 14:29
0.7

This release adds support for product-form and 1+pF encryption keys, improves 64 bit performance, and adds better Javadoc. A potential bug in the NtruSign key generator was fixed.

2011-05-22 18:22
0.6

This release improves performance and adds the ability to import and export parameters. Also, signing and verifying can now be done in pieces via the new initSign/initVerify and update methods. Note that signatures and encrypted data created with this version are incompatible to older versions.

2011-04-11 06:20
0.5

This release improves performance and introduces API changes to make it more OO.

Project Resources