|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
🔑 Password prompting utilities with secure input and formatting More...
Go to the source code of this file.
Functions | |
| int | prompt_password (const char *prompt, char *password, size_t max_len) |
| int | prompt_password_simple (const char *prompt, char *password, size_t max_len) |
🔑 Password prompting utilities with secure input and formatting
Definition in file password.c.
| int prompt_password | ( | const char * | prompt, |
| char * | password, | ||
| size_t | max_len | ||
| ) |
Definition at line 15 of file password.c.
References log_lock_terminal(), log_unlock_terminal(), utf8_display_width(), and utf8_is_valid().
| int prompt_password_simple | ( | const char * | prompt, |
| char * | password, | ||
| size_t | max_len | ||
| ) |
Definition at line 70 of file password.c.
References utf8_is_valid().
Referenced by parse_ssh_private_key(), and read_password_from_stdin().