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.
CryptoJS.SHA3.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.