Commit b6698d2
authored
feat(registry): add scrypt (RFC7914) to Cryptography Registry (CycloneDX#784)
Adds `scrypt` (RFC7914) to the Cryptography Registry
(`schema/cryptography-defs.json`).
Rationale:
- RFC7914 specifies scrypt and it is commonly used for password hashing.
- This classifies `scrypt` under `primitive: "hash"` to remain
consistent with the existing registry taxonomy (e.g., `bcrypt`).
Closes CycloneDX#7832 files changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
1529 | 1544 | | |
1530 | 1545 | | |
1531 | 1546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
| 309 | + | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
0 commit comments