Updated README.md
This commit is contained in:
parent
46060ff451
commit
220b17a328
|
@ -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}");
|
||||
|
|
Loading…
Reference in New Issue