Skip to content

CLI tool for quickly hashing files with SHA256 and base-64 encoding.

License

Notifications You must be signed in to change notification settings

patrickpissurno/QuickSharpHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSharpHash

CLI tool for quickly hashing files with SHA256 and base-64 encoding.

Requires a modern version of the .NET Framework runtime.

Usage examples:

hash.exe somefile1.wav

hash.exe somefile1.exe somefile2.dll somefile3.txt somefile4.mp4 [...]

You can also drag and drop files into the executable to quickly hash them.

screenshot

It will then output hashes to stdout.

Motivation

I needed a quick bloat-free tool to (batch) generate those hashes as quickly as possible and didn't want to spend much time looking for a pre-existing one.

Downloads

I'm providing a precompiled version for download in the Releases tab.

License

MIT