bsimic0001 / AegisWallet

Aegis. The Secure Bitcoin Wallet
13 stars 10 forks source link

Add input validation for user password encryption #6

Closed bsimic0001 closed 10 years ago

bsimic0001 commented 10 years ago

Make sure that the user's password they provide is at least 8 characters and contains at least one digit.

The password prompt field should have error messaging that tells the user the password is weak if they enter a password that does not match our requirements.

This should be in a Util function somewhere that we can use throughout.

bsimic0001 commented 10 years ago

Need to add a textview on the password prompt layout that gets updated with information about the password strength. Perhaps a password strength meter?

aegiswallet commented 10 years ago

also special symbols (:

On Sat, May 3, 2014 at 7:50 PM, Bojan Simic notifications@github.comwrote:

  • 8 Character minimum length
  • Upper case letters
  • Lower case letters
  • Numbers

— Reply to this email directly or view it on GitHubhttps://github.com/bsimic0001/AegisWallet/issues/6#issuecomment-42109941 .

Best, Shiran Kleiderman +972 (0)505454123 Skype: shirank1

bsimic0001 commented 10 years ago

Done.