Skip to content

BrandonBenn/immutable-records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Immutable Records using One-Way Hash


DESCRIPTION

Given a directory of files, a snapshot of its contents is built using a Merkle hash tree. The hash of root the is stored in a file called CHECKSUM. If any of the files in the directory, or the CHECKSUM was tampered with, the verification will give a warning.

SYNOPSIS

irow generate [directory]
irow verify   [directory]

About

Immutable Records using One-Way Hash.

Resources

Stars

Watchers

Forks