This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
python
/
DeOldify
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f15894fcdb
Branches
Tags
master
DeOldify
/
set_password.py
set_password.py
89 B
Historique
Raw
1
2
3
4
import sys
from IPython.lib import passwd
password = passwd(sys.argv[1])
print(password)