You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically we should be using random.SystemRandom for password generation, since it sources its entropy directly from the OS. Probably should increase length to >10 characters as well.
Technically we should be using random.SystemRandom for password generation, since it sources its entropy directly from the OS. Probably should increase length to >10 characters as well.
(This issue is totally pedantic.)