libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.54k stars 454 forks source link

Wishlist: Add Key Stretching Algorithms #479

Open ghost opened 5 years ago

ghost commented 5 years ago
sjaeckel commented 5 years ago

PBKDF2 is available, but it's called pkcs5

DonaldTsang commented 5 years ago

What about other key stretching algorithms in the PHC? See https://github.com/bsdphk/PHC

Special recognition