Skip to content
/ tarsum Public

Compute checksums from tar archives on-the-fly

License

Notifications You must be signed in to change notification settings

connesc/tarsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tarsum

Compute checksums from tar archives on-the-fly.

Usage: tarsum md5|sha1|sha224|sha256|sha384|sha512|b2 [TAR OPTIONS...]

Examples

tarsum b2 < archive.tar > checksums.b2
tarsum sha256 -f archive.tar | diff checksums.sha256 -
zcat archive.tar.gz | tarsum sha1 > checksums.sha1
curl https://example.com/archive.tar.xz | tarsum md5 -J > checksums.md5

License

ISC License

About

Compute checksums from tar archives on-the-fly

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages