Modules/SHA: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
m (deprecate, we have hash() now)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pageclass class="#0099AA"></pageclass>
<pageclass class="#0099AA"></pageclass>
{{Outdated|MTA now supports generic hashing using the [[hash]] function}}
{{Module_Info|
{{Module_Info|
   name          = SHA |
   name          = SHA |
Line 6: Line 7:
   module_website = [http://github.com/mabako/mta-sha GitHub Project Page] |
   module_website = [http://github.com/mabako/mta-sha GitHub Project Page] |
   download_link  = [http://github.com/mabako/mta-sha/downloads Here] |
   download_link  = [http://github.com/mabako/mta-sha/downloads Here] |
   license        = [http://www.opensource.org/licenses/zlib-license.php zLib]
   license        = [http://www.opensource.org/licenses/zlib-license.php zLib] |
  written_in    = C++ |
  operating_system = Windows and Linux |
  compatible_with = Unknown |
}}
}}
SHA is a module implementing SHA hashing for lua.
SHA is a module implementing SHA hashing for lua.
Line 13: Line 17:
* sha1
* sha1
* sha224
* sha224
* sha256
* sha256 (You may want to use the MTA function [[sha256]])
* sha384
* sha384
* sha512
* sha512


[[Category:Modules]]
[[Category:Modules]]
[[ru:Modules/SHA]]

Latest revision as of 01:12, 22 November 2014

Dialog-information.png This article is (partially) outdated and the information may no longer apply.

Reason: MTA now supports generic hashing using the hash function
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