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 (>= 9), dh-autoreconf
Standards-Version: 3.9.6
Vcs-Git: https://gitlab.com/hashalot/hashalot.git
Vcs-Browser: https://gitlab.com/hashalot/hashalot/tree/master
Homepage: http://www.paranoiacs.org/~sluskyb
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.
|