/EncodingDecoding

A software that will take information about devices and encode and decode the message for different purpose

Primary LanguageC#

SimpleDataTool

SimpleDataTool is a command-line utility that offers basic functionalities for encoding, decoding, and encrypting data, as well as handling sensitive messages with encryption.

Features

  • Data Encoding and Decoding: Convert data between different formats seamlessly.

Getting Started

  1. Clone the Repository: Clone this repository to your local machine or download the ZIP archive and extract it.

  2. Requirements: Ensure you have .NET Core SDK installed on your system.

  3. Setup: Open a terminal and navigate to the SimpleDataTool project directory.

  4. Build the Project: Run the following command to build the project:

 dotnet build
  1. Run the Application: Execute the following command to start the SimpleDataTool, enter the EncriptDecript to run the following command:
 dotnet run
  • If you prefer you can use an IDE of your choice
  1. Usage: Upon running the application, follow the prompts to perform different operations:
  • To see an encoded message, type 1.
  • To see a decoded message, type 2.
  • To encrypt data, type 3.

Example Usage

  1. To view an encoded message:

  2. To view a decoded message:

  3. To encrypt sensitive data: