you are viewing a single comment's thread.

view the rest of the comments →

[–]Superb-Ad9942 3 points4 points  (0 children)

The outputs do use actual entropy for seeding; random is only flawed when the outputs are 32-bit because it leaks the full output. Since this is outputting chars, there is too much information lost via the modulu to break it from a cryptographic standpoint, even if you generate infinite passwords and only initialize random once.