We are running a VisualSVN Server that needs ~300 users to be created. As the need to mass create users is likely to reoccur, I'd prefer not to task someone with data entry for account creation. I've found the htpasswd which has following form:
test:$apr1$5tf$V0ImysKrNpxE6XW5QwyLd0
I've edited password files for other apps/servers in the past that used MD5 hex which this clearly is not. What algorithm is this?
More details here: http://httpd.apache.org/docs/2.2/misc/password_encryptions.html
Hope that helps!
Alternatively you can manage VisualSVN Server users and groups using WMI.
You can find more samples on link below: https://stackoverflow.com/questions/10017282/control-visualsvn-server-from-c-sharp
From the command line: