xored

Mark Smith mark at maseurope.net
Sat Apr 29 13:43:02 EDT 2006


If this is a binary string, it may be possible to simply unencode it  
the same way

so:

repeat for each char c in yourString
   put numToChar((charToNum(c)) bitXor 90) after newStr
end repeat
--(90 is the decimal representation of hexadecimal 5A)
newStr should now contain the unencoded string.

Hope this helps

Mark

On 29 Apr 2006, at 18:10, Todd Geist wrote:

> Hello,
>
> I have a string that has been "xored with $5A". I know this is an  
> encoding, but what does that mean and can I undue it with Rev?
>
> Thanks
>
> Todd
>
>
> -- 
>
> Todd Geist
> ______________________________________
> g e i s t   i n t e r a c t i v e
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list