21.06.2012, 13:29
(
Last edited by Jonny5; 21/06/2012 at 02:01 PM.
)
good work noobienoob
one thing i would bring to users attention is salting the pass words also.
That is if your aim was really to improve security. This will help guard against
rainbow or dictionary attacks.
@ the link to kush's tut,
I actually have done that one when i first started and had no problems.
my personal thoughts are INI files are to be used for
Settings, and a database should be used for data.
either way your code is improving everyday so keep it up noobienoob!
here's a tutorial on salting https://sampforum.blast.hk/showthread.php?tid=350664
encase you don't know about it.
one thing i would bring to users attention is salting the pass words also.
That is if your aim was really to improve security. This will help guard against
rainbow or dictionary attacks.
@ the link to kush's tut,
I actually have done that one when i first started and had no problems.
my personal thoughts are INI files are to be used for
Settings, and a database should be used for data.
either way your code is improving everyday so keep it up noobienoob!
here's a tutorial on salting https://sampforum.blast.hk/showthread.php?tid=350664
encase you don't know about it.

