Share on socials

Add SHA-3 (Keccak) Hashing Support

Exclusives

Open to everyone

Description

Is your feature request related to a problem? Please describe. Currently, the tool supports MD5, SHA-1, and SHA-256. While these are industry standards, modern forensic requirements are shifting toward SHA-3 (FIPS 202) for increased security and collision resistance.

Describe the solution you’d like I would like to add a new column to the “Bulk Evidence Hash Reporter” table for SHA-3.

  • Integration with CryptoJS.SHA3.
  • Ability to export SHA-3 values in CSV, Excel, and PDF reports.
  • Real-time logging in the System Console when SHA-3 is calculated.

Describe alternatives you’ve considered Using external command-line tools (like OpenSSL), but this breaks the “Client-Side Only” browser workflow that makes this tool convenient.

Additional context This will make the tool compliant with the latest NIST standards for digital evidence.

Contributor chat