That said, salting a simple hash is not nearly as effective as people think. Given the computing power of modern GPUs, you should use bcrypt:
http://codahale.com/how-to-safely-store-a-password/
It's probably more common than we think.
That said, salting a simple hash is not nearly as effective as people think. Given the computing power of modern GPUs, you should use bcrypt:
http://codahale.com/how-to-safely-store-a-password/