Page 1 of 1

Command-Line mkpass for Windows

Posted: Fri Jun 24, 2005 2:58 pm
by heinz
Heyho,

For reasons best known to me, I was looking for the equivilant of ./unreal mkpass in the windows version of Unreal. After looking through the ircd.c I noticed that the mkpass section was #ifndef _WIN32'ed.

Is there any command-line utility available that'll make nice hashed passwords for use with Unreal, or is there a chance this can be, to put the term loosely, 'hacked-up' (read: borrowed) for inclusion in a seperate file?

If not, never mind ;)

Ta.

Posted: Mon Jun 27, 2005 3:44 pm
by heinz
Took me a while, but I borrowed alot of source from other files, plonked it all into one file, and it works.

(I didn't hack at the main Unreal files, because I didn't want to lose my support ;))