-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to compute http BodySHA256 on decoded BodyText #275
Conversation
If we are adding some new options to compute hash, can we also add an option for SHA1 as well? E.g., a config option like |
Quick question: would it be possible to have the possibility to select one or more hash functions, so that we could have MD5, SHA1 and SHA256 computed and reported? You never know which hash function are used by other applications. |
I do think that would be nice to have, I guess now as a future enhancement to this patch. |
Adds a new way to compute the BodyHash for http scanner.
How to Test
Notes & Caveats
If necessary, explain the motivation for this PR, and note any caveats that apply to your changes or future work that will be needed.
Issue Tracking
Add a link to the relevant GitHub issue(s) if the pull request resolves it.