SA-MP Forums Archive
Password security - 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 security (/showthread.php?tid=662673)



Password security - Juance - 07.01.2019

Hi all. Looking at the hashing options of passwords that there are currently, I do not know which one to decide. I am between 3. Whirlpool, bcrypt or SHA256, the truth is I do not know which is safer or which is more optimal.


Re: Password security - zMax - 07.01.2019

Simple - bcrypt.


Re: Password security - Juance - 07.01.2019

And if I want to anchor to my server a web application as it is a UCP?


Re: Password security - DAKYSKYE - 07.01.2019

They are all safe! Take the one you like


Re: Password security - zMax - 07.01.2019

Quote:
Originally Posted by Juance
View Post
And if I want to anchor to my server a web application as it is a UCP?
Then still use bcrypt. Whatever you're using as a backend for your web application, there'll be some bcrypt implementation.