This console application is designed to implement text hashing using the SHA-256 algorithm, which is part of the Secure Hash Algorithm 2 (SHA-2). The application provides the following functionalities:
-
Read Message from File:
- Read a message from a specified file.
-
Hash Message using SHA-256:
- Hash the read message using the SHA-256 algorithm.
-
Save Hashed Message to File:
- Save the hashed message to a specified file.
-
Verify Hashed Message:
- Determine whether a given hash matches the hash of the previously read message.
Learn more about the SHA-256 algorithm:
Feel free to explore additional sources for a deeper understanding of the SHA-256 algorithm.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.
This project is licensed under the MIT License.