SA-MP Forums Archive
[Help]Crypting data - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Crypting data (/showthread.php?tid=127010)



[Help]Crypting data - whitedragon - 11.02.2010

Hi i will go to make UCP and i quesion that how i crypte the password to md5?


Re: [Help]Crypting data - Eazy_Efolife - 11.02.2010

I'm not too sure what in your UCP you're making, a register system? A login system? But a way to encrypt data is to add a md5( to the query a example is:

md5('MyPassword')


Re: [Help]Crypting data - whitedragon - 14.02.2010

Quote:
Originally Posted by Eric_
I'm not too sure what in your UCP you're making, a register system? A login system? But a way to encrypt data is to add a md5( to the query a example is:

md5('MyPassword')
i get undefined md5


Re: [Help]Crypting data - Calgon - 14.02.2010

I assume you mean in Pawn then.

http://forum.sa-mp.com/index.php?topic=84400.0

This includes an MD5 encryption feature.


Re: [Help]Crypting data - whitedragon - 28.02.2010

but how i add it i include it but i get errors by another functions what i need
how to only include stuff for md5 ?