xref: /original-bsd/libexec/makekey/makekey.8 (revision 6a6b77ee)
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)makekey.8 6.3 (Berkeley) 01/19/91

MAKEKEY 8 ""
.AT 3
NAME
makekey - encrypt a key
SYNOPSIS
makekey
DESCRIPTION
Makekey reads a key (10 bytes) and a salt (2 bytes) from the standard input and writes the string returned by crypt (3) to the standard output. See crypt (3) for more information on what characters the key and salt can contain and how the encrypted value is calculated.
SEE ALSO
login(1), crypt(1), crypt(3)