99designs / 99designs/http-signatures-php

Support RSA signing

オープン
#34 コメント 3 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。