[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: crc16



Quoting Grzesiek Sójka (2019-09-11 11:37:11)
> Is there any utility to calculate crc16 (not the crc32) in Debian?

Yes.

For command-line use:

  jacksum
  radare2

  node-crc
  libdigest-crc-perl: 
  python3-crcelk
  python3-crcmod
  tcllib

Latter part above are not really utilities, but can probably all of them 
be used for oneliners - like this:

echo foobar|perl -MDigest::CRC=crc16 -nE'chomp;say "$_: ", crc16($_)'


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature


Reply to: