Trying to validate e.g. a 5MB base64-encoded image using the `byte` validator produces ``` RangeError: Maximum call stack size exceeded at RegExp.test (<anonymous>) ``` Maybe there are other, non-regex based approaches available for validating base64 strings?