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?