Modules/hashing: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
   name          = Hashing string (alder32, md5) |
   name          = Hashing string (alder32, md5) |
   version        = 1.1 |
   version        = 1.1 |
   author        = [[User:50p|50p]] |
   author        = [http://forum.mtasa.com/memberlist.php?mode=viewprofile&u=19953 50p] |
   module_website = ''Not available'' |
   module_website = ''Not available'' |
   download_link  = [http://y50p.50g.com/archives/mta/hashing.rar Here] |
   download_link  = [http://y50p.50g.com/archives/mta/hashing.rar Here] |

Revision as of 01:09, 22 September 2008

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, I do not recommend using it) 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