Fork of pferreir’s PySecretHandshake (https://github.com/pferreir/PySecretHandshake) to make it up to date.
Go to file
2023-10-31 12:19:58 +01:00
.reuse docs: Create the skeleton of documentation 2023-10-31 12:19:58 +01:00
docs docs: Create the skeleton of documentation 2023-10-31 12:19:58 +01:00
examples ci: Add and configure reuse, and make it happy 2023-10-31 07:35:23 +01:00
LICENSES docs: Create the skeleton of documentation 2023-10-31 12:19:58 +01:00
secret_handshake docs: Create the skeleton of documentation 2023-10-31 12:19:58 +01:00
tests ci: Add and configure reuse, and make it happy 2023-10-31 07:35:23 +01:00
.gitignore Update .gitignore 2018-02-04 15:45:47 +01:00
.pre-commit-config.yaml ci: Add and configure reuse, and make it happy 2023-10-31 07:35:23 +01: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
poetry.lock ci: Add and configure reuse, and make it happy 2023-10-31 07:35:23 +01:00
pyproject.toml ci: Add and configure reuse, and make it happy 2023-10-31 07:35:23 +01:00
README.rst ci: Remove Travis CI configuration 2023-10-31 06:01:13 +01:00

**WORK IN PROGRESS**

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


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.**