I have just noticed that I have SHA512 in my PHP installation. Is it more secure than SHA1? Is it the most secure hashing method (I need for passwords, not for file integrit
You can try This Link , it is a library for doing randomly generated salt hashing ,one of the most secure way of password hashing and user authentication.