Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 482687cb68 |
2
otp.c
2
otp.c
@@ -1730,7 +1730,7 @@ int decrypt_text_silent(const char* pad_identifier, const char* encrypted_messag
|
|||||||
plaintext[ciphertext_len] = '\0';
|
plaintext[ciphertext_len] = '\0';
|
||||||
|
|
||||||
// Output only the decrypted text - no extra messages
|
// Output only the decrypted text - no extra messages
|
||||||
printf("%s\n", plaintext);
|
printf("%s", plaintext);
|
||||||
|
|
||||||
// Cleanup
|
// Cleanup
|
||||||
free(ciphertext);
|
free(ciphertext);
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
Testing updated files directory functionality
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Testing files directory functionality
|
|
||||||
BIN
test_new.txt.otp
BIN
test_new.txt.otp
Binary file not shown.
Reference in New Issue
Block a user