Hi,
I just wanted to check that I am going about this in a reasonably secure way.
I wish to store some usernames and passwords in a MySQL database.
My plan is to get the password from a form, create a SHA-1 hash of the password and then store this hash in the table.
Is this the normal way of doing things?
Cheers
I just wanted to check that I am going about this in a reasonably secure way.
I wish to store some usernames and passwords in a MySQL database.
My plan is to get the password from a form, create a SHA-1 hash of the password and then store this hash in the table.
Is this the normal way of doing things?
Cheers