Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash' and 'murmurhash' algorithms) permitting easy comparison of R language objects, as well as a function 'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
Version: | 0.6.15 |
Depends: | R (≥ 2.4.1) |
Suggests: | knitr, rmarkdown |
Published: | 2018-01-28 |
Author: | Dirk Eddelbuettel with contributions by Antoine Lucas, Jarek Tuszynski, Henrik Bengtsson, Simon Urbanek, Mario Frasca, Bryan Lewis, Murray Stokely, Hannes Muehleisen, Duncan Murdoch, Jim Hester, Wush Wu, Qiang Kou, Thierry Onkelinx, Michel Lang, Viliam Simko and Kurt Hornik. |
Maintainer: | Dirk Eddelbuettel <edd at debian.org> |
BugReports: | https://github.com/eddelbuettel/digest/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://dirk.eddelbuettel.com/code/digest.html |
NeedsCompilation: | yes |
Materials: | README ChangeLog |
CRAN checks: | digest results |
Reference manual: | digest.pdf |
Vignettes: |
sha1() versus digest() |
Package source: | digest_0.6.15.tar.gz |
Windows binaries: | r-devel: digest_0.6.15.zip, r-release: digest_0.6.15.zip, r-oldrel: digest_0.6.14.zip |
OS X El Capitan binaries: | r-release: digest_0.6.15.tgz |
OS X Mavericks binaries: | r-oldrel: digest_0.6.13.tgz |
Old sources: | digest archive |
Please use the canonical form https://CRAN.R-project.org/package=digest to link to this page.