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.