Just wondered what's more uncrackable?
crypt("password")
or
md5("password")
Or is there anything else even more secure that can be used to e.g. store user password in a database?
EDIT
To me it seems like crypt() is more secure as the generate string is random each time.
Craig.
crypt("password")
or
md5("password")
Or is there anything else even more secure that can be used to e.g. store user password in a database?
EDIT
To me it seems like crypt() is more secure as the generate string is random each time.
Craig.
Last edited: