Difference between revisions of "Template:Issues/SVC-289"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{{#if: {{#vardefine:caveats|{{#var:caveats}} *The XOR is performed by converting the Base64 strings into a byte arrays '''{{{1|str1}}}''' and '''{{{2|str2}}}''' and then XORing ...')
 
Line 1: Line 1:
{{#if:
{{Issues|SVC-289|[[llXorBase64StringsCorrect]] & [[llXorBase64Strings]] zero out last <code>(bitcount % 8)</code> bits of data.|type=bug}}
 
{{#vardefine:caveats|{{#var:caveats}}
*The XOR is performed by converting the Base64 strings into a byte arrays '''{{{1|str1}}}''' and '''{{{2|str2}}}''' and then XORing the two byte arrays. Finally converting the resulting byte array back into Base64 and returning it to the user.
** During the conversion to a byte array the last <code>(bitcount % 8)</code> are discarded from both '''{{{1|str1}}}''' and '''{{{2|str2}}}'''. [[#SVC-289|SVC-289]]. }}
 
}}{{Issues|SVC-289|[[llXorBase64StringsCorrect]] & [[llXorBase64Strings]] zero out last <code>(bitcount % 8)</code> bits of data.|type=bug}}

Revision as of 13:11, 19 January 2010