The Base64 class / security.Base64 methods |
Computes the exclusive disjunction between two base64 encoded strings.
security.Base64.Xor( b64str1 STRING, b64str2 STRING ) RETURNING result STRING
Decodes the two given strings and does an exclusive disjunction between the two binary and returns the result encoded in base64.
Throws an exception in case of errors, and updates STATUS with an error code.