[racket] AES encryption/decryption support in Racket?...

From: Doug Williams (m.douglas.williams at gmail.com)
Date: Sun Apr 15 21:56:56 EDT 2012

There are some errors with crypto.plt with the latest versions of OpenSSL.
I think AES should work okay, except for CTR mode, which is not supported
by the default installation of OpenSSL. If you have any problem, I have a
forked version of crypto.plt that works with later versions of OpenSSL. I
put in a bug report on PLaneT some time ago, but I'm not sure anyone is
actively supporting it.

On Sun, Apr 15, 2012 at 10:10 AM, Neil Van Dyke <neil at neilvandyke.org>wrote:

> **
> Rüdiger Asche wrote at 04/15/2012 11:13 AM:
>
> in my Racket code, I need to crypt/decrypt chunks of data using the AES
> algorithm.
>
>
> I call "openssl" executable from Racket for most crypto algorithms.
>
> "openssl" is used widely, it's fast, and I can keep the native code in
> separate host processes (for security/reliability, and for removing some
> load from a Racket host process).
>
> I'm sure the protocols could be implemented in pure Racket code, and using
> Racket's new-ish numerical optimizations features, but then I'd have to
> audit.
>
> Neil V.
>
> --
> http://www.neilvandyke.org/
>
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120415/55ce1b40/attachment-0001.html>

Posted on the users mailing list.