Skip to content

Signature implementation used in ActivityPub.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING.md
Notifications You must be signed in to change notification settings

AmaseCocoa/apsig

Repository files navigation

apsig

PyPI CodeQL

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

Documents

The document can be viewed here.

Thanks