Metadata-Version: 2.1
Name: http-hoba-auth
Version: 0.2.1a3
Summary: Python implementation of the HTTP Origin-Bound Auth (HOBA) scheme
Home-page: https://gitlab.com/defalsify/python-http-hoba-auth
Author: Louis Holbrook
Author-email: dev@holbrook.no
License: GPL3
Description: # PYTHON HTTP ORIGIN-BOUND AUTHENTICATION SCHEME
        
        Provides utilities for handling HOBA authentication header exchange. See RFC7486 for details.
        
        **NOTE**: At the time of writing this module, the only two signature algorithm codes defined by IANA are RSA-SHA256 and RSA-SHA1 (see RFC section9.3). However, this module was initially written as part of a HOBA implementation for the ethereum/bitcoin secp256k1 signature algorithm. The value "42" is arbitrarily selected for this algorithm, but it by no means pretends to be authoritative.
        
        ## Usage
        
        The module is _very_ simple. Refer to the test to see how it works. You'll want to read the RFC too.
        
Keywords: http,internet,authentication,cryptography
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet
Requires-Python: >=3.6
Description-Content-Type: text/markdown
