Skip to content

alexanderlukanin13/httpsig-pure-hmac

 
 

Repository files navigation

httpsig-pure-hmac

image

Fork of Adam Knight's httpsig, providing the same functionality, except that:

  • RSA is not supported.
  • PyCrypto is not required.

This package is intended as a lightweight option for HMAC-only clients.

Requirements

  • Python 2.7, 3.3+
  • six

Usage

import httpsig_pure_python as httpsig

See original package for more info.