diff --git a/LinuxPBA/GetPassPhrase.h b/LinuxPBA/GetPassPhrase.h index 2cbc0bc..bd92211 100644 --- a/LinuxPBA/GetPassPhrase.h +++ b/LinuxPBA/GetPassPhrase.h @@ -19,4 +19,4 @@ along with sedutil. If not, see . * C:E********************************************************************** */ #pragma once #include "SecureContainer.h" -std::shared_ptr GetPassPhrase(const char *prompt, bool show_asterisk=true); +std::shared_ptr GetPassPhrase(const char *prompt, bool show_asterisk=false);