Encryption and decryption using symmetric-key substitution and transposition algorithms implemented as C# Windows Form application.
Code is in "AlgoritmiZastita" folder (files: Form1.cs, Form2.cs). The view of the GUI is given as images and it is in "Examples" folder.
The differences compared to the last project are:
- This is C# Windows Form application
- Transposition algorithms have been added (Rail Fence algorithm and Row Transposition algorithm)
- Combinations of algorithms are possible (multi-encryption and multi-decryption)