diff --git a/jvpn.pl b/jvpn.pl index 947ebc4..7d46fd9 100755 --- a/jvpn.pl +++ b/jvpn.pl @@ -182,7 +182,7 @@ print $1; print "\n"; print "Enter challenge response: "; - $password=read_password(); + $password=read_input("password"); print "\n"; } # if password was specified in plaintext we should not use it @@ -191,7 +191,7 @@ print "To continue, wait for the token code to change and ". "then enter the new pin and code.\n"; print "Enter PIN+password: "; - $password=read_password(); + $password=read_input("password"); print "\n"; } elsif ($cfgpass =~ /^helper:(.+)/) {