A pure Javascript implementation for calculating the CRC32 checksum of a string.
https://github.com/subnetmarco/easy-crc32.git
A pure Javascript implementation for calculating the CRC32 checksum of a string.
npm install easy-crc32
var crc32 = require('easy-crc32');
crc32.calculate("This is a string");
Open an issue on GitHub.