Extremely fast non-cryptographic hash algorithm
-
Updated
Nov 13, 2020 - C
{{ message }}
Extremely fast non-cryptographic hash algorithm
A small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
A JavaScript/TypeScript implementation of the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC.
Advanced library for randomization, hashing and statistical analysis (devoted to chaos machines).
Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
Official version of the Meow hash, an extremely fast level 3 hash
Signature base for my scanner tools
A fast, memory efficient hash map for C++
Crack hashes in seconds.
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
A Hashcat wrapper for distributed hashcracking
A family of header-only, very fast and memory-friendly hashmap and btree containers.
Make CSS easier and more maintainable by using JavaScript
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
A collection of utility functions for Ethereum
Content-addressed, authenticated, immutable data structures
Partitioning tool for PostgreSQL
Public append-only ledger microservice built with Slim Framework
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
Go Perceptual image hashing package
Add a description, image, and links to the hash topic page so that developers can more easily learn about it.
To associate your repository with the hash topic, visit your repo's landing page and select "manage topics."
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)