File: README

package info (click to toggle)
hashalot 0.3-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 476 kB
  • sloc: ansic: 1,544; sh: 713; makefile: 29
file content (15 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Hash-A-Lot by Ben Slusky <[email protected]>
 
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.

 USAGE:
		hashalot [ -s _salt_ ] _hashtype_
	OR
		_hashtype_ [ -s _salt_ ]

Most of the code was cribbed from the kerneli.org patch to util-linux,
by Marc Mutz <[email protected]>. Most of what wasn't, was cribbed from GnuPG,
v.1.0.3 (http://www.gnupg.org/).