Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

KMYArchives/Sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Icon Sum

Checksum file cli | Download | By: @kremilly

Example of use

  • Basic usage: sum -f README.md -a md5
  • Export hash: sum -f README.md -a md5 -e hash-exported.txt
  • Verify hash: sum -f README.md -a md5 -v fe91b3ef61a9680410244c26165a0c3a

Algorithms supported

  • MD5
  • CRC32
  • SHA1
  • SHA 224
  • SHA 256
  • SHA 384
  • SHA 512
  • Blake2B

Parameters

  • -f or --file File to be hashed
  • -a or --algo Algorithm to be used
  • -e or --export Export hash to file
  • -v or --verify Verify hash