|
|
|
|
|
by sillysaurus2
4618 days ago
|
|
Salts aren't secret. The point of salting a password is to prevent the password (like "alskdjfalsdf") from always hashing to the same result (like "j9p+HwtWWT86aMjgZFLzYg=="). That prevents rainbow table attacks (among others) and it doesn't require the salt be secret. |
|
I can't see why a user id could not be used as a salt though.