hasha
Hash calculator
A utility module for computing and manipulating hashes of various types of input data
Hashing made simple. Get the hash of a buffer/string/stream/file.
957 stars
12 watching
32 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/hasha-cli | A command-line tool for calculating hashes of input text or files | 73 |
sindresorhus/hash-object | A library that generates a unique digital fingerprint of an object | 134 |
sindresorhus/crypto-hash | A small hashing module that provides a unified API for Node.js and browser environments | 638 |
sindresorhus/md5-hex | Creates an MD5 hash with hex encoding from input data | 45 |
sindresorhus/round-to | A utility library for rounding numbers to specific decimal places | 155 |
sindresorhus/filled-array | Creates an array of specified length filled with a given value or function returning values | 43 |
sindresorhus/matcher | A utility for simple string matching with wildcard patterns | 537 |
sindresorhus/math-clamp | A utility function to limit a value within a specified range | 14 |
sindresorhus/string-width | Calculates the visual width of a string based on its Unicode characters and formatting options | 479 |
sindresorhus/get-stream | A utility library for working with streams in JavaScript | 341 |
sindresorhus/pad-stream | Transforms input streams by padding each line with a specified indent | 11 |
sindresorhus/p-reduce | Transforms an asynchronous list into a single value by applying a reduction function | 68 |
sindresorhus/string-length | Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 162 |
aksalj/hashlibpp | Provides a simple C++ library to compute cryptographic checksums. | 15 |
geopjr/collision | A GUI tool to generate and verify various types of hashes for file integrity verification. | 146 |