LSL Wiki Mirror 10-5-2006: llXorBase64StringsCorrect

HomePage :: PageIndex :: RecentChanges :: RecentlyCommented :: UserSettings ::
string llXorBase64StringsCorrect(string s1, string s2)

Performs an xor on two Base64 strings and returns a Base64 string. s2 repeats if it is shorter than s1.

This function is for encrypting data. Put your data in s1 and your key in s2 to encrypt or put the encrypted data into s1 with the same key in s2 to decrypt again.

Use llStringToBase64 and llBase64ToString for converting to and from Base64 respectively.

Functions | Crypto
There is no comment on this page. [Display comments/form]