@infra7/hash
v1.0.1
Published
A series of classic non-encrypted hash methods.
Downloads
4
Readme
@infra7/hash
A series of classic non-encrypted hash methods.
Installation
$ npm i -S @infra7/hash
Examples
import { StringHash } from '@infra7/hash';
const hash = StringHash('Hello World');