Skip to content
Back to formatted view

Raw Message

Message-ID: <loom.20111111T230340-430@post.gmane.org>
Date: 2011-11-11T22:04:13Z
From: Ben Bolker
Subject: Encryption package of R

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.