What is a hash manifest?
A hash manifest is a list of files with their cryptographic hashes (SHA-256, MD5). It proves that files have not been modified.
ハッシュ方式
SHA-256 と MD5
1回で2種類のハッシュを生成し、用途別の整合性確認に使えます。
一括処理
複数ファイルをまとめて処理
出力形式
JSON マニフェストまたは TXT
このツールについて知っておくべきこと。
A hash manifest is a list of files with their cryptographic hashes (SHA-256, MD5). It proves that files have not been modified.
Yes. All hashing is done locally in your browser using the Web Crypto API. Your files never leave your device.
Create audit trails, prove file integrity over time, verify downloads, or create evidence chains for legal/compliance purposes.
処理は100%ブラウザ内で行われます。ファイルがサーバーにアップロードされることはありません。
WebAssemblyによるネイティブに近いパフォーマンス。アップロード待ち時間なし。
あらゆるデバイス(Windows, Mac, Chromebook, Mobile)のChrome/Edge/Firefoxで直接動作します。