1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: hashalot
Section: utils
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://www.paranoiacs.org/~sluskyb
Vcs-Browser: https://salsa.debian.org/debian/hashalot
Vcs-Git: https://salsa.debian.org/debian/hashalot.git
Package: hashalot
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: dmsetup, cryptsetup
Description: Read and hash a passphrase
This program will read a passphrase from standard input and print a binary
(not printable) hash to standard output. The output is suitable for use as
an encryption key.
|