Where should I save the salts?
#3

The only reason you would use a salt is to slow down an attacker. If they have access to your database it's a lost cause anyway.

It is perfectly fine to store the unique salt alongside the hash in the same table. Assuming you use a strong cipher algorithm, a UNIQUE PER-PLAYER salt and enough iterations, you have a better security than 80% of the web services in the world.
Reply


Messages In This Thread
Where should I save the salts? - by Phreak - 23.04.2018, 20:12
Re: Where should I save the salts? - by DeepCode - 24.04.2018, 06:33
Re: Where should I save the salts? - by Sithis - 24.04.2018, 07:53
Re: Where should I save the salts? - by Phreak - 24.04.2018, 16:04
Re: Where should I save the salts? - by SkmDanny - 24.04.2018, 16:11

Forum Jump:


Users browsing this thread: 1 Guest(s)