/SymmetricEncryptionPerfomance-NET-WinForms-SSTU

A program for comparison of the performance of symmetric encryption algorithms in the form of a diagram: DES, 3DES, Rijndael, RC2.

Primary LanguageC#Apache License 2.0Apache-2.0

SymmetricEncryptionPerfomance-NET-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