Modules/hashing

From Multi Theft Auto: Wiki
Revision as of 04:42, 19 September 2008 by 50p (talk | contribs) (New hashing module page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module info
Name Hashing string (alder32, md5)
Version 1.1
Author 50p
Module website Not available
Download link [Here]
License BSD
Written in {{{written_in}}}
Operating system {{{operating_system}}}
Compatible with {{{compatible_with}}}

This is hashing string module. It uses 2 algorithms of hashing. One is alder32 (which is not actually the real alder32 algorithm) and one is MD5. Using MD5 you get 32-characters long hexadecimal number.

CURRENTLY IT'S ONLY FOR WINDOWS SERVERS.

Installation

Windows

Uncompress the file hashing.dll into your C:\Program Files\MTA San Andreas\server\mods\deathmatch\modules\ directory.

Then, add the following line in mtaserver.conf:

  <module file="hashing.dll" />


Functions