mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Apply PBKDF2 to GUI lock
This commit is contained in:
parent
05d6a29416
commit
2c8890bd06
4 changed files with 40 additions and 57 deletions
|
@ -229,9 +229,8 @@ public:
|
|||
void setDynDNSPassword(const QString &password);
|
||||
|
||||
// Advanced settings
|
||||
void setUILockPassword(const QString &clearPassword);
|
||||
void clearUILockPassword();
|
||||
QString getUILockPasswordMD5() const;
|
||||
QByteArray getUILockPassword() const;
|
||||
void setUILockPassword(const QByteArray &password);
|
||||
bool isUILocked() const;
|
||||
void setUILocked(bool locked);
|
||||
bool isAutoRunEnabled() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue