Skip to content

Python code showing how to utilize AES encryption with NTRU to securely encrypt messages. Will be expanded into a full end-to-end encrypted socket chat as time moves on.

Notifications You must be signed in to change notification settings

intangere/NTRU-AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTRU with AES for Python 2.7

Description

Python code showing how to utilize AES encryption with NTRU to securely encrypt messages.
Will be expanded into a full end-to-end encrypted socket chat as time moves on.
Code change more to utilize NTRU with 128bit keys.
128bit NTRU + AES encryption example can still be found on the bottom of main.py

About

Python code showing how to utilize AES encryption with NTRU to securely encrypt messages. Will be expanded into a full end-to-end encrypted socket chat as time moves on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages