Feature request: Add Argon2id support
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 25/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 活発
- 技術スタック
- c
- 領域
- cryptography, security
調査の方向性
この issue ではファイル、テスト、エントリーポイントが指定されておらず、SymCrypt チームが Argon2id のサポートを検討するかどうかを尋ねています。まず SymCrypt の既存のアルゴリズム API とコントリビューションガイドを確認し、その後、実装を開始する前に、サポート対象プラットフォーム、API の形状、テスト要件、受け入れ基準を明確にしてください。
索引モデルが issue の本文から書いたものです。
説明
Argon2id is currently recommended by OWASP for password hashing and standardized in RFC 9106.
It would be useful to have an official Argon2id implementation in SymCrypt, especially since .NET currently has no built-in Argon2 support and generally relies on platform cryptographic implementations rather than implementing cryptographic primitives itself.
In dotnet/runtime discussion #117822, the .NET team explained that currently only OpenSSL provides Argon2, while Windows CNG and Apple CryptoKit/CommonCrypto do not. They also noted that support on at least two platforms is generally expected before adding such an algorithm to System.Security.Cryptography.
There is also a long-standing request for Argon2 support in dotnet/runtime#19933.
Adding Argon2id to SymCrypt could therefore help enable first-party support in the Windows cryptography stack and eventually System.Security.Cryptography / ASP.NET Core Identity, while avoiding reliance on third-party cryptographic implementations.
Would Argon2id support be something the SymCrypt team would consider?
- 主要言語
- C
- スター
- 890
- フォーク
- 91
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
microsoft/SymCrypt のほかの issue
-
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
bug compiler-support
難易度 4/5 3〜5日 初心者へのやさしさ 42/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
microsoft/SymCrypt の issue をすべて見る
似ている issue
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
bradcypert/plum#53 ·
-
Component: GLib
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
Status: Opened
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
nextbsd/nextbsd-userland#285 ·