Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Feature request: Add Argon2id support

オープン
#61 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
活発
技術スタック
c

調査の方向性

この issue ではファイル、テスト、エントリーポイントが指定されておらず、SymCrypt チームが Argon2id のサポートを検討するかどうかを尋ねています。まず SymCrypt の既存のアルゴリズム API とコントリビューションガイドを確認し、その後、実装を開始する前に、サポート対象プラットフォーム、API の形状、テスト要件、受け入れ基準を明確にしてください。

索引モデルが issue の本文から書いたものです。

説明

enhancement

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 はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/SymCrypt のほかの issue

microsoft/SymCrypt の issue をすべて見る

似ている issue

C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。