eterevsky / passwordgen

Chrome extension that generates passwords based on a master password and current domain.
MIT License
25 stars 8 forks source link

High percentage of passwords start with 'A' #9

Open daemonblade opened 10 years ago

daemonblade commented 10 years ago

This seems a bit off to me.

Out of the 25 passwords that I have, 16 (ie 64%) of them start with 'A'. Is this to be expected? I somehow expected a more even distribution of characters.

eterevsky commented 10 years ago

Yep, I'm investigating. Seems like an issue of conversion from hash to string.

pedrosimao commented 4 years ago

Has the issue been solved. It's been 5 years + since it was open. Is there a real issue with the algo generating the passwords? Does it create security exploits?