[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Simple Encryption method
- From: Dominic Wong <dominicw@...>
- Date: Mon, 15 May 2006 18:34:33 +0100
You could just put a checksum on the end which would have the benefit of
leaving it readable so you can debug your messages.
-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br]On Behalf Of Matias Guijarro
Sent: 15 May 2006 14:14
To: Lua list
Subject: Re: Simple Encryption method
What about using simple XOR encryption ?
You can learn more here :
http://celtickane.com/programming/crypt/xor.php
Cheers,
MG.
Shawn Craig wrote:
> Is there a simple en/decryption method for strings?
>
> This is for a wow add-on where a string is sent out into hidden
> message channel and picked up by the same add-on on someone elses pc.
> Basicly I'm not look looking to stop smart people but I don't want ppl
> to easly trick my add-on by just typing stuff in that channel.
>
> Note: Please note that I'm limited on string length in the channel.
>