99designs / 99designs/http-signatures-php

Support RSA signing

Open
#34 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
46
Forks
35
PR merge metrics
No merged PRs in 30d

Description

It looks like this library currently only supports HMAC signing. It would be great if it also supported RSA signing with a private key!

Contributor guide

No contributing guide indexed for this repository

Research direction

The library handles signing in src/Signer.php and src/Verifier.php; start by reading the existing HMAC implementation and the PSR-7 message interfaces. Look for how keys are managed and where signature algorithms are defined. Adding RSA will require understanding the key format and the signing process, then extending the signer and verifier to support it. Check test/ for existing signing tests to add RSA cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.