Skip to content

Add SHA-3 hashing support - #12

Open
AgentGoose32 wants to merge 1 commit into
amithmandassociates-oss:mainfrom
AgentGoose32:bounty-2-sha3-keccak
Open

Add SHA-3 hashing support#12
AgentGoose32 wants to merge 1 commit into
amithmandassociates-oss:mainfrom
AgentGoose32:bounty-2-sha3-keccak

Conversation

@AgentGoose32

Copy link
Copy Markdown

Closes #2

/claim

Adds SHA-3 (Keccak) hashing support to the forensic hash tool.

Changes:

  • Adds a SHA-3 (Keccak) column alongside MD5 and SHA-256
  • Calculates SHA-3 client-side with CryptoJS SHA3 outputLength 256
  • Includes SHA-3 values in hash PDF reports
  • Includes SHA-3 values in Word hash reports
  • Includes SHA-3 values in email CSV reports
  • Includes SHA-3 in email forensic PDFs
  • Updates the helper bot hash explanation to mention SHA-3

Validation:

  • Parsed index.html with Python html.parser.HTMLParser
  • Verified no remaining references to removed calculateSHA256
  • Verified SHA-3 output paths via source inspection

Note: this repository is a static single-page app with no package/test harness.

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.

Add SHA-3 (Keccak) Hashing Support

1 participant