Salting Passwords
Random data is added to the password before it is hashed to protect a password hash from being discovered via a rainbow table attack. With this method, five people could have the same password, but each of their password hashes would be unique (salt + password) * SHA = hash.
No comments:
Post a Comment