• Dave Cridland's avatar
    OF-631 Reduce salt size to fit database · 0dbd963e
    Dave Cridland authored
    The salt size was 32, and the database column was a VARCHAR(32).
    
    However, the salt was base64 encoded prior to insertion, and this caused it to
    be too large. Therefore this patch reduces the size to 24 bytes, which expands
    to 8 units of three bytes encoded as four characters, hence 32 characters total.
    0dbd963e
Name
Last commit
Last update
build Loading commit data...
documentation Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...