Skip to content

maz0uzi/textTransformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

textTransformer

This Windows program allows you to transform text by encrypting or decrypting it. It's ideal for practicing texts in visual studio.

Building and running the program

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).

Using the program

  1. Type some text into the "Input" field.
  2. Click the "Transform" button to transform the text. The encrypted text will be displayed in the same "Input" field.
  3. To decrypt the text, click the "Turn it back" button. The decrypted text will be displayed in the same "Input" field too.

Dependencies

This program depends on the following libraries:

  • System.Windows.Forms
  • System.Text

About

A simple way to encrypt your text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published