Description Usage Arguments Value Examples
Thin wrapper around openssl counterparts that automatically wrap x
with file()
and return unclassed character representations of the digests.
1 | md5(x)
|
x |
path to file |
hash digest (chr)
1 2 3 | md5(system.file("samples/s_copypix.txt", package = "hashlookup")),
sha1(system.file("samples/s_copypix.txt", package = "hashlookup")),
sha256(system.file("samples/s_copypix.txt", package = "hashlookup")),
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.