ultrix man page for makekey

Query: makekey

OS: ultrix

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

makekey(8)						      System Manager's Manual							makekey(8)

Name
       makekey - generate encryption key

Syntax
       /usr/lib/makekey

Description
       The  command  improves  the usefulness of encryption schemes depending on a key by increasing the amount of time required to search the key
       space.  It reads 10 bytes from its standard input, and writes 13 bytes on its standard output.  The output depends on the input	in  a  way
       intended to be difficult to compute (that is, to require a substantial fraction of a second).

       The  first  eight  input  bytes (the input key) can be arbitrary ASCII characters.  The last two (the salt) are best chosen from the set of
       digits, uppercase and lowercase letters, the period (.), and the slash (/).  The salt characters are repeated as the first  two	characters
       of the output.  The remaining 11 output characters are chosen from the same set as the salt and constitute the output key.

       The  transformation  performed is essentially the following: the salt is used to select one of 4096 cryptographic machines all based on the
       National Bureau of Standards DES algorithm, but modified in 4096 different ways.  Using the input key as key, a constant string is fed into
       the machine and recirculated a number of times.	The 64 bits that come out are distributed into the 66 useful key bits in the result.

       The command is intended for programs that perform encryption (for instance, Usually input and output of will be pipes.

See Also
       ed(1)

																	makekey(8)
Related Man Pages
makekey(1) - opensolaris
crypt(3) - bsd
encrypt(3) - bsd
setkey(3) - bsd
crypt_r(3c) - hpux
Similar Topics in the Unix Linux Community
Find node of a command
how to know the list of all commands supported by unix ?
compile a c program in a encrypted way
Random password generation