ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
password.h File Reference

Password prompting utilities with secure input and formatting. More...

Go to the source code of this file.

Macros

#define PASSWORD_MAX_LEN   260
 Buffer size for password input.
 

Functions

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.
 

Detailed Description

Password prompting utilities with secure input and formatting.

Definition in file password.h.