From 15c3841a44aec4f3de1d362e34fc1f5162d2c039 Mon Sep 17 00:00:00 2001 From: Benjamin McGregor <66170744+Patterbear@users.noreply.github.com> Date: Fri, 10 May 2024 18:02:48 +0100 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4823a28..c77c57a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TedEncrypt File Encryption Tool -A GUI-based file encryption tool written in C# that makes use of the .NET framework. Files in the current directory are encrypted bytewise according to an unconditionally secure cipher with a generated key, rendering them completely unintelligible. They can only be decrypted if the key is placed into the current directory. +A GUI-based file encryption tool written in C# that makes use of the .NET framework. Files in the current directory are encrypted bytewise according to an unconditionally secure stream cipher with a generated key, rendering them completely unintelligible. They can only be decrypted if the key is placed into the current directory. ## Download and Use (Standalone .exe file)