Am 02.05.2015 um 12:17 schrieb Ilya Bizyaev: > Hello everyone! > I need to derive a byte key from user-provided text password. I have > found this class: PasswordBasedKeyDerivationFunction > <http://www.cryptopp.com/docs/ref/class_password_based_key_derivation_function.html>, > but it is abstract. Which of three classes, derived from it, should I > better use (PKCS12_PBKDF, PKCS5_PBKDF1 or PKCS5_PBKDF2_HMAC)? Hey Ilya,
Don't use PKCS5_PBKDF1, because it's the predecessor of PKCS5_PBKDF2_HMAC. If I need to use PBKDFs from Crypto++ I always go with PKCS5_PBKDF2_HMAC, but in the long run the library really needs scrypt or the PHC winner... BR JPM > -- > -- > You received this message because you are subscribed to the "Crypto++ > Users" Google Group. > To unsubscribe, send an email to > [email protected]. > More information about Crypto++ and this group is available at > http://www.cryptopp.com. > --- > You received this message because you are subscribed to the Google > Groups "Crypto++ Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME Cryptographic Signature
