99designs / 99designs/http-signatures-php
Support RSA signing
- Lenguaje dominante
- PHP
- Estrellas
- 46
- Forks
- 35
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It looks like this library currently only supports HMAC signing. It would be great if it also supported RSA signing with a private key!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- php
- Área
- backend, security
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 45/100