1.0.0 โ€ข Published 3 years ago

mini-sha2 v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

SHA2

SHA2 Hashing In Pure JavaScript

About

  • 100% JavaScript ๐Ÿ’ช
  • String/Array/Buffer Support ๐Ÿงฐ
  • Doesn't Crash ๐Ÿงจ
  • Browser Support ๐ŸŽฏ
  • Uses SHA256 ๐Ÿ”

Installation

~ npm i mini-sha2

Usage

const { hash, verify } = require('mini-sha2')

const hash = hash('data')
//==> <SHA2 g02h30s2vmb724mf92j9>
const verified = verify('data', hash)
//==> true/false

Related Packages

1.0.0

3 years ago