mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Apply PBKDF2 when storing passwords
This commit is contained in:
parent
8a6cac8338
commit
05d6a29416
14 changed files with 208 additions and 70 deletions
|
@ -193,8 +193,8 @@ public:
|
|||
void setWebUiAuthSubnetWhitelist(QStringList subnets);
|
||||
QString getWebUiUsername() const;
|
||||
void setWebUiUsername(const QString &username);
|
||||
QString getWebUiPassword() const;
|
||||
void setWebUiPassword(const QString &newPassword);
|
||||
QByteArray getWebUIPassword() const;
|
||||
void setWebUIPassword(const QByteArray &password);
|
||||
|
||||
// WebUI security
|
||||
bool isWebUiClickjackingProtectionEnabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue