summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2014-10-15 12:34:40 +0200
committerYorhel <git@yorhel.nl>2014-10-15 12:34:40 +0200
commit2640d51d745bdbd85bf52f92aa4ed46253ccf99d (patch)
tree8536f89531cd6bb8e12fcd1f68dd16b530b491f4 /README
parenta1b4da1d3ae9e6ed9326df41f9831be81f6b839a (diff)
SQL: Merge users.(passwd|salt) in one column + document values
It doesn't make a whole lot to separate the hashed password and the salt from each other, you need both to do anything with them, and from the database perspective they're both completely opaque strings only usable for direct comparison with other hashed strings. This change is mostly as preparation for switching to a proper key derivation function (sha256 isn't...) and to add support for longer and/or binary salt. Because the passwd field now needs to be interpreted in Perl, it's being passed around as a binary string rather than a hex-encoded value. API login is broken in this commit. I'll get to that.
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions