Updated README.md

This commit is contained in:
EonaCat 2025-07-05 22:11:30 +02:00
parent 46060ff451
commit 220b17a328
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ End of test string.
if (!File.Exists(inputFilePath)) if (!File.Exists(inputFilePath))
{ {
inputFilePath = "EonaCat.Crypto.SampleFile.txt"; 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 // Create a sample file if it doesn't exist
File.WriteAllText(inputFilePath, longLoremIpsum); File.WriteAllText(inputFilePath, longLoremIpsum);
Console.WriteLine($"Sample file created: {inputFilePath}"); Console.WriteLine($"Sample file created: {inputFilePath}");