Skip to content

Add SHA-3 hashing support across table and reports - #15

Open
Mystic-Pickaxe wants to merge 1 commit into
amithmandassociates-oss:mainfrom
Mystic-Pickaxe:feat/add-sha3-hash-reporting
Open

Add SHA-3 hashing support across table and reports#15
Mystic-Pickaxe wants to merge 1 commit into
amithmandassociates-oss:mainfrom
Mystic-Pickaxe:feat/add-sha3-hash-reporting

Conversation

@Mystic-Pickaxe

Copy link
Copy Markdown

Summary

  • add a SHA-3 (FIPS 202) hash column to the Bulk Evidence Hash Reporter table
  • compute SHA-3 using CryptoJS.SHA3 during file processing
  • include SHA-3 values in exported reports:
    • Hash PDF
    • Hash Word
    • CSV export
    • new Hash Excel export (.xlsx)
  • add runtime system logging in browser console when SHA-3 is calculated

Notes

  • implemented as a client-side only update
  • no backend/service changes required

Fixes #2

@Mystic-Pickaxe

Copy link
Copy Markdown
Author

/claim #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