Why do you need to encrypt it? If you just need it unreadable, then why not
kill two birds with one stone and compress it?

http://www.razorberry.com/blog/archives/2004/08/22/lzw-compression-methods-in-as2/

On 8/16/07, Mick G <[EMAIL PROTECTED]> wrote:
>
> I need a way to encrypt a LARGE string (up to 100k of text) - my data is
> mostly xy coordinates so 90% numbers.
>
> I've tried a few AS encryption classes that I've found online and
> considering I have such a large string, they're all too slow. It doesn't
> need to be too secure - decryption speed is more import than security.
>
> I was thinking of just doing a simple custom character replace with
> split.join replacing each numeral 0-9 with a character, but does anyone
> have
> any other ideas on a efficient/fast way of doing this?
>
> - Mick
> _______________________________________________
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to