Learn R Programming

⚠️There's a newer version (0.6.39) of this package.Take me there.

digest

Compact hash representations of arbitrary R objects

Overview

The digest package provides 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.

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 and Thierry Onkelinx.

License

GPL-2

Copy Link

Version

Install

install.packages('digest')

Monthly Downloads

1,532,083

Version

0.6.9

License

GPL-2

Maintainer

Dirk Eddelbuettel

Last Published

January 8th, 2016

Functions in digest (0.6.9)

hmac

compute a hash-based message authentication code
digest

Create hash function digests for arbitrary R objects
AES

Create AES block cipher object