[R] Encryption package of R

Ben Bolker bbolker at gmail.com
Fri Nov 11 23:04:13 CET 2011


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.



More information about the R-help mailing list