code wiki / pbkdf2
topic: pbkdf2
7 modules sharing the pbkdf2 name family (derived from the tree's prefix discipline).
| module | description | lines | funcs |
|---|---|---|---|
| nx_pbkdf2.nx | PBKDF2 password-based key derivation (RFC 8018). | 135 | 2 |
| nx_pbkdf2_extvec_gate.nx | validated against RFC7914-11, read from the pinned+corroborated RFC7914 document. | 303 | 13 |
| nx_pbkdf2_leak_probe.nx | BOUNDED VERIFICATION THAT THE PBKDF2 mmap LEAK IS ACTUALLY FIXED. | 116 | 4 |
| nx_pbkdf2_leak_probe_old.nx | CONTROL ARM. Identical probe, but bound to the UNMODIFIED family: pbkdf2_sha1.nx -> hmac_sha1.nx -> | 121 | 4 |
| nx_pbkdf2_sha1.nx | PBKDF2 key derivation with HMAC-SHA1. | 121 | 3 |
| pbkdf2.nx | PBKDF2 password-based key derivation (RFC 8018). | 117 | 2 |
| pbkdf2_sha1.nx | PBKDF2 key derivation with HMAC-SHA1. | 115 | 3 |