
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
@aws-crypto/crc32
Advanced tools
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
import { Crc32 } from '@aws-crypto/crc32';
const crc32Digest = (new Crc32).update(buffer).digest()
npm test
The buffer-crc32 package is another npm package that provides a similar functionality to @aws-crypto/crc32. It allows for the calculation of CRC32 checksums for buffers. It is a simple and fast implementation, but it is not maintained by a major organization like AWS.
The crc package is a more comprehensive package for calculating CRC checksums. It supports various CRC algorithms, including CRC32. It offers a wider range of functionality compared to @aws-crypto/crc32, which is focused solely on CRC32.
FAQs
Pure JS implementation of CRC32 https://en.wikipedia.org/wiki/Cyclic_redundancy_check
The npm package @aws-crypto/crc32 receives a total of 13,070,382 weekly downloads. As such, @aws-crypto/crc32 popularity was classified as popular.
We found that @aws-crypto/crc32 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.