HPR3107: Generating comfortable passwords
🔒
https://hackerpublicradio.org
«Random Password Generation
First implementation: 14 character long with 6 letters and 8 digits
#!/usr/bin/env python3
# file: passgen-v1.py
import random
LETTERS = "abcdefghijklmnopqrstuvwxyz"
if __name__ == ...»
Automatische Weiterleitung...
1.5s