Skip to content

Releases: cwansart/sha256sum.exe

v2.0.1

15 Oct 07:35
Compare
Choose a tag to compare

I rewrote the unit tests using Microsoft's unit testing framework and compiled the binary using the platform toolset v143 (Visual Studio 2022) and v140 (Visual Studio 2015)

v2.0.0

02 Oct 09:49
Compare
Choose a tag to compare
  • add parameters for verification, verbosity and such
  • changed output to output "hash *file"
  • add SHA256SUMS verification via -c FILE
  • add visual studio solution
  • changed argument parsing
  • add exit codes for every success and failure
  • rewrote documentation
  • add version

v1

24 Sep 11:18
Compare
Choose a tag to compare
v1

sha256sum.exe is a lightweight Windows utility with minimal external dependencies, requiring only bcrypt.dll and kernel32.dll - both of which are native to the Windows operating system. With its compact size of just 122 KB, this tool is ideal for use in Dockerfiles to verify the integrity of packages.

It comes as statically and dynamically compiled exe. Since the latter one runs on nanoserver, it should probably more than enough.