In our programming evening course we learned about encryption and encoding. To make us understand how we can encrypt data, and decrypt it. We had to do an assignment where we developed a WPF application for it.
This WPF program is the result of our asignmenment.
- How to create an WPF application.
- How to encode, encrypt and decrypt and decode data on AES encryption
- How to use Base64 string to achieve encryption and decryption.
- How to convert images to Base64.
- Expand the functionality of this app and fix out the bugs.