Modules/SHA: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
   license        = [http://www.opensource.org/licenses/zlib-license.php zLib] |
   license        = [http://www.opensource.org/licenses/zlib-license.php zLib] |
   written_in    = C++ |
   written_in    = C++ |
   operating_system = Windows only |
   operating_system = Windows and Linux |
   compatible_with = Unknown |
   compatible_with = Unknown |
}}
}}
Line 16: Line 16:
* sha1
* sha1
* sha224
* sha224
* sha256
* sha256 (You may want to use the MTA function [[sha256]])
* sha384
* sha384
* sha512
* sha512

Revision as of 00:34, 31 January 2013

Module info
Name SHA
Version 1.01
Author mabako
Module website GitHub Project Page
Download link Here
License zLib
Written in C++
Operating system Windows and Linux
Compatible with Unknown

SHA is a module implementing SHA hashing for lua.

Provided Functions

  • sha1
  • sha224
  • sha256 (You may want to use the MTA function sha256)
  • sha384
  • sha512