Posts: 15
Threads: 3
Joined: Jul 2015
Reputation:
0
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.
Posts: 113
Threads: 7
Joined: Feb 2015
Reputation:
0
#include <md5> at starting gamemode.pwn ?
Posts: 290
Threads: 7
Joined: May 2014
Reputation:
0
Where do you have the include located?, It may be in the wrong folder. Or you may be compiling into the wrong folder.
Posts: 183
Threads: 6
Joined: May 2014
Reputation:
0
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.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
^ still better than "udb_hash" that I still see being used to this day.
Posts: 889
Threads: 4
Joined: Mar 2013
Reputation:
0
Do not use MD5. It has been known to be unsafe. Either use udb_hash or better: whirlpool.