ramkrishna's avatar

Need help on strong password generation in Python and should not be predictable

hey folks,

I am working on a Python flask website where i am trying to suggest a strong password for the user and came across this article. Can you guys help me out in this?

It should be strong and unpredictable

0 likes
2 replies
dome's avatar

Which article are you refering to? Moreover, any random character generation of size N will do it. https://stackoverflow.com/a/39596292/10434683 for example is a solid way of doing it. Considering this answer you might also include special characters.

1 like

Please or to participate in this conversation.