On Friday 30 Mar 2012 07:26:17 pete wrote: > I need to generate them from the ground up although i know what the > usernames will be I would be tempted to use pwgen. I'm a Ruby nut, so I'd probably use Ruby to split the output and pop it into a CSV to combine with the usernames, and then another script would take a CSV in and generate the crypt hashes. Paul