3.238.107.238 |    

Navigation

Google Advertisement

Mit Hilfe der Terminalsteuerung Über das Kommando stty kannst Du eine Passwort Eingabe verstecken.

password
  1. #!/bin/bash
  2.  
  3. echo -n "Passwort: "
  4. stty -echo
  5. read password
  6. stty echo
  7.  
  8. echo -e "\nIhr Passwort ist $password"
Parsed in 0.001 seconds at 82.39 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 3 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)