Below are the commands used to:
falcon-> htpasswd -c .htpasswd jsmith Adding password for jsmith. New password: Re-type new password: falcon-> htpasswd .htpasswd jdoe Adding user jdoe New password: Re-type new password: falcon-> htpasswd .htpasswd student1 Adding user student1 New password: Re-type new password: falcon-> htpasswd .htpasswd student2 Adding user student2 New password: Re-type new password: falcon-> htpasswd .htpasswd student3 Adding user student3 New password: Re-type new password: falcon-> more .htpasswd jsmith:S7rs4LsH12IW6 jdoe:jgH5apXpstfeI student1:YLZzy24Wj6.TU student2:eZS2km505lf1s student3:v6K.GwpzbtaMk
Note that the passwords added to the .htpasswd file are shown in their encrypted form.