Hi, I would like to calculate various hash sums for given string but haven't found a suitable package, yet. I found tools::md5sum which works only for files, however I would like to avoid putting my string in a file before calculating the hash. Thanks, Uwe -- Uwe Ziegenhagen <http://www.uweziegenhagen.de> [[alternative HTML version deleted]]
Uwe Ziegenhagen <ziegenhagen <at> gmail.com> writes:> > Hi, > > I would like to calculate various hash sums for given string but haven't > found a suitable package, yet. > > I found tools::md5sum which works only for files, however I would like to > avoid putting my string in a file before calculating the hash.See the 'digest' package. Hans Werner