################################################################################ # # md5crypt 1.0 (Jan 02 2006) module for Nakedmud - by Thirsteh # # This module will allow you to encrypt account passwords using MD5 instead of # the cumbersome native crypt libraries that vary from OS to OS. Please be sure # you have the how-to handy if you are attempting to install this module, as it # requires brute intervention with the core Nakedmud code, and is only set up # as a module for organizational purposes. # # Please direct any comments, suggestions, questions, et cetera to my forum # located at http://www.n00bh4x.net, not to Geoff Hollis. He has enough work # on his hands already. The latest version of the module and documentation is # also available here. # ################################################################################ SRC += md5crypt/md5.c