From e78e0fa599aed327552dc2101afce25e77ad2956 Mon Sep 17 00:00:00 2001 From: Daniil Rud Date: Sun, 16 Jul 2023 05:26:59 +0400 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a4ec590 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# SymmetricEncryptionAlgorithms-WinForms-SSTU +A program for comparing the performance of symmetric encryption algorithms implemented in the .NET Security Framework. + +The program allows testing the encryption of a file or text. The program measures the time taken for encryption and decryption operations and provides a comparative analysis of the algorithms in the form of a chart. The following encryption algorithms are supported: DES, 3DES, Rijndael, and RC2. The supported modes of operation include ECB, CBC, CFB, OFB, and STS. + +![image](https://github.com/ruddanil/SymmetricEncryptionAlgorithms-WinForms-SSTU/assets/25799951/1bce5033-0fbf-4c82-9eb8-74b9ab83ce84)