Ecryptify

About

Ecryptify is a cryptography application that encrypts and decrypts a sequence of characters. The application uses four different encryption algorithms to transform a sequence of characters into unreadable text. The encrypted message can then be decrypted using the same application.

I have developed three encryption and decryption algorithms used in the application, in order to learn more about cryptography. The application was created with the .NET Framework using the Windows Forms App project.