• 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
..
SaslProvider.java Loading commit data...
SaslServerFactoryImpl.java Loading commit data...
SaslServerPlainImpl.java Loading commit data...
ScramSha1SaslServer.java Loading commit data...
VerifyPasswordCallback.java Loading commit data...
package-info.java Loading commit data...