Skip to content

Encryption package of R

3 messages · Jun Ji, Ben Bolker, Marc Schwartz

#
Jun Ji <junj <at> stanford.edu> writes:
library(sos)
  findFn("encryption")

 finds a partial AES implementation, but not much else.
#
On Nov 11, 2011, at 4:04 PM, Ben Bolker wrote:

            
Hi,

When it comes to encryption, you are best to use a library that has a good history behind it.

I would suggest looking at http://www.gnupg.org/ and perhaps specifically, libgcrypt (http://directory.fsf.org/wiki/Libgcrypt).

HTH,

Marc Schwartz