crc
Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.
Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.
Pure-JS CRC-32
Generates CRC hashes for strings - for use by node redis clients to determine key slots.
Hardware-accelerated CRC-32C with software fallback
CRC32C algorithm with hardware acceleration and software fallback.
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)
CRC32 generation using Slicing-by-N algorithm
To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.
Simple CRC checksum functions for JavaScript. Supports many predefined models such as CRC-8, CRC-16, CRC-24, CRC-32, and CRC-64. It also supports custom CRC models.
Tiny, streaming, seedable CRC32 library, compatible with the crypto.Hash API
CRC Utils. Combines two or more CRC32 checksums into new one.
Pure-JS CRC-32
CRC generator for node js
A native node addon to calcalate and verify CRC16 values, adopted by MODBUS agreement.
A Crypto Hash (Stream) implementation for the CRC algorithm.
Fast Javascript calculation of custom CRC checksum. Prebuilt models for CRC-6, CRC-8, CRC-10, CRC-16, CRC-24, CRC-32, CRC-32C.
calculate checksum for file (after cksum.c)
Fungsi untuk mendapatkan nilai error cek atau checksum dengan algoritma crc-16 atau crc-ccitt atau crc-itu
Calculating crc-32 checksum.
Implementation of Unix sum, cksum, and crc32 algorithms