Electroneum
Functions
anonymous_namespace{password.cpp} Namespace Reference

Functions

bool is_cin_tty () noexcept
 
int getch (bool hide_input) noexcept
 
bool read_from_tty (epee::wipeable_string &aPass, bool hide_input)
 
bool read_from_tty (const bool verify, const char *message, bool hide_input, epee::wipeable_string &pass1, epee::wipeable_string &pass2)
 
bool read_from_file (epee::wipeable_string &pass)
 

Function Documentation

◆ getch()

int anonymous_namespace{password.cpp}::getch ( bool  hide_input)
noexcept

◆ is_cin_tty()

bool anonymous_namespace{password.cpp}::is_cin_tty ( )
noexcept

◆ read_from_file()

bool anonymous_namespace{password.cpp}::read_from_file ( epee::wipeable_string &  pass)

◆ read_from_tty() [1/2]

bool anonymous_namespace{password.cpp}::read_from_tty ( const bool  verify,
const char *  message,
bool  hide_input,
epee::wipeable_string &  pass1,
epee::wipeable_string &  pass2 
)

◆ read_from_tty() [2/2]

bool anonymous_namespace{password.cpp}::read_from_tty ( epee::wipeable_string &  aPass,
bool  hide_input 
)