Hacker News new | ask | show | jobs
by irq-1 266 days ago
How is this different from sha256sum (and variants)? Create, store and check file hashes?
1 comments

Conceptually it’s the same as sha256sum, but Kekkai automates the workflow:

hashes recorded automatically at deploy,

stored in S3 with write/read separation,

verification runs regularly. It saves you from scripting all of that by hand.