Re: Password encryption/hashing in postgres database
Hi, ok thanks. The seed was the last problem so now it works!
Maybe the easiest way to check for correct pw is to take a look at the password in the db. If the hash created programmatically matches with the same password entered in the gui, you're good.
Which means no random salting on the hash.