An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20111111/55e26d64/attachment.pl>
Encryption package of R
3 messages · Jun Ji, Ben Bolker, Marc Schwartz
Jun Ji <junj <at> stanford.edu> writes:
Is there any encryption package of R? For instance, 3DES or AES algorithm package or whatever... Thanks a lot in advance.
library(sos)
findFn("encryption")
finds a partial AES implementation, but not much else.
On Nov 11, 2011, at 4:04 PM, Ben Bolker wrote:
Jun Ji <junj <at> stanford.edu> writes:
Is there any encryption package of R? For instance, 3DES or AES algorithm package or whatever... Thanks a lot in advance.
library(sos)
findFn("encryption")
finds a partial AES implementation, but not much else.
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