Skip to content

erichmenge/treehash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Treehash Build Status

Amazon Glacier uses a tree of SHA256 hashes. This is a tool to help you verify that your files were uploaded safely to Glacier.

Installing it:

$ gem install treehash

Usage

Library:

Treehash::calculate_tree_hash string_or_io

Do note that when a file object is passed, the read pointer is moved to the end of the file.

Command-Line:

$ treehash filename

About

Calculates the SHA256 tree hash that's used by Amazon Glacier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages