- Jan 27, 2002
- 149
- 0
- 71
I'm quite new to making php/MySql websites.
I'm making one at the moment and the security of people's passwords is on the agenda at the moment.
This method of adding a random 'salt' to a password before encrypting and storing it has been brought to my attention.
Everyone who suggests using a salt says the same thing about storing it separately to the encrypted password, but nobody says where?
Does it just have to be in a separate table?
Or a completely different database?
I'm making one at the moment and the security of people's passwords is on the agenda at the moment.
This method of adding a random 'salt' to a password before encrypting and storing it has been brought to my attention.
Everyone who suggests using a salt says the same thing about storing it separately to the encrypted password, but nobody says where?
Does it just have to be in a separate table?
Or a completely different database?