Skip to content

Add SHA-3 hash support - #26

Open
dsdcdcod wants to merge 1 commit into
amithmandassociates-oss:mainfrom
dsdcdcod:bounty/sha3-keccak-support
Open

Add SHA-3 hash support#26
dsdcdcod wants to merge 1 commit into
amithmandassociates-oss:mainfrom
dsdcdcod:bounty/sha3-keccak-support

Conversation

@dsdcdcod

Copy link
Copy Markdown

/claim #2

Summary

  • Adds SHA-3-256 / Keccak calculation via CryptoJS.SHA3(..., { outputLength: 256 }) in the existing client-side file workflow.
  • Adds a SHA-3-256 column to the Bulk Evidence Hash Reporter table.
  • Includes SHA-3-256 values in CSV, Excel, Hash PDF, Hash Word, and forensic email PDF reports.
  • Adds a visible System Console panel and logs each SHA-3 calculation as files are processed.

Verification

  • Parsed all inline scripts with Node new Function(...).
  • Checked required SHA-3, Excel, and System Console markers in index.html.
  • Loaded CryptoJS 4.1.1 in Node and verified CryptoJS.SHA3(..., { outputLength: 256 }) returns a 64-character digest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant