[Cryptography] Key stretching

John Kelsey crypto.jmk at gmail.com
Fri Oct 11 15:28:39 EDT 2013


This is a job for a key derivation function or a cryptographic prng.  I would use CTR-DRBG from 800-90 with AES256.  Or the extract-then-expand KDF based on HMAC-SHA512.

--John


More information about the cryptography mailing list