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.
959 stars
12 watching
32 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A command-line tool for calculating hashes of input text or files | 73 |
| A library that generates a unique digital fingerprint of an object | 134 |
| A small hashing module that provides a unified API for Node.js and browser environments | 639 |
| Creates an MD5 hash with hex encoding from input data | 45 |
| A utility library for rounding numbers to specific decimal places | 155 |
| Creates an array of specified length filled with a given value or function returning values | 43 |
| A utility for simple string matching with wildcard patterns | 539 |
| A utility function to limit a value within a specified range | 14 |
| Calculates the visual width of a string based on its Unicode characters and formatting options | 483 |
| A utility library for working with streams in JavaScript | 342 |
| Transforms input streams by padding each line with a specified indent | 11 |
| Transforms an asynchronous list into a single value by applying a reduction function | 68 |
| Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 163 |
| Provides a simple C++ library to compute cryptographic checksums. | 15 |
| A GUI tool to generate and verify various types of hashes for file integrity verification. | 151 |