llXorBase64StringsCorrect

From Second Life Wiki
Revision as of 15:00, 10 February 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: string llXorBase64StringsCorrect( string str1, string str2 );

Correctly performs an exclusive or on two Base 64 strings.
Returns a string that is a Base64 XOR of str1 and str2.

• string str1 Base64 string
• string str2 Base64 string

str2 repeats if it is shorter than str1. If the inputs are not Base64 strings the result will be erratic.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function string llXorBase64StringsCorrect( string str1, string str2 );