diff --git a/KeyMaster b/KeyMaster index 409f144..6c6bf74 100755 Binary files a/KeyMaster and b/KeyMaster differ diff --git a/bin/KeyMaster b/bin/KeyMaster index 409f144..6c6bf74 100755 Binary files a/bin/KeyMaster and b/bin/KeyMaster differ diff --git a/src/main.c b/src/main.c index 4b00402..5716603 100644 --- a/src/main.c +++ b/src/main.c @@ -182,7 +182,10 @@ int main(void) { 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"); choice = prompNormalRequest(">> "); if (strcmp(choice, "exit") == 0 || strcmp(choice, "quit") == 0 || strcmp(choice, "q") == 0)