User can now see retrieved passwords.
This commit is contained in:
parent
142c958fed
commit
a183733cb0
BIN
bin/KeyMaster
BIN
bin/KeyMaster
Binary file not shown.
@ -182,7 +182,10 @@ int main(void)
|
|||||||
{
|
{
|
||||||
printf("No existing passwords, use \"addpass\" command to add a password to the list.\n");
|
printf("No existing passwords, use \"addpass\" command to add a password to the list.\n");
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
printf("Level: %d\tKey: %s\n", req.level, req.key);
|
||||||
|
}
|
||||||
printf("<------->\n\n");
|
printf("<------->\n\n");
|
||||||
choice = prompNormalRequest(">> ");
|
choice = prompNormalRequest(">> ");
|
||||||
if (strcmp(choice, "exit") == 0 || strcmp(choice, "quit") == 0 || strcmp(choice, "q") == 0)
|
if (strcmp(choice, "exit") == 0 || strcmp(choice, "quit") == 0 || strcmp(choice, "q") == 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user