Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 633 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 633 Bytes
exaexa's codecrypt post-quantum encryption tool python interface

This is a python interface to codecrypt. Codecrypt provides public-key signatures and encryption
using algorithms that are currently believed to be secure against future quantum computers.

Tested with python 2.7 win32, python 2.7 linux, and python 3.4 linux

codecrypt.py is the interface
codecrypt_testdemo.py provides usage examples, and tests both codecrypt and the python interface

codecrypt is available at https://gitea.blesmrt.net/exa/codecrypt or
https://e-x-a.org/codecrypt

win32 binary and patch is at https://github.com/mike805/codecrypt-win32