Im wondering what other/better encryption methods PHP has other than hash("sha256" and md5.
Also what would a good way of salting a password be? I was thinking hash a username then add that to the password somehow but thats probably a stupid idea :P
Also what would a good way of salting a password be? I was thinking hash a username then add that to the password somehow but thats probably a stupid idea :P
Comment