Updated README.md
This commit is contained in:
@@ -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}");
|
||||
|
Reference in New Issue
Block a user