beemdevelopment / Aegis

A free, secure and open source app for Android to manage your 2-step verification tokens.
https://getaegis.app
GNU General Public License v3.0
8.93k stars 375 forks source link

Stop analyzing password strength if it becomes longer than 64 chars #1336

Closed alexbakker closed 6 months ago

alexbakker commented 6 months ago

This should help reduce the chance that zxcvbn4j explodes on a password input.

I also took the opportunity to deduplicate related code a bit.