python obtenir le mot de passe caché
from getpass import getpass
password = getpass()
68Duck
from getpass import getpass
password = getpass()