Skip to content

Instantly share code, notes, and snippets.

@nphilou
Created November 18, 2017 21:29
Show Gist options
  • Select an option

  • Save nphilou/785c87ba53b20f83c78538a84490d3ad to your computer and use it in GitHub Desktop.

Select an option

Save nphilou/785c87ba53b20f83c78538a84490d3ad to your computer and use it in GitHub Desktop.
Console console = System.console();
String enteredPassword = new String(console.readPassword("Veuillez entrer votre mot de passe: "));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment