Source: hashid
Section: utils
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hle@debian.org>,
           Samuel Henrique <samueloph@gmail.com>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://psypanda.github.io/hashID/
Vcs-Git: https://anonscm.debian.org/git/pkg-security/hashid.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-security/hashid.git

Package: hashid
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
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.
