Parse the salt using standard Base-64 codec
Uint8List? saltBytes() => salt == null ? null : fromBase64(salt!, padding: false);