Skip to content

Strappazzon/PD2-SuperBLT-Hasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

69 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



SuperBLT Hasher

Generate hashes for PAYDAY 2 mods.

HTML Version GitHub All Releases Latest Release

About β€’ Usage β€’ Screenshot β€’ Download β€’ Contributing β€’ License

About

SuperBLT Hasher is a Visual Basic .Net/C# implementation of the SuperBLT Hashing Library. Hashing of single files and folders is supported.

Usage

GUI

  1. Launch SuperBLT Hasher.exe.
  2. Drag and drop a folder or file inside the dark area where it says "Drag a folder or file here".
  3. Copy the hash to clipboard.

Command Line

Simply pass the file or folder path to superblthasher-cli.exe.

Example

> superblthasher-cli "D:\Path\To Mod\Folder"

Screenshot

SuperBLT Hasher GUI Screenshot

Download

You can download the latest version of SuperBLT Hasher from the Releases page.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see:

License

Copyright (c) 2020 - 2021 Alberto Strappazzon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.