This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
generated from CDCgov/template
-
Notifications
You must be signed in to change notification settings - Fork 10
Use SHA3-512 #1594
Merged
+88
−2
Merged
Use SHA3-512 #1594
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
6c9fa4a
use sha-256 and add unit test
pluckyswan 61751ea
make generateHash accept any object
pluckyswan f9a6a19
throw exception in hash method and change version of sha used
pluckyswan 782a740
fix unit tests and use secure hash in results
pluckyswan e4f1ab6
switch sha versions
pluckyswan 9299cb9
switch from hex 3rd party library to built-in java one
pluckyswan 724eee7
add override to method
pluckyswan bc9d635
fix variable name
pluckyswan 53f9dc5
test whether it flags sha3
pluckyswan 5167bf2
try adding provider
pluckyswan c484718
revert changes
pluckyswan 589d1d8
Merge branch 'main' into secure-hash
pluckyswan bbbc472
adding provider with exception
pluckyswan 1944f11
remove provider
pluckyswan 36cbaa4
change generic to object parameter and make HashHelper a singleton class
pluckyswan 5993592
remove unneeded interface
pluckyswan c68a087
Merge branch 'main' into secure-hash
pluckyswan a79cb1a
Merge branch 'main' into secure-hash
pluckyswan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove unneeded interface
commit 599359270457941faae2d890c0c52a86aebd6ef8
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
etor/src/main/java/gov/hhs/cdc/trustedintermediary/etor/utils/security/SecureHash.java
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind making a follow-up PR to add a private constructor? I'm happy to collaborate with you on that.