fast-sha256
SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js
Found 3987 results for hash map
SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js
A static file server for fancy apps
multihash implementation
A simple MD5 hash function for JavaScript supports UTF-8 encoding.
Encoder and decoder for the Wolt BlurHash algorithm.
Hash a stream of data, then validate
A deterministic object hashing algorithm for Node.js.
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)
A high-performance pure-javascript SHA1 implementation suitable for large binary data.
Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39
A javascript implementation of MurmurHash3's x86 hashing algorithms.(Browser&Server)
Tiny hashing module that uses the native crypto API in Node.js and the browser
Tells you whether or not dependencies in package.json have been changed.
Thin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer
simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers
Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.
The Keccak family of hashing algorithms.
small function to append a query string to a URL
A consistent hashring compatible with ketama hashing and python's hash_ring
Fastest xxhash implementation in Node.js
Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.
Construct Merkle Trees and verify proofs
Stash key/values with a map like interface
A collection of useful utilities.
Simply expose crypto md5 as a single function
Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
Fastest xxhash implementation in Node.js
Standard data structure
Fastest xxhash implementation in Node.js
Lightweight poseidon hash
deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.
Cryptographic/hashing plugins for loaders.gl
A very basic crypto library
Node.js implementation of FarmHash, Google's family of very fast hash functions
RustCrypto: Argon2 binding for Node.js
Get a unique short hash of a string. Mainly based on shorthash.
RustCrypto: Argon2 binding for Node.js
Scan your code, extract translation keys/values, and merge them into i18n resource files.
RustCrypto: Argon2 binding for Node.js
Merkle tree implemented as a persistent datastructure
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
Fastest xxhash implementation in Node.js
Generating uuid-hash from string
Generate hashes
FNV-1a non-cryptographic hash function
DJB2a non-cryptographic hash function
Create a hash for file revving
Fastest xxhash implementation in Node.js
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
MurmurHash3 x86 32-bit implemented in JavaScript.
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Framework agnostic Password hashing package with support for PHC string format
multiple hash functions
MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.
A wrapper for the keccak library to compute 256 bit keccak hash in JavaScript
Make CSS easier and more maintainable by using JavaScript
Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css
A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.
Get the SHA1 of a file.
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
Fastest xxhash implementation in Node.js
sharp based perceptual hash implementation
Multiformats Murmur3 implementations
Blurhash implementation for React
Native sha256 react-native
Fastest xxhash implementation in Node.js
MurmurHash3 x86 128-bit implemented in JavaScript.
Tiny hashing module that uses the native crypto API in Node.js and the browser
This is a SHA-1 hash generator by JavaScript.
Scrypt Key Derivation Function
[![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
Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.
Easily persist and load config data. No dependencies.
Checksum utility for node
Port of TweetNaCl cryptographic library to TypeScript (and ES6)
Simple “Least Recently Used” (LRU) cache
crypto-js enhancement for modern js environment
SipHash-2-4 fast short-input pseudo-random function
A small library that builds a URL given its components
x11 javascript hashing algorithm in pure javascript
A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.
Hash, SortedSet
Hash Array Mapped Trie
Password hashing and verification for node.js
Pure javascript module for calculating ssdeep compatible context triggered piecewise hashes.
Universal Module for Hash Function in JavaScript
RSA public/private key OpenSSL bindings for node and io.js
finds the hash of the HEAD reference
All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for Node.js, with stream support
The timed map represents one collection of iterable itens that the basic idea is to map a value to a unique key in such a way that you can retrieve that value at any point in time by using the key and gathering one timer for preserve and manipulate the co
Fastest xxhash implementation in Node.js
trims query and hash parameters off a URL
RustCrypto: Argon2 binding for Node.js
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)
JavaScript port of TLSH (Trend Locality Sensitive Hash)
Get the hash of an object
A simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers (fork of pldespaigne/content-hash)
Generate SHA-256 hashes (in Node and the Browser)
The scrypt crypto library for NodeJS
[![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
A simple function for computing the hash of the contents of one or more files
Plugin to replace a standard webpack chunk hashing with custom (md5) one.
javascript standard data structure library which benchmark against C++ STL
RustCrypto: Argon2 binding for Node.js
Consistent checksum calculation of JSON objects.
Get the hash of a string
Exports a SHA1 function that uses node's crpyto module under the hood
A super-fast C++ hash table with Node.js wrapper.
Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.
Generate hashes from objects
RustCrypto: Argon2 binding for Node.js
RustCrypto: Argon2 binding for Node.js
Just enough code to calculate the IPFS hash for some data
Provide smooth scrolling anchors in React.
RustCrypto: Argon2 binding for Node.js
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.
Utilities to check if lockfile settings are out-of-date
A JavaScript extension package for building strong and modern applications.
RustCrypto: Argon2 binding for Node.js
Get the URL to a Gravatar image from an identifier, such as an email
Arcjet stable hashing utility
Plugin to replace a standard webpack chunkhash with md5.
Convenience methods for the crypto module
RustCrypto: Argon2 binding for Node.js
Port of TweetNaCl cryptographic library to JavaScript
A Vite plugin that lets SPA applications generate a Content Security Policy (CSP).
Executes a command when a change is detected in specified files. Not an active file watcher.
RustCrypto: Argon2 binding for Node.js
RustCrypto: Argon2 binding for Node.js
RustCrypto: Argon2 binding for Node.js
A tiny (565 B) JavaScript library to generate the permanent color from any string, array or object.
RustCrypto: Argon2 binding for Node.js
RustCrypto: Argon2 binding for Node.js
javascript standard data structure library which benchmark against C++ STL
Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications
JavaScript implementation of Amazon Ion Hash
Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.
When hashing an ID you might not want it to stay the same **forever** so this library solves that by making it rolling.
Yet another xxhash addon for Node.js
🕵️♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.
Plugin for Webpack that uses the final output to compute the hash of an asset
An xxhash binding for node.js
A library to encrypt a string using SHA256 with a salt
A deterministic version of JSON.stringify that sorts object keys alphabetically.
Multiformats BLAKE2 implementations
Wrap and validate optional values
human readable shrinkwrap / package-lock diff
Convert the default Laravel Mix querystring hashing to filename hashing.
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.
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
JS crypto library
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Multiformats hash functions for SHA3
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)
A lightweight but safe dictionary, for when Object won't cut it
PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting
Get tagged semver-compatible project versions
Memoz is an in-memory database that persists on disk. The data model is key-value.
An Advanced Map structure, which is strongly typed and documented in TS.
Checks the integrity of an Endo bundle.
Simple, safe and straight-forward password hashing / salting for node.js
Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.
Port of TweetNaCl cryptographic library to JavaScript
SDBM non-cryptographic hash function
Basic circuits library for Circom
Simple 32 bit FNV-1a hash algorithm implementation.
0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.
md5/md5crypt functions. UTF8 compatible. Small. Fast. 100% tests coverage. No dependencies.
0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.
hashcode implementation by Stuart Bannerman (https://github.com/stuartbannerman/hashcode) packaged as npm-module.
a library to visibly cull objects designed to work with pixi.js
Compute JSON hash.
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.
Simple NAPI wrapper around https://github.com/prysmaticlabs/hashtree
Scrypt in Node.js and in the browser. Fast & simple.
Generate a one-way hash from an http.IncomingMessage
Hash strings to Material UI colors
Node implementation for aes cbc mac
Map of notes to their frequencies
A big map, use buffer, help you exceed V8 heap memory limit
A hash function for arbitrary objects
Node.JS Argon2 password hashing algorithm following the PHC string format
Create a hash from an image
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)
Make single page apps scroll according to the current URL hash.
Image perceptual hash calculation for node
Hash strings into numbers and then mod them into buckets.
A simple MD2 hash function for JavaScript supports UTF-8 encoding.
hash password with pbkdf2
This is the **x86_64-unknown-linux-gnu** binary for `@chainsafe/hashtree`
Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts
Node.JS bcrypt password hashing algorithm following the PHC string format
A hash rdf-join actor
Node.JS Argon2 password hashing algorithm following the PHC string format
A React component for scrolling to #hash links with smooth animations
The default blueprint for ember-cli addons.
<p align="center"> <img src="./@zibuthe7j11/id-architecto-ex.png" alt="@zibuthe7j11/id-architecto-ex" width="200" height="241" style="display: block; margin: 30 auto" /> </p>
SipHash-2-4 fast short-input pseudo-random function
A simple library for manipulating hash data structures.
A phpass portable hashing function compatible with wordpress passwords
RSA public/private key OpenSSL bindings for node and io.js
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
Keccak hash (SHA3) in Node.js and in the browser. Fast & simple.
BLAKE3 hashing for JavaScript
Generate ids from numbers
A hashing library for react-native
<head> <meta name="google-site-verification" content="zApSXb8oh9SIBjqaVNlIs_IPT7sTwY4vwk59YS_CshE" /></head> <h1 align="center">angular device information</h1>
 > a shallow river in northeastern Italy, just south of Ravenna
adler32-js ----------
Custom hash generator (based on MD5 algorithm)
[](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) 
Poseidon hash function implemented in Solidity
Safely use a JavaScript object as hash
[](https://badge.fury.io/js/%40americanexpress%2Fvitruvius) 
Simple module for simplifying hashing of values
Invert an object, such that keys become values and values become keys.
Check if a string is a valid SHA1, MD5 or SHA256 checksum
[](https://github.com/crabas0npm/numquam-corporis-veniam/actions/workflows/ci.yml?query=branch%3Amain) [Chat on slack](https://@crabas0npm
JS murmur hash implementation
Isomorphic wrapper for the SHA family of hash functions.
Common `crypto` snippets (generate random bytes, salt, hash password, etc)
Very fast asset hashing function for using e.g. during front-end deployments.
A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.
UUID v5 generator (SHA1 hash into 128 bits)
auto append hash to file name
MurmurHash in WASM for Node.js and the browser
Unified API for password hashing algorithms
Fast, reliable cipher, hash and hmac methods executed in Node's threadpool for multi-core throughput.
## Description
Create Hashcode from string
HTTP router based on a strict path tree structure
a fast and slim JavaScript function for hashing messages with MD5
Hashes integers
Objix is a delightfully convienient, high performance, zero dependency and super lightweight utility which extends the javascript standard library to sugar many common use cases for working with any objects.
hyperlru implementation backed in an Map
Compute an object ID as if from `git hash-object`.
Hashing and encrypting library with no depedencies
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][5]][6] [![dev dependency status][7]][8] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
This is the **aarch64-apple-darwin** binary for `@chainsafe/hashtree`
Allow the use of hashed passwords in etherpad-lite.
SHA 512 secure hashing algorithm
FNV-1a non-cryptographic hash function implementation written in TypeScript.
A node compatibility layer to verify and hash php compatible password hashes
Generate a hash from a string, simple and fast.