getPassword

Reads password from the user with echo

string
getPassword
@trusted
(
string prompt = "Password: "
,
int maxLength = 0
,
dchar mask = '•'
)

Parameters

mask
Type: dchar

Typed character mask

Return Value

Type: string

Password

Meta