Remix.run Logo
irq-1 3 days ago

How is this different from sha256sum (and variants)? Create, store and check file hashes?

catatsuy 2 days ago | parent [-]

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.