Fork of pferreir’s PySecretHandshake (https://github.com/pferreir/PySecretHandshake) to make it up to date.
Go to file
2018-02-04 15:50:56 +01:00
examples Fix import order 2018-02-04 15:50:56 +01:00
secret_handshake Fix import order 2018-02-04 15:50:56 +01:00
.gitignore Update .gitignore 2018-02-04 15:45:47 +01:00
.travis.yml Test 3.5 on Travis 2017-08-01 22:36:49 +02:00
AUTHORS First functional version 2017-06-05 00:35:27 +02:00
CHANGES.rst First functional version 2017-06-05 00:35:27 +02:00
LICENSE First functional version 2017-06-05 00:35:27 +02:00
MANIFEST.in First functional version 2017-06-05 00:35:27 +02:00
pytest.ini First functional version 2017-06-05 00:35:27 +02:00
README.rst Add support for coveralls 2017-06-05 00:35:27 +02:00
setup.cfg First functional version 2017-06-05 00:35:27 +02:00
setup.py Bump version 2017-08-01 22:40:00 +02:00

**WORK IN PROGRESS**

PySecretHandshake - Secret Handshake in Python
==============================================


|build-status| |code-coverage|

This module implements Secret Handshake as specified in Dominc Tarr's paper `"Designing a Secret Handshake: Authenticated
Key Exchange as a Capability System" <http://dominictarr.github.io/secret-handshake-paper/shs.pdf>`_ (Dominic Tarr, 2015).

**Please, don't use this package in production. The implementation hasn't yet been carefully checked.**

.. |build-status| image:: https://travis-ci.org/pferreir/PySecretHandshake.svg?branch=master
                   :alt: Travis Build Status
                   :target: https://travis-ci.org/pferreir/PySecretHandshake
.. |code-coverage| image:: https://coveralls.io/repos/github/pferreir/PySecretHandshake/badge.svg?branch=master
                   :alt: Code Coverage
                   :target: https://coveralls.io/github/pferreir/PySecretHandshake?branch=master