PhilippC / keepass2android

Password manager app for Android
https://play.google.com/store/apps/details?id=keepass2android.keepass2android
GNU General Public License v3.0
4.86k stars 393 forks source link

[BUG] High password length during generation crashes android app #2697

Open GenericStudent opened 1 month ago

GenericStudent commented 1 month ago

Hello,

Dont ask why but I wanted to generate a 1025 character password. I typo-ed this and added an extra 5 on the end. This 10kb password generation consistently crashes the android app. Worse still, the app remembers the desired password length and crashes the next time I want to open the dialog 😂

Please add a sensible limit to the passowrd length, or at least handle the exception / timeout more gracefully and give user feedback, and dont remember the length if this happens.

I'm currently locked out of generating a new password, hoping an app data cleans will fix it.

Thanks for a perfect app otherwise.