|
10Duke Enterprise C++ SDK
|
#include <PBKDF2.h>
Derives keys using PBKDF2.
Public Member Functions | |
| virtual std::unique_ptr<::tenduke::crypto::aes::AESSecretKey > | deriveAES256Key (const ::tenduke::utl::DataSpan &password, const ::tenduke::utl::DataSpan &salt, std::size_t iterationCount) const=0 |
| Generates an AES256 using PBKDF2 to derive the key from password and salt. | |
|
pure virtual |
Generates an AES256 using PBKDF2 to derive the key from password and salt.
| password | password |
| salt | salt |
| iterationCount | iteration count |