Apply PBKDF2 to GUI lock

This commit is contained in:
Chocobo1 2018-11-21 21:40:31 +08:00
parent 05d6a29416
commit 2c8890bd06
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 40 additions and 57 deletions

View file

@ -109,7 +109,7 @@ private slots:
void fullDiskError(BitTorrent::TorrentHandle *const torrent, QString msg) const;
void handleDownloadFromUrlFailure(QString, QString) const;
void tabChanged(int newTab);
void defineUILockPassword();
bool defineUILockPassword();
void clearUILockPassword();
bool unlockUI();
void notifyOfUpdate(QString);