path-to-sha512

Calculates a SHA-512 for given data

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
path-to-sha512
0.0.15 years ago5 years agoMinified + gzip package size for path-to-sha512 in KB

Readme

path-to-sha512
Calculates a SHA-512 of a given path

Install

Using yarn:
yarn add path-to-sha512

or using npm:
npm install path-to-sha512

Usage

const pathToSHA512 = require('path-to-sha512')

const hash = await pathToSHA512('/path/to/file')