Skip to content

Add SHA-3 / Keccak-256 hash reporting - #19

Open
OWConnoi wants to merge 1 commit into
amithmandassociates-oss:mainfrom
OWConnoi:codex/add-sha3-keccak-export
Open

Add SHA-3 / Keccak-256 hash reporting#19
OWConnoi wants to merge 1 commit into
amithmandassociates-oss:mainfrom
OWConnoi:codex/add-sha3-keccak-export

Conversation

@OWConnoi

Copy link
Copy Markdown

Summary

  • adds SHA-3 / Keccak-256 calculation alongside MD5 and SHA-256 in the evidence table
  • includes SHA-3 values in hash PDF, Word, Excel-compatible export, email CSV, and email forensic PDF reports
  • logs completed SHA-3 calculations to the browser console for real-time traceability

Verification

  • Inline app script parses successfully with new Function(...)
  • git diff --check
  • Playwright smoke test: uploaded a sample file and confirmed MD5, SHA-256, SHA-3 / Keccak-256 output and console logging
  • Playwright export smoke test: generated Hash_Report.xls, Hash_Report.pdf, Hash_Report.docx, Email_Report.csv, and Forensic_Email_Report.pdf without page errors

Closes #2

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