From 220b17a32818f7981bc51d4b84110419e769ed39 Mon Sep 17 00:00:00 2001 From: EonaCat Date: Sat, 5 Jul 2025 22:11:30 +0200 Subject: [PATCH] Updated README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9e1ba9b..a58df2d 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,8 @@ End of test string. if (!File.Exists(inputFilePath)) { inputFilePath = "EonaCat.Crypto.SampleFile.txt"; + encryptedFilePath = "EonaCat.Crypto.SampleFile.dat"; + decryptedFilePath = "EonaCat.Crypto.SampleFile_decrypted.txt"; // Create a sample file if it doesn't exist File.WriteAllText(inputFilePath, longLoremIpsum); Console.WriteLine($"Sample file created: {inputFilePath}");