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 <n...@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 > >
____________________ Racket Users list: http://lists.racket-lang.org/users