This Windows program allows you to transform text by encrypting or decrypting it. It's ideal for practicing texts in visual studio.
To build and run the program, you will need:
- Visual Studio
- .NET Framework
To build the program, open the solution file in Visual Studio and press the "Build" button. To run the program, press the "Start Debugging" button (or select "Debug" > "Start Debugging" from the menu).
- Type some text into the "Input" field.
- Click the "Transform" button to transform the text. The encrypted text will be displayed in the same "Input" field.
- To decrypt the text, click the "Turn it back" button. The decrypted text will be displayed in the same "Input" field too.
This program depends on the following libraries:
- System.Windows.Forms
- System.Text