Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Patterbear authored May 10, 2024
1 parent 6f4aee5 commit 15c3841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 15c3841

Please sign in to comment.