/NTRU-cryptosystem

🔒 Basic implementation of post quantum NTRU cryptographic system - key generation, encryption, decryption

Primary LanguagePython

NTRU setup, encryption and decryption algorithm

Implemented in Python using SageMath software system.

  1. Download SageMath from http://www.sagemath.org/download.html
  2. Run a script in terminal:
foo@bar:~$ ./sage NTRU.sage
foo@bar:~$ /your/location/of/SageMath/folder/sage NTRU.sage