4.0.0 โ€ข Published 3 years ago

mini-sha1 v4.0.0

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

SHA1

SHA1 Hashing In Pure JavaScript

About

  • 100% JavaScript ๐Ÿ’ช
  • String/Array/Buffer Support ๐Ÿงฐ
  • Doesn't Crash ๐Ÿงจ
  • Browser Support ๐ŸŽฏ
  • Browserified ๐Ÿ‘Œ

Installation

~ npm i mini-sha1

Usage

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

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

Related Packages

4.0.0

3 years ago

3.0.0

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago