High quality, simple random password generator

前端 未结 27 2467
渐次进展
渐次进展 2020-12-22 17:06

I\'m interested in creating a very simple, high (cryptographic) quality random password generator. Is there a better way to do this?

import os, random, strin         


        
27条回答
  •  [愿得一人]
    2020-12-22 17:09

    Yes, no amatuer hacker is going to be cracking that password. Now, after this I recommend continuing on your random password generator project and make a UI or GUI interface either with Tkinter or Flask so others can use it. For example, I found this nice little project just by searching, 'password generator python UI'. https://passwordgenerator.pythonanywhere.com/

    Maybe you'd like to make something similar to above? Its a good skill to know how to implement python into web development.

    Good luck.

    Peace out

提交回复
热议问题