Giter VIP home page Giter VIP logo

hashapp's Introduction

HashApp

An utitlity written in python that can check and verify hash of a file

Installation Instructions

drawing Windows

  • Download the ZIP file for Windows from Releases.
  • Extract the ZIP file.
  • Copy hashapp.exe to your desired location.
  • Add the hashapp.exe location to your PATH environment variable. If you don't know how do that, check this link.

drawing Linux

Coming Soon

Usage

Getting hash of a file

hashapp get-hash --file filename/or/path/to/your/file --hash_func sha256

It will print out the hash of the file.

NOTE: You can use -f instead of --file and -hf instead of --hash-func. --hash-func is optional. Default value of it is sha256.

Verifying hash of a file

hashapp verify --file filename/or/path/to/your/file --hash_func sha256 --hash 1719b9ed2519f52da363bef16266c80c679be1c3ad3b481722938a8f1a9c589b

It will print out 0 if the file is OK otherwise it will print out 1.

NOTE: You can use -f instead of --file, -hf instead of --hash-func and -h instead of --hash. --hash-func is optional. Default value of it is sha256.

hashapp's People

Contributors

nabilsadik2003 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.