/hash_function

Primary LanguageC#MIT LicenseMIT

C# Hashing Program

This is a C# program that performs hashing on input data. The program can accept input in the form of text strings, hexadecimal strings, or binary data. Input can be entered directly or uploaded from a file.

The program supports the following hashing algorithms:

  • MD5
  • SHA-1
  • SHA-256
  • SHA-512

Contributors

- Trần Thái Tuấn Anh - 19521219
- Nguyễn Quang Huy - 19520600

Usage

To use the program, follow these steps:

  1. Enter or upload your input data.
  2. Select the desired hashing algorithm.
  3. Click the "Calculate" button to generate the hash of your input data.

License

This program is licensed under the MIT License.