Fork of pferreir’s PySecretHandshake (https://github.com/pferreir/PySecretHandshake) to make it up to date.
.reuse | ||
examples | ||
LICENSES | ||
secret_handshake | ||
tests | ||
.gitignore | ||
.pre-commit-config.yaml | ||
AUTHORS | ||
CHANGES.rst | ||
LICENSE | ||
poetry.lock | ||
pyproject.toml | ||
README.rst |
**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.**