Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpassworddigestor.h File Reference

(02ebb11a823d021b0c958907acb88bb19a49ea7c)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/QByteArray>
#include <QtCore/QCryptographicHash>
Include dependency graph for qpassworddigestor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QPasswordDigestor
 \inmodule QtNetwork

Functions

Q_NETWORK_EXPORT QByteArray QPasswordDigestor::deriveKeyPbkdf1 (QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)
Q_NETWORK_EXPORT QByteArray QPasswordDigestor::deriveKeyPbkdf2 (QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)