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}");