Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amasecocoa/apsig
Signature implementation used in ActivityPub.
https://github.com/amasecocoa/apsig
activitypub http-signature http-signatures httpsig
Last synced: 16 days ago
JSON representation
Signature implementation used in ActivityPub.
- Host: GitHub
- URL: https://github.com/amasecocoa/apsig
- Owner: AmaseCocoa
- License: mit
- Created: 2024-11-14T15:32:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T08:09:13.000Z (about 1 month ago)
- Last Synced: 2024-12-23T08:16:19.619Z (about 1 month ago)
- Topics: activitypub, http-signature, http-signatures, httpsig
- Language: Python
- Homepage: https://pypi.org/project/apsig/
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12)), [Linked Data Signatures](https://docs.joinmastodon.org/spec/security/#ld), and Object Integrity Proofs ([FEP-8b32](https://codeberg.org/fediverse/fep/src/branch/main/fep/8b32/fep-8b32.md)).
## Installation
apsig is available on PyPI and can be installed with the following command.
```
pip install apsig
```