 
    [NAME] [SYNOPSIS] [DESCRIPTION] [AUTHOR]
    htpasswd(1)        USER COMMANDS         htpasswd(1)
    
    htpasswd - manipulate HTTP-server password files
      
        htpasswd [-c] passwordfile username
      
    
Sets a user's password in an httpd-style password file. The -c flag creates a new file.
Rob McCool. Modified 29aug1997 by Jef Poskanzer to accept new password on stdin, if stdin is a pipe or file. This is necessary for use from CGI.
