[BACK]Return to encrypt.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / encrypt

Diff for /src/usr.bin/encrypt/encrypt.1 between version 1.19 and 1.20

version 1.19, 2007/03/06 11:16:55 version 1.20, 2007/03/06 11:19:18
Line 44 
Line 44 
 to the standard output.  to the standard output.
 This is mostly useful for encrypting passwords from within scripts.  This is mostly useful for encrypting passwords from within scripts.
 .Pp  .Pp
   When invoked as
   .Nm makekey ,
   a single combined key and salt are read from standard
   input and the DES encrypted result is written to standard output without a
   terminating newline.
   .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl k  .It Fl k
 Run in  Run in
 .Nm makekey  .Nm makekey
 compatible mode; a single combined key and salt are read from standard  compatible mode.
 input and the DES encrypted result is written to standard output without a  
 terminating newline.  
 .It Fl b Ar rounds  .It Fl b Ar rounds
 Encrypt the string using Blowfish hashing with the specified  Encrypt the string using Blowfish hashing with the specified
 .Ar rounds .  .Ar rounds .

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20