A command line interface for encryption and decryption using the NTRU
A command line interface for encryption and decryption using the NTRU cryptography algorithm.
"NTRU is a public key cryptosystem that is considered unbreakable even with quantum computers. Commonly used cryptosystems like RSA or ECC, on the other hand, will be broken if and when quantum computers become available."-NTRU
The Moonbounce API is a set of high level objects that encapsulate pieces of the Bouncycastle lightweight crypto API. Moonbounce significantly simplifies RSAkey generation, signing, encryption/decryption and verification of both byte arrays and files.