Re: how o use stored password in a database which rampart should verify
robert lazarski <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <CABpPLBXA0g766Q8tBVqhhx_VT1W3yhhFwxArc9qfu79iGZzxJA@mail.gmail.com> |
On Tue, May 7, 2013 at 3:39 PM, robert lazarski <[email protected]> wrote: > On Mon, May 6, 2013 at 11:52 AM, Tania Marinova <[email protected]> wrote: > To hash, store this 'digest' value in the DB in the password column as > its already encoded to Base64 - do not store the salt in the db: > I meant to say don't store the salt in a separate db column. The salt will be part of the digest you create.