Advertisement
6g7r

password

Apr 5th, 2021
1,247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. import secrets
  2. import time
  3. from time import sleep
  4. print("""
  5.  
  6.  
  7. /$$$$$$ /$$$$$$$$
  8. /$$__ $$ |_____ $$/
  9. | $$ \__/ /$$$$$$ /$$//$$$$$$
  10. | $$$$$$$ /$$__ $$ /$$//$$__ $$
  11. | $$__ $$| $$ \ $$ /$$/| $$ \__/
  12. | $$ \ $$| $$ | $$ /$$/ | $$
  13. | $$$$$$/| $$$$$$$ /$$/ | $$
  14. \______/ \____ $$|__/ |__/
  15. /$$ \ $$
  16. | $$$$$$/
  17. \______/
  18.  
  19.  
  20.  
  21.  
  22. """)
  23. pas = int(input('0/?'))
  24. while True:
  25. sleep(0.1)
  26. p = secrets.token_urlsafe(pas)
  27. open('password.txt','w').write(f'{p}\n')
  28. print(p)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement