Skip to content

A command line tool that shows/verifies checksums for a file.

Notifications You must be signed in to change notification settings

dukecat0/checksums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checksums

A command line tool that shows/verifies checksums for a file. Works on Windows, macOS and Linux.

Installation

pip install checksums

Usages

  • Show checksums of a file:
$ checksums ./file.txt
  • Verify the MD5 checksum of a file:
$ checksums check-md5 [MD5-checksum here] ./file.txt
  • Verify the SHA-1 checksum of a file:
$ checksums check-sha1 [SHA-1-checksum here] ./file.txt
  • Verify the SHA-256 checksum of a file:
$ checksums check-sha256 [SHA-256-checksum here] ./file.txt
  • Verify the SHA-512 checksum of a file:
$ checksums check-sha512 [SHA-512-checksum here] ./file.txt

About

A command line tool that shows/verifies checksums for a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages