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

이 릴리스는 명확 하 게 암호에서 NtruEncrypt 키를 생성 하는 기능을 추가 하 고 여러 영역에서 성능이 향상 됩니다.
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

이 릴리스, 제품 형태의 1 + PF 암호화 키에 대한 지원을 추가합니다 64 비트 성능을 향상하고, 더 나은 Javadoc를 추가합니다. NtruSign 키 생성기의 잠재적인 버그가 해결되었습니다.
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

이 릴리스의 성능을 향상시키고 가져오기 및 내보내기 매개 변수 수있는 기능을 추가합니다. 또한, 서명 및 현재 / initVerify와 메소드를 업데이 트를 통해 새로운 initSign 산산조각 확인 할 수 있습니다. 서명이 버전으로 만들어진 암호화된 데이터는 이전 버전에 호환되지 않습니다.
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

이 릴리스에는 성능을 향상시키고 IT 됐지 더 만들 수있는 API 변경 사항을 소개합니다.
This release improves performance and introduces API changes to make it more OO.

Project Resources