This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
python
/
DeOldify
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
167a745f6b
Ramuri
Etichete
master
DeOldify
/
set_password.py
set_password.py
89 B
Istoric
Crud
1
2
3
4
import sys
from IPython.lib import passwd
password = passwd(sys.argv[1])
print(password)