New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

sha-hasher

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sha-hasher

Generate a SHA256 Hash

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

License: UCOP v3

Current features:

  • generating a SHA256 hash
  • generating a SHA512 hash

Setup for the project

Download the module with the command: npm install --save sha-hasher

Import the module with:

const Hasher = require('sha-hasher');

License: UCOP v3 #Important Notice This package is a extension package for the lsj npm package
https://www.npmjs.com/package/lsj

SHA256-hash generator usage

var text = "The text you want to use";

var hash = Hasher.SHA256(text);

SHA512-hash generator usage

var text = "The text you want to use";

var hash = Hasher.SHA512(text);

Keywords

SHA256

FAQs

Package last updated on 25 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts