How to Install hashid in Ubuntu 18.04



Install hashid by entering the following commands in the terminal:

sudo apt update
sudo apt install hashid

Description:

Identify the different types of hashes used to encrypt data

Identify the different types of hashes used to encrypt data and especially passwords. . hashID is a tool written in Python 3.x which supports the identification of over 175 unique hash types using regular expressions. It is able to identify a single hash or parse a file and identify the hashes within it. There is also a nodejs version of hashID available which is easily set up to provide online hash identification.

Homepage: https://psypanda.github.io/hashID/

Version: 3.1.4-2

Section: universe/utils