Help for this page

Select Code to Download


  1. or download this
    `$HTPASSWD_BIN -b $HTPASSWD_FILE $user "$pwd"`;
    
  2. or download this
         htpasswd encrypts passwords using either a  version  of  MD5
         modified for Apache, or the system's crypt() routine.  Files
    ...
         some  user  records  may  have MD5-encrypted passwords while
         others in the same file may have  passwords  encrypted  with
         crypt().