Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddanil committed Jul 16, 2023
1 parent f20890f commit e78e0fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit e78e0fa

Please sign in to comment.