GithubHelp home page GithubHelp logo

hackhunt / verify-hash Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 18.53 MB

Verify Hash can be used to generate a hash of a file or can be used to verify the integrity of the file.

License: GNU General Public License v3.0

Python 100.00%
verify-file hash-algorithms sha256 md5 md5-hash sha256-hash

verify-hash's Introduction

Verify Hash

Verify Hash can be use to generate hash of a file or to verify the integrity of the file.

Supports Platform: Cross Platform

Programming Language: Python 3 and above

How to use:

  1. If you have Python3 installed. You can use the .py file.
  • If you are using Python with Windows, use verify_hash_no_color.py file.
  • If you are using Linux/macOS, you can use any .py file. But if you are using colored version i.e., verify_hash.py make sure you install, termcolor package in Python.
  1. You can use binaries/executable version as well.
  • Binaries are in executables folder.
  • After downloading, paste the file in Documents folder and open Terminal/Command Prompt.
  • Enter the command, cd Documents.
  • Run the file by typing ./ followed by file name. For eg., ./verify_hash.exe (for Windows) and ./verify_hash (for Linux/macOS).

Note: On Linux/macOS, before running the file, you might need to run chmod 755 verify_hash to make it executable.

Available Arguments:

  • -h or --help: Displays all the available options.
  • -f or --file: This option needs to be used as to define for which file you need the program to calculate hash value.
  • -t or --type: This options needs to be used as to define which type of hashing algorithm to support.
  • -v or --verify-hash: Optional. Can be used to specify the Hash Value from the website to verify it.

Note: Program supports most of the common hashing algorithm, but if you uses an algorithm that is not supported by the program, it will gives back an error.

Color Significance:

  • Green: Successful.
  • Blue: In process.
  • Red: Unsuccessful or Errors.

Licensed: GNU General Public License, version 3

Developer Information:

verify-hash's People

Contributors

abhi-agrawl 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.