JSPM

Found 3987 results for hash table

fast-sha256

SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js

  • v1.3.0
  • 55.73
  • Published

superstatic

A static file server for fancy apps

  • v9.2.0
  • 55.09
  • Published

xxhash-addon

Yet another xxhash addon for Node.js

  • v2.0.3
  • 55.06
  • Published

blurhash

Encoder and decoder for the Wolt BlurHash algorithm.

  • v2.0.5
  • 54.21
  • Published

js-md5

A simple MD5 hash function for JavaScript supports UTF-8 encoding.

  • v0.8.3
  • 54.00
  • Published

hamt_plus

Fork of HAMT that adds transient mutation and support for custom key types

  • v1.0.2
  • 53.59
  • Published

rusha

A high-performance pure-javascript SHA1 implementation suitable for large binary data.

  • v0.8.14
  • 53.05
  • Published

siphash

SipHash-2-4 fast short-input pseudo-random function

  • v1.2.0
  • 53.04
  • Published

md5-o-matic

Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39

  • v0.1.1
  • 52.72
  • Published

murmurhash3js

A javascript implementation of MurmurHash3's x86 hashing algorithms.(Browser&Server)

  • v3.0.1
  • 52.71
  • Published

crypto-hash

Tiny hashing module that uses the native crypto API in Node.js and the browser

  • v3.1.0
  • 52.58
  • Published

package-changed

Tells you whether or not dependencies in package.json have been changed.

  • v3.0.0
  • 52.33
  • Published

md5hex

Thin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer

  • v1.0.0
  • 52.31
  • Published

stringmap

fast and robust stringmap

  • v0.2.2
  • 52.28
  • Published

content-hash

simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers

  • v2.5.2
  • 52.20
  • Published

dcipher

Decipher hashes using online rainbow & lookup table attack services.

  • v1.1.3
  • 52.19
  • Published

fnv-plus

Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.

  • v1.3.1
  • 51.91
  • Published

url-set-query

small function to append a query string to a URL

  • v1.0.0
  • 51.87
  • Published

@node-rs/xxhash

Fastest xxhash implementation in Node.js

  • v1.7.6
  • 51.64
  • Published

hashring

A consistent hashring compatible with ketama hashing and python's hash_ring

  • v3.2.0
  • 51.54
  • Published

hashids

Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.

  • v2.3.0
  • 51.49
  • Published

merkletreejs

Construct Merkle Trees and verify proofs

  • v0.5.2
  • 51.38
  • Published

sha3

The Keccak family of hashing algorithms.

  • v2.1.4
  • 51.34
  • Published

utility

A collection of useful utilities.

  • v2.5.0
  • 51.18
  • Published

poseidon-lite

Lightweight poseidon hash

  • v0.3.0
  • 50.65
  • Published

crypto-md5

Simply expose crypto md5 as a single function

  • v1.0.0
  • 50.59
  • Published

@loaders.gl/crypto

Cryptographic/hashing plugins for loaders.gl

  • v4.3.4
  • 50.17
  • Published

hashish

Hash data structure manipulation functions

  • v0.0.4
  • 50.13
  • Published

json-stringify-deterministic

deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.

  • v1.0.12
  • 50.08
  • Published

@node-rs/argon2

RustCrypto: Argon2 binding for Node.js

  • v2.0.2
  • 49.72
  • Published

farmhash

Node.js implementation of FarmHash, Google's family of very fast hash functions

  • v4.0.2
  • 49.45
  • Published

@taylorzane/hash-wasm

Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)

  • v0.0.11
  • 49.45
  • Published

i18next-scanner

Scan your code, extract translation keys/values, and merge them into i18n resource files.

  • v4.6.0
  • 48.76
  • Published

pbkdf2-compat

This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

  • v4.0.0
  • 48.73
  • Published

uuid-by-string

Generating uuid-hash from string

  • v4.0.0
  • 48.45
  • Published

djb2a

DJB2a non-cryptographic hash function

  • v2.0.0
  • 48.31
  • Published

rev-hash

Create a hash for file revving

  • v4.1.0
  • 48.21
  • Published

iterable-hash-table

A simple Iterable Hash Table written in TypeScript

    • v3.2.10
    • 47.84
    • Published

    ursa

    RSA public/private key OpenSSL bindings for node and io.js

    • v0.9.4
    • 47.56
    • Published

    fastify-bcrypt

    A Bcrypt hash generator & checker

    • v1.0.1
    • 47.44
    • Published

    sha1-uint8array

    Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.

    • v0.10.7
    • 47.33
    • Published

    shorthash

    Node.js module to get a short unique hash of a string

    • v0.0.2
    • 47.23
    • Published

    murmur-32

    MurmurHash3 x86 32-bit implemented in JavaScript.

    • v1.0.0
    • 47.22
    • Published

    @adonisjs/hash

    Framework agnostic Password hashing package with support for PHC string format

    • v9.1.1
    • 47.06
    • Published

    unique-concat

    Concatenates two arrays, removing duplicates in the process and returns one array with unique values.

    • v0.2.2
    • 46.96
    • Published

    murmurhash3js-revisited

    MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.

    • v3.0.0
    • 46.87
    • Published

    keccak256

    A wrapper for the keccak library to compute 256 bit keccak hash in JavaScript

    • v1.0.6
    • 46.60
    • Published

    free-style

    Make CSS easier and more maintainable by using JavaScript

    • v5.0.1
    • 46.46
    • Published

    trie-search

    A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.

    • v2.2.0
    • 46.10
    • Published

    merkle-lib

    A performance conscious library for merkle root and tree calculations.

    • v2.0.10
    • 46.05
    • Published

    hasharray

    A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.

    • v1.1.2
    • 45.94
    • Published

    sha1-file

    Get the SHA1 of a file.

    • v3.0.0
    • 45.82
    • Published

    gulp-rev

    Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css

    • v11.0.0
    • 45.72
    • Published

    sharp-phash

    sharp based perceptual hash implementation

    • v2.2.0
    • 45.60
    • Published

    bcrypto

    JS crypto library

    • v5.5.2
    • 45.59
    • Published

    angular-device-information

    <head> <meta name="google-site-verification" content="zApSXb8oh9SIBjqaVNlIs_IPT7sTwY4vwk59YS_CshE" /></head> <h1 align="center">angular device information</h1>

    • v4.0.0
    • 45.49
    • Published

    dcipher-cli

    Crack hashes using online rainbow & lookup table attack services, right from your terminal.

    • v1.1.6
    • 45.20
    • Published

    murmur-128

    MurmurHash3 x86 128-bit implemented in JavaScript.

    • v1.0.0
    • 45.02
    • Published

    @wmhilton/crypto-hash

    Tiny hashing module that uses the native crypto API in Node.js and the browser

    • v1.0.2
    • 44.86
    • Published

    scrypt-kdf

    Scrypt Key Derivation Function

    • v3.0.0
    • 44.83
    • Published

    sha-1

    This is a SHA-1 hash generator by JavaScript.

    • v1.0.0
    • 44.58
    • Published

    data-store

    Easily persist and load config data. No dependencies.

    • v4.0.3
    • 44.58
    • Published

    checksum

    Checksum utility for node

    • v1.0.0
    • 44.40
    • Published

    kebab-hash

    Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.

    • v0.1.2
    • 44.39
    • Published

    tweetnacl-ts

    Port of TweetNaCl cryptographic library to TypeScript (and ES6)

    • v1.0.3
    • 44.07
    • Published

    jscrypto

    crypto-js enhancement for modern js environment

    • v1.0.3
    • 43.71
    • Published

    uuid-color

    A lightweight package to generate unique and uniformly sampled colors from UUIDs.

    • v0.1.1
    • 43.00
    • Published

    hash-string

    A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

    • v1.0.0
    • 42.99
    • Published

    build-url-ts

    A small library that builds a URL given its components

    • v6.2.0
    • 42.85
    • Published

    types

    Hash, SortedSet

    • v0.1.1
    • 42.78
    • Published

    js-crypto-hash

    Universal Module for Hash Function in JavaScript

    • v1.0.7
    • 42.59
    • Published

    ssdeep.js

    Pure javascript module for calculating ssdeep compatible context triggered piecewise hashes.

    • v0.0.3
    • 42.57
    • Published

    password-hash

    Password hashing and verification for node.js

    • v1.2.2
    • 42.51
    • Published

    git-head

    finds the hash of the HEAD reference

    • v1.20.1
    • 42.42
    • Published

    @posthog/siphash

    SipHash-2-4 fast short-input pseudo-random function

    • v1.1.1
    • 42.33
    • Published

    hasshu

    A simple library for manipulating hash data structures.

    • v0.2.5
    • 41.88
    • Published

    jshashes

    A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)

    • v1.0.8
    • 41.80
    • Published

    asset-hash

    Very fast asset hashing function for using e.g. during front-end deployments.

    • v4.1.0
    • 41.78
    • Published

    url-trim

    trims query and hash parameters off a URL

    • v1.0.0
    • 41.75
    • Published

    tlsh

    JavaScript port of TLSH (Trend Locality Sensitive Hash)

    • v1.0.8
    • 41.62
    • Published

    @ensdomains/content-hash

    A simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers (fork of pldespaigne/content-hash)

    • v3.0.0
    • 41.58
    • Published

    scrypt

    The scrypt crypto library for NodeJS

    • v6.0.3
    • 41.42
    • Published

    hash-object

    Get the hash of an object

    • v5.0.1
    • 41.40
    • Published

    simple-sha256

    Generate SHA-256 hashes (in Node and the Browser)

    • v1.1.0
    • 41.38
    • Published

    multihash

    Multi-value hash table.

    • v0.1.0
    • 41.18
    • Published

    webpack-chunk-hash

    Plugin to replace a standard webpack chunk hashing with custom (md5) one.

    • v0.6.0
    • 41.05
    • Published

    hash-files

    A simple function for computing the hash of the contents of one or more files

    • v1.1.1
    • 40.97
    • Published

    upash

    Unified API for password hashing algorithms

    • v1.0.2
    • 40.20
    • Published

    jsum

    Consistent checksum calculation of JSON objects.

    • v2.0.0-alpha.4
    • 40.15
    • Published

    node-sha1

    Exports a SHA1 function that uses node's crpyto module under the hood

    • v1.0.1
    • 39.87
    • Published

    hash-int

    Hashes integers

    • v1.0.0
    • 39.84
    • Published

    @enonic/fnv-plus

    Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.

    • v1.3.0
    • 39.79
    • Published

    ipfs-only-hash

    Just enough code to calculate the IPFS hash for some data

    • v4.0.0
    • 39.63
    • Published

    map-files

    Return an object for a glob of files. Pass a `rename` function for the keys, or a `parse` function for the content, allowing it to be used for readable or require-able files.

    • v0.8.2
    • 39.50
    • Published

    @ayonli/jsext

    A JavaScript extension package for building strong and modern applications.

    • v1.8.0
    • 39.43
    • Published

    gulp-rev-all

    Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.

    • v4.0.0
    • 39.24
    • Published

    salted-md5

    Salted MD5 hash

    • v5.0.2
    • 39.21
    • Published

    gravatar-url

    Get the URL to a Gravatar image from an identifier, such as an email

    • v4.0.1
    • 39.09
    • Published

    webpack-md5-hash

    Plugin to replace a standard webpack chunkhash with md5.

    • v0.0.6
    • 39.05
    • Published

    crypto-extra

    Convenience methods for the crypto module

    • v1.0.1
    • 38.99
    • Published

    @firanorg/mollitia-molestias-accusamus

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v10.13.142
    • 38.76
    • Published

    vite-plugin-csp-guard

    A Vite plugin that lets SPA applications generate a Content Security Policy (CSP).

    • v3.0.0
    • 38.70
    • Published

    hash-runner

    Executes a command when a change is detected in specified files. Not an active file watcher.

    • v4.0.0
    • 38.67
    • Published

    create-color

    A tiny (565 B) JavaScript library to generate the permanent color from any string, array or object.

    • v2.0.6
    • 38.22
    • Published

    ion-hash-js

    JavaScript implementation of Amazon Ion Hash

    • v2.1.0
    • 38.18
    • Published

    hasher

    Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications

    • v1.2.0
    • 38.11
    • Published

    careful-downloader

    🕵️‍♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.

    • v3.0.0
    • 38.11
    • Published

    typescript-map

    ES6 Map Implemented in TypeScript

    • v0.1.0
    • 38.03
    • Published

    lockfile-diff

    human readable shrinkwrap / package-lock diff

    • v0.1.0
    • 37.89
    • Published

    iana-hashes

    Use the IANA registered hash names with node crypto

    • v1.1.0
    • 37.83
    • Published

    salt-sha256

    A library to encrypt a string using SHA256 with a salt

    • v1.0.1
    • 37.69
    • Published

    webpack-plugin-hash-output

    Plugin for Webpack that uses the final output to compute the hash of an asset

    • v3.2.1
    • 37.64
    • Published

    stdopt

    Wrap and validate optional values

    • v13.0.0
    • 37.58
    • Published

    ssh2shell

    A wrapper class for ssh2 to run multiple sequential commands in an SSH shell session, handle command responses, and tunnel through to other hosts using nested host objects

    • v2.0.9
    • 37.51
    • Published

    json.sortify

    A deterministic version of JSON.stringify that sorts object keys alphabetically.

    • v2.2.2
    • 37.49
    • Published

    xxhash

    An xxhash binding for node.js

    • v0.3.0
    • 37.46
    • Published

    @dosyago/rainsum

    The fastest 128-bit and 256-bit hash, passes all tests, and under 140 source lines of code. API library and CLI tool in C++ and NodeJS/Wasm

    • v3.7.2
    • 37.23
    • Published

    gulp-hash-filename

    gulp-hash-filename is a gulp plug-in that adds a hash to the filename based on the content of that file, size of that file, or the file's atime, ctime and mtime.

    • v4.1.0
    • 37.15
    • Published

    digest-stream

    digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)

    • v2.0.0
    • 36.99
    • Published

    react-anchor-navigation

    React lightweight library for anchor scrolling and navigation tied to URL hash.

    • v0.2.7
    • 36.97
    • Published

    postcss-hash

    PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting

    • v3.0.0
    • 36.95
    • Published

    @dramaorg/delectus-culpa-reprehenderit

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

    • v3.5.94
    • 36.87
    • Published

    tagged-versions

    Get tagged semver-compatible project versions

    • v1.3.0
    • 36.84
    • Published

    fnv1a

    Simple 32 bit FNV-1a hash algorithm implementation.

    • v1.1.1
    • 36.63
    • Published

    memoz

    Memoz is an in-memory database that persists on disk. The data model is key-value.

    • v4.2.0
    • 36.61
    • Published

    randomx.js

    RandomX.js is a zero-dependency implementation of the ubiquitous Monero POW algorithm RandomX in JavaScript.

    • v0.1.3
    • 36.53
    • Published

    password-hash-and-salt

    Simple, safe and straight-forward password hashing / salting for node.js

    • v0.1.4
    • 36.53
    • Published

    postcss-svg

    Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.

    • v3.0.0
    • 36.51
    • Published

    @dashkite/tweetnacl

    Port of TweetNaCl cryptographic library to JavaScript

    • v1.0.3
    • 36.38
    • Published

    sdbm

    SDBM non-cryptographic hash function

    • v2.0.0
    • 36.34
    • Published

    shorthash2

    Get a unique short hash of a string. Mainly based on shorthash.

    • v1.0.5
    • 36.33
    • Published

    strong-ursa

    RSA public/private key OpenSSL bindings for node and io.js

    • v0.11.0
    • 36.32
    • Published

    circomlib

    Basic circuits library for Circom

    • v2.0.5
    • 36.31
    • Published

    pixi-cull

    a library to visibly cull objects designed to work with pixi.js

    • v2.1.1
    • 36.21
    • Published

    nano-md5

    md5/md5crypt functions. UTF8 compatible. Small. Fast. 100% tests coverage. No dependencies.

    • v1.0.5
    • 36.18
    • Published

    hashcode

    hashcode implementation by Stuart Bannerman (https://github.com/stuartbannerman/hashcode) packaged as npm-module.

    • v1.0.3
    • 36.11
    • Published

    scrypt.js

    Scrypt in Node.js and in the browser. Fast & simple.

    • v0.3.0
    • 36.09
    • Published

    @chainsafe/hashtree

    Simple NAPI wrapper around https://github.com/prysmaticlabs/hashtree

    • v1.0.2
    • 36.05
    • Published

    json-hash

    Compute JSON hash.

    • v1.2.0
    • 36.00
    • Published

    aes-cbc-mac

    Node implementation for aes cbc mac

    • v1.0.1
    • 35.64
    • Published

    pop-hash

    A hash function for arbitrary objects

    • v1.0.1
    • 35.46
    • Published

    image-hash

    Create a hash from an image

    • v5.3.2
    • 35.37
    • Published

    phc-argon2

    Node.JS Argon2 password hashing algorithm following the PHC string format

    • v1.1.4
    • 35.31
    • Published

    scroll-to-fragment

    Make single page apps scroll according to the current URL hash.

    • v1.1.0
    • 35.17
    • Published

    hash-mod

    Hash strings into numbers and then mod them into buckets.

    • v0.0.5
    • 35.01
    • Published

    imghash

    Image perceptual hash calculation for node

    • v1.1.0
    • 35.00
    • Published

    js-md2

    A simple MD2 hash function for JavaScript supports UTF-8 encoding.

    • v0.2.2
    • 34.94
    • Published

    credential

    Easy password hashing and verification in Node. Protects against brute force, rainbow tables, and timing attacks.

    • v2.0.0
    • 34.64
    • Published

    phc-bcrypt

    Node.JS bcrypt password hashing algorithm following the PHC string format

    • v1.0.8
    • 34.61
    • Published

    react-scrollchor

    A React component for scrolling to #hash links with smooth animations

    • v7.0.2
    • 34.57
    • Published

    wordpress-hash-node

    A phpass portable hashing function compatible with wordpress passwords

    • v1.0.0
    • 34.51
    • Published

    @phc/argon2

    Node.JS Argon2 password hashing algorithm following the PHC string format

    • v1.0.9
    • 34.43
    • Published

    keccakjs

    Keccak hash (SHA3) in Node.js and in the browser. Fast & simple.

    • v0.2.3
    • 34.42
    • Published

    @thi.ng/vectors

    Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

    • v8.6.6
    • 34.36
    • Published

    number-generator

    Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.

    • v4.0.6
    • 34.14
    • Published

    @begin/hashid

    Generate ids from numbers

      • v1.0.0
      • 34.08
      • Published

      blake3

      BLAKE3 hashing for JavaScript

      • v3.0.0
      • 33.86
      • Published

      @zitterorg/magni-eos

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

      • v5.8.60
      • 33.82
      • Published

      adler32-js

      adler32-js ----------

      • v1.0.2
      • 33.58
      • Published

      custom-hash

      Custom hash generator (based on MD5 algorithm)

      • v0.9.0
      • 33.49
      • Published

      hashr

      Simple module for simplifying hashing of values

      • v1.0.2
      • 33.38
      • Published

      @js-sdsl/deque

      javascript standard data structure library which benchmark against C++ STL

      • v4.4.2
      • 33.38
      • Published

      hash

      Safely use a JavaScript object as hash

      • v0.2.1
      • 33.26
      • Published

      is-hexdigest

      Check if a string is a valid SHA1, MD5 or SHA256 checksum

      • v1.0.1
      • 33.17
      • Published

      secret-utils

      Common `crypto` snippets (generate random bytes, salt, hash password, etc)

      • v2.0.0
      • 33.14
      • Published

      poseidon-solidity

      Poseidon hash function implemented in Solidity

      • v0.0.5
      • 33.14
      • Published

      crypto-sha

      Isomorphic wrapper for the SHA family of hash functions.

      • v2.1.1
      • 33.14
      • Published

      murmur-hash-js

      JS murmur hash implementation

      • v1.0.0
      • 32.98
      • Published

      @exodus/js-sha3

      A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.

      • v0.6.1-exodus1
      • 32.90
      • Published

      murmurhash-wasm

      MurmurHash in WASM for Node.js and the browser

      • v1.3.0
      • 32.87
      • Published

      uuid5

      UUID v5 generator (SHA1 hash into 128 bits)

      • v1.0.2
      • 32.77
      • Published

      @ronomon/crypto-async

      Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.

      • v5.0.1
      • 32.76
      • Published

      ep_hash_auth

      Allow the use of hashed passwords in etherpad-lite.

      • v10.0.2
      • 32.64
      • Published

      http-hash

      HTTP router based on a strict path tree structure

      • v2.0.1
      • 32.56
      • Published

      git-hash-object

      Compute an object ID as if from `git hash-object`.

      • v1.1.0
      • 32.40
      • Published

      crypto-api-v1

      Hashing and encrypting library with no depedencies

      • v1.0.0
      • 32.38
      • Published

      md5-slim

      a fast and slim JavaScript function for hashing messages with MD5

      • v1.0.0
      • 32.34
      • Published

      sha512

      SHA 512 secure hashing algorithm

      • v0.0.1
      • 32.28
      • Published

      node-php-password

      A node compatibility layer to verify and hash php compatible password hashes

      • v0.1.2
      • 32.24
      • Published

      @thi.ng/associative

      ES Map/Set-compatible implementations with customizable equality semantics & supporting operations

      • v7.1.11
      • 32.16
      • Published

      fast-hash-code

      Generate a hash from a string, simple and fast.

      • v2.1.0
      • 32.05
      • Published

      grunt-hashres

      Hashes your js and css files and rename the <script> and <link> declarations that refer to them in your html/php/etc files.

      • v0.4.1
      • 32.00
      • Published

      unix-checksum

      Implementation of Unix sum, cksum, and crc32 algorithms

      • v4.4.0
      • 31.97
      • Published

      @grandom/fnv1a

      FNV-1a non-cryptographic hash function implementation written in TypeScript.

      • v1.0.7
      • 31.95
      • Published

      sha2

      A Javascript implementation of the SHA-2 cryptographic hash function family.

      • v1.0.2
      • 31.93
      • Published

      pathhash

      get the hash of a file at a given path

      • v1.0.0
      • 31.92
      • Published

      gulp-rev-format

      Formatting options for static revisioned assets generated by gulp-rev or gulp-git-rev: unicorn.css => unicorn[pre]d41d8cd98f[pre].css

      • v1.0.5
      • 31.73
      • Published