If a character in an encoded protected envelope is invalid for the kind of encoding specified, the rest of the protected envelope will be skipped.
// '(' in 'asdf()0123' is an invalid base64 byte
`pragma protect begin_protected
`pragma protect encoding=(enctype="base64"), data_block
asdf()0123
`pragma protect end_protected