Joutsen v0.5.0+12-g5dd5f7e
Static Public Member Functions | List of all members
Joutsen.SecureConsole Class Reference

Methods to read passwords from the console. More...

Static Public Member Functions

static String MaskedReadLine (char maskChar=' *')
 Reads user input from the console masking what was typed. More...
 

Detailed Description

Methods to read passwords from the console.

Since
0.4.0

Member Function Documentation

◆ MaskedReadLine()

static String Joutsen.SecureConsole.MaskedReadLine ( char  maskChar = '*')
static

Reads user input from the console masking what was typed.

Parameters
maskCharthe character being displayed instead of the actual input
Returns
the input as a string