libtomcrypt icon indicating copy to clipboard operation
libtomcrypt copied to clipboard

Wishlist: Add Key Stretching Algorithms

Open ghost opened this issue 6 years ago • 2 comments
trafficstars

  • [x] PBKDF2 (as pkcs5)
  • [ ] Bcrypt
  • [ ] Scrypt
  • [ ] Argon2

ghost avatar Mar 12 '19 16:03 ghost

PBKDF2 is available, but it's called pkcs5

sjaeckel avatar Mar 12 '19 16:03 sjaeckel

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

Special recognition

  • [ ] Catena
  • [ ] Lyra2
  • [ ] Makwa
  • [ ] YesCrypt

Finalist

  • [ ] Battcrypt
  • [ ] Parallel
  • [ ] POMELO
  • [ ] Pufferfish

DonaldTsang avatar Mar 30 '19 07:03 DonaldTsang