I'm trying to store passwords which each have their own unique salts.
But I don't really get the whole concept of creating unique salts because I can't imagen A. How you would be able to create a unique salt for every user that creates an account, B. How you would be able to compare passwords since the salts differ from user to user.
So my questions are:
How can I make a unique salt for every user.
How would I be able to compare the password.