implemented noOutput flag
This commit is contained in:
parent
b6819fbebd
commit
265d3c134a
@ -58,7 +58,7 @@ encryptText(char *text, char *keyNew)
|
||||
key[i] = (char) numberBuffer;
|
||||
}
|
||||
|
||||
printf("Your key is: %s\n!!! SAVE IT SOMEWHERE !!!\n\n", key);
|
||||
if (!noOutput) printf("Your key is: %s\n!!! SAVE IT SOMEWHERE !!!\n\n", key);
|
||||
|
||||
skipKey:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user