Skip to content

feat: add SHA-3 (Keccak) hashing support - #36

Open
elevasyncsolutions-jpg wants to merge 1 commit into
amithmandassociates-oss:mainfrom
elevasyncsolutions-jpg:feat/sha3-support
Open

feat: add SHA-3 (Keccak) hashing support#36
elevasyncsolutions-jpg wants to merge 1 commit into
amithmandassociates-oss:mainfrom
elevasyncsolutions-jpg:feat/sha3-support

Conversation

@elevasyncsolutions-jpg

Copy link
Copy Markdown

/claim #2

Summary

Adds SHA-3 (FIPS 202) hashing support to the Bulk Evidence Hash Reporter tool.

Changes

  • New SHA-3 column in the hash report table
  • Real-time SHA-3 computation using CryptoJS.SHA3() alongside MD5 and SHA-256
  • Console logging: [SHA-3] filename: hash when calculated
  • SHA-3 values included in CSV, PDF, and Word export formats
  • SHA-3 included in Email Forensic PDF reports

Verification

  • SHA-3 computed client-side using existing CryptoJS library (no new dependencies)
  • All existing MD5/SHA-256 functionality preserved

- New SHA-3 column in the hash report table (FIPS 202 compliant)
- Real-time SHA-3 computation via CryptoJS.SHA3
- Console logging when SHA-3 is calculated
- SHA-3 included in CSV, PDF, and Word export formats
- Closes amithmandassociates-oss#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.

1 participant