ratify

Crates.ioratify
lib.rsratify
version2.2.0
sourcesrc
created_at2024-03-22 14:29:03.083844
updated_at2024-07-13 19:47:27.184735
descriptionUtility for signing and verifying files and directories
homepage
repositoryhttps://github.com/vmalloc/ratify
max_upload_size
id1182666
size73,511
Rotem Yaari (vmalloc)

documentation

README

Ratify

Ratify is a tool for signing and verification of files and directory structures. It is an alternative to tools like cfv.

Installation

$ cargo install ratify

Usage

Sign a directory with files using a specific hash:

$ ratify sign -a sha1 .

This generates a DIRNAME.sha1 in the requested directory, which can later be verified by:

$ ratify test .

Ratify warns about new files not found in the catalog, and allows you to add them using ratify append (note that this does not modify signatures for existing entries).

The catalog created by Ratify is compatible with cfv, so Ratify can be used to verify cfv-created signatures as well

Commit count: 10

cargo fmt