Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpassworddigestor.h
Go to the documentation of this file.
1// Copyright (C) 2018 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QPASSWORDDIGESTOR_H
5#define QPASSWORDDIGESTOR_H
6
7#if 0
8#pragma qt_class(QPasswordDigestor)
9#endif
10
11#include <QtNetwork/qtnetworkglobal.h>
12#include <QtCore/QByteArray>
13#include <QtCore/QCryptographicHash>
14
16
17namespace QPasswordDigestor {
19 const QByteArray &password, const QByteArray &salt,
20 int iterations, quint64 dkLen);
22 const QByteArray &password, const QByteArray &salt,
23 int iterations, quint64 dkLen);
24} // namespace QPasswordDigestor
25
27
28#endif // QPASSWORDDIGESTOR_H
\inmodule QtCore
Definition qbytearray.h:57
\inmodule QtNetwork
Q_NETWORK_EXPORT QByteArray deriveKeyPbkdf1(QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)
Q_NETWORK_EXPORT QByteArray deriveKeyPbkdf2(QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)
Combined button and popup list for selecting options.
unsigned long long quint64
Definition qtypes.h:61