Other packages > Find by keyword >

digest  

Create Compact Hash Digests of R Objects
View on CRAN: Click here


Download and install digest package within the R console
Install from CRAN:
install.packages("digest")

Install from Github:
library("remotes")
install_github("cran/digest")

Install by package version:
library("remotes")
install_version("digest", "0.6.39")



Attach the package and use:
library("digest")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2003-11-29
Latest Update: 2024-08-19
Description:
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' algorithms) permitting easy comparison of R language objects, as well as functions such as'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.
How to cite:
Dirk Eddelbuettel (2003). digest: Create Compact Hash Digests of R Objects. R package version 0.6.39, https://cran.r-project.org/web/packages/digest. Accessed 16 Jul. 2026.
Previous versions and publish date:
(2026-07-09 07:32), 0.1.0 (2003-11-29 21:49), 0.1.1 (2003-12-23 16:55), 0.1.2 (2004-05-27 07:01), 0.2.0 (2005-04-07 17:32), 0.2.1 (2005-11-04 14:43), 0.2.2 (2006-08-03 12:32), 0.2.3 (2007-01-01 15:22), 0.3.0 (2007-04-26 19:55), 0.3.1 (2007-09-28 21:01), 0.4.0 (2009-09-24 08:31), 0.4.1 (2009-09-24 17:59), 0.4.2 (2009-12-06 10:22), 0.5.0 (2011-05-30 06:33), 0.5.1 (2011-09-21 21:07), 0.5.2 (2012-03-15 06:37), 0.6.0 (2012-11-25 18:21), 0.6.1 (2013-01-21 18:53), 0.6.2 (2013-01-25 18:44), 0.6.3 (2013-02-16 16:34), 0.6.4 (2013-12-03 07:39), 0.6.5 (2014-12-09 08:17), 0.6.6 (2014-12-10 07:37), 0.6.7 (2014-12-20 17:04), 0.6.8 (2014-12-31 07:47), 0.6.9 (2016-01-08 08:49), 0.6.10 (2016-08-02 16:59), 0.6.11 (2017-01-03 18:24), 0.6.12 (2017-01-27 10:18), 0.6.13 (2017-12-14 17:54), 0.6.14 (2018-01-14 23:02), 0.6.15 (2018-01-28 22:43), 0.6.16 (2018-08-22 18:20), 0.6.17 (2018-09-12 16:40), 0.6.18 (2018-10-10 18:00), 0.6.19 (2019-05-20 07:10), 0.6.20 (2019-07-04 16:40), 0.6.21 (2019-09-21 01:20), 0.6.22 (2019-10-21 16:40), 0.6.23 (2019-11-23 10:40), 0.6.24 (2020-02-12 15:30), 0.6.25 (2020-02-23 01:10), 0.6.26 (2020-10-17 18:20), 0.6.27 (2020-10-25 00:10), 0.6.28 (2021-09-23 18:50), 0.6.29 (2021-12-01 08:40), 0.6.30 (2022-10-18 10:32), 0.6.31 (2022-12-11 08:40), 0.6.32 (2023-06-26 15:30), 0.6.33 (2023-07-07 16:10), 0.6.34 (2024-01-11 14:40), 0.6.35 (2024-03-11 15:10), 0.6.36 (2024-06-23 18:40), 0.6.37 (2024-08-19 16:10), 0.6.38 (2025-11-12 09:40)
Other packages that cited digest R package
View digest citation profile
Other R packages that digest depends, imports, suggests or enhances
Complete documentation for digest
Functions, R codes and Examples using the digest R package
Some associated functions: AES . digest . digest2int . hmac . makeRaw . sha1 . vdigest . 
Some associated R codes: AES.R . digest.R . digest2int.R . hmac.R . init.R . sha1.R . vdigest.R . zzz.R .  Full digest package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  
bbdetection  
Identification of Bull and Bear States of the Market
Implements two algorithms of detecting Bull and Bear markets in stock prices: the algorithm of Pagan ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
Rnmr1D  
Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free ...
Download / Learn more Package Citations See dependency  
tibble  
Simple Data Frames
Provides a 'tbl_df' class (the 'tibble') with stricter checking and better formatting than the tradi ...
Download / Learn more Package Citations See dependency  
tarchetypes  
Archetypes for Targets
Function-oriented Make-like declarative pipelines for Statistics and data science are supported in t ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA