htdigest

htdigest file format

Hi all, I'm trying to write some code to work with an htdigest password file. The documentation I can find seems to claim that the format of that file is: user:realm:MD5(user:realm:pass) If that is the case, then why doesn't this work for me? I created a file with the command line htdigest thus: htdigest -c test b a When prompted ...

How do you htdigest 400 user accounts?

How do you generate user accounts for 400 users to do a load testing? Htdigest forces you to type in a password each time, I have tried dos pipes like echo password > htdigest -c realm username%1 htdigest -c realm username%1 < password.txt but it is not working... ...

Is there a way to use htdigest from Windows?

I do not have ssh access to a machine with htdigest and I use Windows. Can someone help me? ...