Skip to content

Commit eb3e76c

Browse files
committed
feat(crypto-registry): add Argon2 (RFC 9106)
Add Argon2 (RFC 9106) to the Cryptography Registry with a parameterized pattern aligned to RFC terminology. Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
1 parent 8c16b5c commit eb3e76c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,21 @@
13571357
}
13581358
]
13591359
},
1360+
{
1361+
"family": "Argon2",
1362+
"standard": [
1363+
{
1364+
"name": "RFC9106",
1365+
"url": "https://doi.org/10.17487/RFC9106"
1366+
}
1367+
],
1368+
"variant": [
1369+
{
1370+
"pattern": "Argon2(id|i|d)[-{memoryKiB}][-{passes}][-{parallelism}]",
1371+
"primitive": "hash"
1372+
}
1373+
]
1374+
},
13601375
{
13611376
"family": "PBKDF1",
13621377
"standard": [

0 commit comments

Comments
 (0)