Metadata-Version: 1.1
Name: secret-handshake
Version: 0.1.0.dev3
Summary: A module that implements Secret Handshake as specified in "Designing a Secret Handshake: Authenticated
Key Exchange as a Capability System" (Dominic Tarr, 2015).
Home-page: https://github.com/pferreir/PySecretHandshake
Author: PySecretHandshake Contributors
Author-email: pedro@dete.st
License: MIT
Description-Content-Type: UNKNOWN
Description: **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
        
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
