99designs / 99designs/http-signatures-php

Support RSA signing

未关闭
#34 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
PHP
星标
46
派生
35
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

这个仓库没有索引到贡献指南

调研方向

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.

由索引模型根据 Issue 内容生成。

评估

技术栈
php
领域
backend, security
Issue 类型
功能
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
描述清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。