22.07.2015, 04:00
(
Последний раз редактировалось mschnitzer; 24.07.2015 в 09:44.
)
Hey guys,
I know there are already some plugins which are providing some hashing functions but I wrote that plugin (that's my first plugin for SA:MP) to get more experience in plugin development and C++. I also wanna add more hashing functions to that library and keep it up to date. (I will continue working on it if I get more feedback)
What is it about?
The hashlib plugin provides several hashing functions like sha512 with salting support.
Which functions does the library provide?
Since 1.1.0:
If you wanna improve my code or add new functions to the library, (please contact me before you start adding new functions) feel free to open a new pull request on GitHub.
Download
Last stable release (Version: 1.1.0):
Plans for the next release
https://github.com/mschnitzer/hashlib#example-usage
Thanks to
I know there are already some plugins which are providing some hashing functions but I wrote that plugin (that's my first plugin for SA:MP) to get more experience in plugin development and C++. I also wanna add more hashing functions to that library and keep it up to date. (I will continue working on it if I get more feedback)
What is it about?
The hashlib plugin provides several hashing functions like sha512 with salting support.
Which functions does the library provide?
Since 1.1.0:
- hashlib_whirlpool
- hashlib_base64_encode
- hashlib_base64_decode
- hashlib_md5
- hashlib_sha1
- hashlib_sha224
- hashlib_sha256
- hashlib_sha384
- hashlib_sha512
- hashlib_generate_salt
If you wanna improve my code or add new functions to the library, (please contact me before you start adding new functions) feel free to open a new pull request on GitHub.
Download
Last stable release (Version: 1.1.0):
- Linux: https://www.mschnitzer.de/downloads/...ast/hashlib.so
- Windows: https://www.mschnitzer.de/downloads/...st/hashlib.dll
- Include: https://www.mschnitzer.de/downloads/...st/hashlib.inc
Plans for the next release
- -
https://github.com/mschnitzer/hashlib#example-usage
Thanks to
- zedwood.com for providing the hashing libraries