Skip to content

Commit

Permalink
bump numbers to 2.0, edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
namazso committed Feb 8, 2020
1 parent 4c7f5a4 commit ad9de71
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
Binary file modified OpenHashTab/OpenHashTab.rc
Binary file not shown.
2 changes: 2 additions & 0 deletions OpenHashTab/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "dllmain.h"
#include "Queues.h"

#pragma comment(linker,"\"/manifestdependency:type='win32' name='Microsoft.Windows.Common-Controls' version = '6.0.0.0' processorArchitecture = '*' publicKeyToken = '6595b64144ccf1df' language = '*'\"")

COpenHashTabModule _AtlModule;

// DLL Entry Point
Expand Down
28 changes: 24 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,43 @@ OpenHashTab is a shell extension for conveniently calculating and checking file

## Features

* MD5, SHA1, SHA-256 and SHA-512 support
* md5sum / sha1sum / sha256sum / sha512sum compatibility for checking and exporting hashes
* Easy to use checker and single-click export to clipboard or file
* 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](https://github.com/namazso/OpenHashTab/releases/latest/download/OpenHashTab_setup.exe)

## Screenshot

![Screenshot](resources/screenshot.png)
![Screenshot](resources/screenshot.png) ![Algorithms](resources/algorithms.png)

## Donations

Expand Down
2 changes: 1 addition & 1 deletion installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OpenHashTab"
#define MyAppVersion "1.3.1"
#define MyAppVersion "2.0.0"
#define MyAppPublisher "namazso"
#define MyAppURL "https://github.com/namazso/OpenHashTab"
#define DLLName "OpenHashTab.dll"
Expand Down
Binary file added resources/algorithms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad9de71

Please sign in to comment.