Cryptopp: Argon2 support

Created on 18 Apr 2017  路  1Comment  路  Source: weidai11/cryptopp

Thanks for your hard work on this library!

Argon2 winning the PHC made it a great choice for a memory hard KDF. BLAKE2 is already implemented here so I think it would be a bit less work than a fresh implementation.

I've found some useful writeups here although there doesn't seem to be any work in the past couple months.

Enhancement

Most helpful comment

@chittti,

We recently made the necessary changes to support the newer KDFs, like Scrypt and Argon2. Also see PR 611, Add KeyDerivationFunction interface.

We cut-in Scrypt and Argon2 is next. Also see PR 626, Add scrypt key derivation function.

>All comments

@chittti,

We recently made the necessary changes to support the newer KDFs, like Scrypt and Argon2. Also see PR 611, Add KeyDerivationFunction interface.

We cut-in Scrypt and Argon2 is next. Also see PR 626, Add scrypt key derivation function.

Was this page helpful?
0 / 5 - 0 ratings