in reply to How is Catalyst storing my password salts??

I don't know how Catalyst does it, but it's common to store the salt together with the hash, separated by a special character. For example in /etc/shadow on linux, salt and hash are separated by $.
  • Comment on Re: How is Catalyst storing my password salts??