SA-MP Forums Archive
Password Type - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Password Type (/showthread.php?tid=524724)



Password Type - Teemo - 08.07.2014

Well I created a mysql system but The password must be VarChar or INT and lengths/values? also for userid, thanks


Re: Password Type - Ihateyou - 08.07.2014

varchar... make it like 24 chars and limit it in samp dialogue too


Re: Password Type - Vince - 08.07.2014

Char. Length depends on the hashing algorithm that is used; 128 should be proficient for anything.


Re: Password Type - thimo - 08.07.2014

@Vince, if using whirlpool you should have a varchar with a length of 129 right? 1 for the NULL Terminator.