BrandonBenn / immutable-records

Immutable Records using One-Way Hash.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 99.0%Language:Makefile 1.0%