SA-MP Forums Archive
Md5 error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Md5 error (/showthread.php?tid=604842)



Md5 error - XxAnDrEiXx - 10.04.2016

Hello everyone!
I'm trying to open a server and i got an error when trying to compile it.
I need to use MD5 and the pawno can not read from it, as the error said.

Error : fatal error 100: cannot read from file: "md5"

I do have the file, i do have it included.. I can not find the problem.


Re: Md5 error - Morpheine - 10.04.2016

#include <md5> at starting gamemode.pwn ?


Re: Md5 error - xPhantom - 10.04.2016

Try this, https://github.com/GRGServer/SAMP/bl...cludes/MD5.inc

Not sure if its the right include but its worth a shot.


Re: Md5 error - XxAnDrEiXx - 10.04.2016

Quote:
Originally Posted by Morpheine
Посмотреть сообщение
#include <md5> at starting gamemode.pwn ?
It is done. Either the error would not be this way.


Re: Md5 error - Chilli9434 - 10.04.2016

Where do you have the include located?, It may be in the wrong folder. Or you may be compiling into the wrong folder.


Re: Md5 error - JasperM - 10.04.2016

Alright, I might be wrong, but in 99% of the cases people want to use MD5 for passwords. DON'T DO THAT. Period. It's, besides plain-text, one of the most insecure ways to save passwords. Why? It's fast and rainbow tables are widely available.

If you are the other 1%, then forget what I wrote and keep coding, but I had to say this.


Re: Md5 error - Vince - 10.04.2016

^ still better than "udb_hash" that I still see being used to this day.


Re: Md5 error - XxAnDrEiXx - 11.04.2016

Quote:
Originally Posted by Chilli9434
Посмотреть сообщение
Where do you have the include located?, It may be in the wrong folder. Or you may be compiling into the wrong folder.
Into the Includes folder


Re: Md5 error - XxAnDrEiXx - 11.04.2016

Quote:
Originally Posted by xPhantom
Посмотреть сообщение
Try this, https://github.com/GRGServer/SAMP/bl...cludes/MD5.inc

Not sure if its the right include but its worth a shot.
Is the same i have


Re: Md5 error - Sithis - 11.04.2016

Do not use MD5. It has been known to be unsafe. Either use udb_hash or better: whirlpool.