SA-MP Forums Archive
[Include] Hash.inc ─ Hash value generator using PHP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Hash.inc ─ Hash value generator using PHP (/showthread.php?tid=319574)

Pages: 1 2


Re: Hash.inc ─ Hash value generator using PHP - Slash_ - 22.02.2012

ill try it thanks for it


Re: Hash.inc ─ Hash value generator using PHP - Slice - 22.02.2012

This would cause apache logs to contain plaintext passwords and stuff!


Re: Hash.inc ─ Hash value generator using PHP - RyDeR` - 23.02.2012

Quote:
Originally Posted by Slice
Посмотреть сообщение
This would cause apache logs to contain plaintext passwords and stuff!
Fixed that. Thanks again!

This is quite an important update, so please make sure you use this version if you care about security. See changelog first post:
Quote:
  • 23/02/2011 (Important update!):
    • Fixes:
      • Security issues regarding hash values in Apache logs (Thanks to Slice!).
      • PHP Code
    • Adds:
      • URL Encoding for string validating so hash values don't get messed up.
    • Notes:
      • Nothing has been changed about the syntax: after update, no need to change anything.