[plt-scheme] What encryption libraries should we use with PLT Scheme?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed Mar 25 23:32:27 EDT 2009

I've written thin wrappers around openssl before. Check out:

http://svn.plt-scheme.org/plt/trunk/collects/openssl/mzssl.ss

http://svn.plt-scheme.org/plt/trunk/collects/web-server/stuffers/hmac-sha1.ss

Jay

On Wed, Mar 25, 2009 at 9:22 PM, Grant Rettke <grettke at acm.org> wrote:
> What encryption libraries should we use with PLT Scheme?
>
> I want to encrypt some data and write it to a file. Not sure whether I
> should encrypt it first or encrypt the output port (or if that makes
> sense to do so).
>
> 'encrypt' doesn't turn up any search results in the documentation or
> in searching the google gruop so I assume there is nothing built in.
>
> I found these libraries here that would probably work:
>
> http://snow.iro.umontreal.ca/?tab=Packages
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.