MivaScript Builtin Function, Miva Merchant 9+
crypto_xor( buffer var, dest var )
<mvt:assign name="g.return_value" value="crypto_xor( buffer var, dest var )" />
Efficiently performs a byte-by-byte XOR of buffer and dest, storing the resulting data in "dest". If "buffer" is longer than "dest", any extra bytes are ignored.
buffer var
the data that will be processed.
dest var
the data that will processed against buffer and will contain the results.