Implemented way to create a new password and send it to the server.

This commit is contained in:
Afonso Clerigo Mendes de Sousa 2025-02-27 12:12:06 +00:00
parent 74e47ea1bf
commit b28be36e42
3 changed files with 1 additions and 1 deletions

BIN
KeyMaster

Binary file not shown.

Binary file not shown.

View File

@ -166,7 +166,7 @@ int main(void)
// Menu loop // Menu loop
while (1) while (1)
{ {
printf("List of existing passwords:\n<------->\n"); printf("\nList of existing passwords:\n<------->\n");
// Send a request with type 0 (REQUEST) // Send a request with type 0 (REQUEST)
Request req; Request req;