Crypt API
Dar Scott
dsc at swcp.com
Wed Feb 18 18:56:18 EST 2004
On Wednesday, February 18, 2004, at 04:08 PM, Kevin wrote:
> Any one know a crypt API for Revolution looking for:
>
> SHA1 MD5 RC4
> Public-Private Key Encryption
MD5 is built-in. RC4 is easy to code.
Some or all might be in a future release; Revolution developers are
already making experimental versions as recently made public.
You can use shell() to use openSSL or gPG to do some or all. Don't
forget to burn your temporary files.
You can get at libraries with externals.
In very limited cases you might be able to use open process, but
probably not.
Dar Scott
More information about the use-livecode
mailing list