Modules/Squirrel/lu hashing

From Liberty Unleashed Wiki
Revision as of 15:55, 4 July 2010 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
lu_hashing
Type Squirrel module
Version 1.0
Author Liberty Unleashed Team
Platform Windows/Linux
Website Liberty Unleashed
Download link Included with server

Contents


lu_hashing is an official module which provides Squirrel functions to hash a string using either MD5 or SHA1 algorithm. This is useful for example when storing passwords.

Installation

Make sure you have the lu_hashing.dll/lu_hashing.so file in your Modules folder. After that add the following code under the event onScriptLoad of the script:

  1. LoadModule( "lu_hashing" );

Functions

These functions are provided by the official module lu_hashing.

Version History

  • 1.0 - Initial release.
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox