Hi all, Please tell me what is used the htpasswd program for. I've seen that if I try to create a password file with the same password and the same username, it creates different crypted passwords.
I've tried to use some switches to see if it works fine with some of them but with the same results. 1. Example 1: htpasswd -mc file teddy It resulted 2 different strings for the same username and password: teddy:$apr1$Mq3.....$j8QQNRoh7YaKtBt.wzTsF. teddy:$apr1$er3.....$mM28Rf52RLUDVhJVVAuRt0 2. Example 2, the same: htpasswd -c file teddy teddy:$apr1$4w3.....$MVCVlvqfYLsxFxod0u433. teddy:$apr1$cx3.....$UTrNklcyZvkObvMQOmbBK1 3. Example 3, the same: htpasswd -cd file teddy teddy:$apr1$G14.....$7TFByMvUiwU15y4M2IDbv. teddy:$apr1$/34.....$87.InozPs7UF8PfCYpdCF. I've seen that the htdigest program creates the same string but what is used htpasswd for in this case? Thank you. Teddy, [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]