pallad icon indicating copy to clipboard operation
pallad copied to clipboard

Add a simple password strength label

Open mrcnk opened this issue 6 months ago • 2 comments

Acceptance Criteria:

  • [ ] The initial screen of both Create Wallet and Restore Wallet has a password strength indicator.
  • [ ] It uses zxcvbn or similar library to determine the strength of a password.
  • [ ] There should be 3 states of password strength:
    • weak - "Your password is terrible" (#EB6F92 - red)
    • average - Your password could be better" (#F2BEBC - peach)
    • good - "Your password is safe" (#A3DBE4 - mint)

Design

image

mrcnk avatar Aug 20 '24 18:08 mrcnk