< 1 minute read

A way to compute crc checksum cross platform. without using any third party tool

cksum works on Linux, AIX, HP-UX Itanium, Solaris

%cksum run.sh
1491301976 652 run.sh

In windows you can use CertUtil

CertUtil -hashfile C:\myFile.txt MD5

It supports: MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512 and default to SHA1. Unfortunately no CRC32 as Unix shell does.

Here is a link if you want to find out more https://technet.microsoft.com/en-us/library/cc732443.aspx#BKMK_menu

Try out 24 Inch 144Hz FHD BenQ Zowie XL2411P (1080p) Gaming Monitor for Esports an awesome monitor within budget to spot enemies quickly in PUBG or any other Battle Royal game.

Categories: Programming

Simon

I am a Fullstack developer and Consultant with an experience of 9+ years in the industry. I mainly work on Java, React, Javascript, NodeJs, Elasticsearch and Botpress.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.