]> git.saurik.com Git - apple/system_cmds.git/blobdiff - makekey.tproj/makekey.8
system_cmds-431.tar.gz
[apple/system_cmds.git] / makekey.tproj / makekey.8
index c6ded2d942f3f2589a73bbf44ac0f9fcef886cf8..ee98c573b494d0e98e01f45719ad1cdac246693c 100644 (file)
 .Nm makekey
 .Sh DESCRIPTION
 .Nm Makekey
-encrypts a key and salt which it reads from the standard input
-and writes the result to the standard output.
-The key is expected to be
-ten bytes; the salt is expected to be two bytes.
+encrypts a key and salt which it reads from the standard input,
+writing the result to the standard output.
+The key and salt values are expected to be ten and two bytes,
+respectively, in length.
 See
 .Xr crypt 3
 for more information on what characters the key and salt can contain
 and how the encrypted value is calculated.
 .Sh SEE ALSO
-.Xr login 1 ,
 .Xr crypt 1 ,
+.Xr login 1 ,
 .Xr crypt 3
 .Sh HISTORY
 A
-.Nm
+.Nm makekey
 command appeared in Version 7 AT&T UNIX.