Skip to content

patrickthebold/treehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

treehash

sha256 treehash used for amazon glacier

To compile: gcc treehash.c -lcrypto -o treehash There will be some warnings (at least on os x) but that's just because sha256 isn't considered secure, but you are probably using this for amazon glacier and not cryptographic purposes.

To run: cat file1 file2 | ./treehash

If you want to install, put the treehash file somewhere in your $PATH, perhaps /usr/local/bin.

About

sha256 treehash used for amazon glacier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published