simple encryption?

Ken Ray kray at sonsothunder.com
Mon Apr 22 09:29:01 EDT 2002


Even easier... use one of the following built-in functions on the text:
"compress", "base64encode" or "mdi5digest"... you can always reverse it.

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/

----- Original Message -----
From: "Michael Foy" <mike at essex-web.com>
To: <use-revolution at lists.runrev.com>
Sent: Monday, April 22, 2002 8:20 AM
Subject: Re: simple encryption?


> rot13, what about a caeserian, get the ascii code of each letter and add 5
> to it, save it, then read it back and convert it to ascii code minus 5
from
> code get the character
>
>
> ----- Original Message -----
> From: Niklas Almesjö <niklas_almesjo at yahoo.com>
> To: <use-revolution at lists.runrev.com>
> Sent: Monday, April 22, 2002 2:09 PM
> Subject: simple encryption?
>
>
> What's the simplest way to encrypt some textfiles? I don't need any
> super-duper safe algorithm, only something that prevents novice users from
> being able to read them.
> thanks,
> /Niklas Almesjö
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list