CodeZeroNull / hashTar

Python script that calculates hashes for every file inside a tarfile and creates a checksusm file
MIT License
0 stars 0 forks source link

Add option to extract the files #3

Open CodeZeroNull opened 1 week ago

CodeZeroNull commented 1 week ago

Untar and create checksums file at the same time. I.e. tee file to checksum algorithm and output folder with python (useless for linux but may be useful for those in windows)

It would be interesting to benchmark in linux: python solution and bash-pipe-tee solution.

CodeZeroNull commented 6 days ago

An idea: Before extracting, it should check and warn about too long path lengths after extraction.