30#define PASSWORD_MAX_LEN 260
int prompt_password(const char *prompt, char *password, size_t max_len)
Prompt the user for a password with secure input.
int prompt_password_simple(const char *prompt, char *password, size_t max_len)
Prompt the user for a password with simple formatting.