99designs / 99designs/http-signatures-php
Support RSA signing
- Langage dominant
- PHP
- Étoiles
- 46
- Forks
- 35
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- php
- Domaine
- backend, security
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Clairement spécifiée
- Accessibilité débutants
- 45/100