multihashes: Computation of SHA2 and SHA3 Hashes Computes SHA2-256 and...

View source: R/multihashes.R

multihashesR Documentation

Computation of SHA2 and SHA3 Hashes Computes SHA2-256 and SHA3-512 hashes for a single file. It returns a data frame with the file name, SHA2-256 hashe and SHA3-512 hash. The function requires the existence of the openssl (RPM) library on the system.

Description

Computation of SHA2 and SHA3 Hashes Computes SHA2-256 and SHA3-512 hashes for a single file. It returns a data frame with the file name, SHA2-256 hashe and SHA3-512 hash. The function requires the existence of the openssl (RPM) library on the system.

Usage

multihashes(x)

Arguments

x

Path to file.

Required: OpenSSL System Library

The function requires the existence of the openssl (RPM) library on the system.


SeanFobbe/databuilder documentation built on July 20, 2022, 4:50 a.m.