mirror of
https://github.com/status-im/status-go.git
synced 2025-02-12 23:06:51 +00:00
By integrating `zxcvbn` module, it has been added a new endpoint to get password strength quality information like Entropy, CrackTime, CrackTimeDisplay, Score, MatchSequence and CalcTime. Added related dependences. Closes #4980