When a username has been established, the user typically creates a password to associate with this username. After the user has submitted the password to the salt-enabled system, the system appends the password to the username. Then, the new string of characters is hashed. This is a very effective way of encrypting passwords because even if two different users coincidentally select the same password, their usernames will almost certainly be different, thereby resulting in a different hash value.
0 Comments