Skip to content

Latest commit

 

History

History
92 lines (60 loc) · 3.13 KB

README.md

File metadata and controls

92 lines (60 loc) · 3.13 KB

OpenHashTab

About

OpenHashTab is a shell extension for conveniently calculating and checking file hashes from file properties.

Features

  • Support for 14 different selectable algorithms, see Algorithms
  • md5sum / sha1sum / sha256sum / etc.. compatibility for checking and exporting hashes
  • Easy to use checker and single-click sumfile export to clipboard or file
  • Select then
  • High performance hash calculation
  • Native Windows looks
  • Long path support*
  • Multilingual: English, German, Italian, Hungarian, Simplified Chinese, Spanish, Danish

* On Windows 8 or later, to the extent Windows supports it.

Usage

Most of the actions should be obvious. The hash list supports the following actions:

  • Double click hash to copy it
  • Double click name or algorithm to copy the line in sumfile format
  • Select (possibly multiple) then right click to copy all columns separated by tabs
  • The counters next to the status text is in the format (match/mismatch/nothing to check against/error)

Algorithms

  • CRC32
  • MD2, MD4, MD5
  • RipeMD160
  • Blake2sp
  • SHA-1
  • SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512)
  • SHA-3 (SHA3-256, SHA3-384, SHA3-512)

Download

Latest release

Screenshot

Screenshot Algorithms

Donations

This software is provided completely free of charge to you, however I spent time and effort developing it. If you like this software, please consider making a donation:

  • Bitcoin: 1N6UzYgzn3sLV33hB2iS3FvYLzD1G4CuS2
  • Monero: 83sJ6GoeKf1U47vD9Tk6y2MEKJKxPJkECG3Ms7yzVGeiBYg2uYhBAUAZKNDH8VnAPGhwhZeqBnofDPgw9PiVtTgk95k53Rd

Building

Requirements

Compiling

  1. Open OpenHashTab.sln and click Build Solution on x64/Release and Win32/Release settings
  2. Use Inno Setup Compiler to compile installer.iss to get the installer

Translation

Look into OpenHashTab/OpenHashTab.rc, figuring out what to translate should be trivial. If you have enough development knowledge send a PR, otherwise post an Issue. Thanks for making OpenHashTab better.

Translation contributors

xprism (Simplified Chinese), Niccolò Zanichelli (Italian), @vmcall (Danish)

License

All files are licensed under the following license, unless explicitly stated otherwise in the file:

Copyright 2019 namazso <[email protected]>
OpenHashTab - File hashing shell extension

OpenHashTab is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

OpenHashTab is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with OpenHashTab.  If not, see <https://www.gnu.org/licenses/>.