Skip to content

kaloyantihomirov/SHA256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHA-256 Text Hasher

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:

  1. Read Message from File:

    • Read a message from a specified file.
  2. Hash Message using SHA-256:

    • Hash the read message using the SHA-256 algorithm.
  3. Save Hashed Message to File:

    • Save the hashed message to a specified file.
  4. Verify Hashed Message:

    • Determine whether a given hash matches the hash of the previously read message.

Additional Resources

Learn more about the SHA-256 algorithm:

Feel free to explore additional sources for a deeper understanding of the SHA-256 algorithm.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published