Closed IN3D closed 10 years ago
What's a salt value?
The salt value is a random value generated uniquely to the user when the password is defined. It can be placed anywhere within the encrypted password. It throws off decryption algorithms because they don't actually align with the algorithm. They can defeat low quality decryption algorithms and at least significantly stall out the better ones.
This has been completed on the database side.
The user document should now contain that users salt value.