#include <QtCrypto>
Public Member Functions | |
PBKDF2 (const QString &algorithm="sha1", const QString &provider=QString()) |
This class implements Password Based Key Derivation Function version 2, as specified in RFC2898, and also in PKCS#5.
QCA::PBKDF2::PBKDF2 | ( | const QString & | algorithm = "sha1" , |
|
const QString & | provider = QString() | |||
) | [inline, explicit] |
Standard constructor.
algorithm | the name of the hashing algorithm to use | |
provider | the name of the provider to use, if available |