Use zxcvbn for password strength estimation

This commit is contained in:
moneromooo.monero
2016-12-16 00:11:37 +00:00
parent b882de8e1c
commit fbe19d23b7
4 changed files with 20 additions and 33 deletions

View File

@@ -114,6 +114,8 @@ public:
Q_INVOKABLE qint64 addi(qint64 x, qint64 y) const { return x + y; }
Q_INVOKABLE qint64 subi(qint64 x, qint64 y) const { return x - y; }
Q_INVOKABLE double getPasswordStrength(const QString &password) const;
signals:
void walletOpened(Wallet * wallet);