sha224sum
Calculate SHA224 cryptographic checksums.
Install
- All systems
-
curl cmd.cat/sha224sum.sh
- Debian
-
apt-get install coreutils
- Ubuntu
-
apt-get install coreutils
-
Alpine
-
apk add coreutils
- Arch Linux
-
pacman -S coreutils
- Kali Linux
-
apt-get install coreutils
- CentOS
-
yum install coreutils
- Fedora
-
dnf install coreutils
- OS X
-
brew install coreutils
- Raspbian
-
apt-get install coreutils
- Docker
-
docker run cmd.cat/sha224sum sha224sum
powered by Commando
Calculate SHA224 cryptographic checksums.
-
Calculate the SHA224 checksum for a file:
sha224sum filename1
-
Calculate SHA224 checksums for multiple files:
sha224sum filename1 filename2
-
Read a file of SHA224 sums and verify all files have matching checksums:
sha224sum -c filename.sha224
© tl;dr; authors and contributors