Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amasecocoa/apsig

Signature implementation used in ActivityPub.
https://github.com/amasecocoa/apsig

activitypub http-signature http-signatures httpsig

Last synced: about 2 months ago
JSON representation

Signature implementation used in ActivityPub.

Awesome Lists containing this project

README

        

# apsig
Signature implementation used in ActivityPub.

This library implements the creation/verification of signatures for HTTP Signatures (draft-cavage-http-signatures-12), Linked Data Signatures, and Object Integrity Proofs (FEP-8b32).
## Installation
apsig is available on PyPI and can be installed with the following command.
```
pip install apsig
```