
| Key: |
CODEC-39
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jamie Flournoy
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
| |
Size |
|
diff.out |
2005-03-24 01:38 PM |
Jamie Flournoy |
9 kB |
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
|
Since there's a lot of talk about a possible/probable weakness in SHA-1, lots of
folks (myself included) would like to switch to something stronger. DigestUtils
currently only provides convenience methods for SHA-1. So, DigestUtils should be
extended to provide SHA-256, -384, and -512 hashes.
|
|
Description
|
Since there's a lot of talk about a possible/probable weakness in SHA-1, lots of
folks (myself included) would like to switch to something stronger. DigestUtils
currently only provides convenience methods for SHA-1. So, DigestUtils should be
extended to provide SHA-256, -384, and -512 hashes. |
Show » |
|
Implementation of this enhancement
This is an implementation of this enhancement, including test cases based on
the samples that are in the FIPS 180-2 spec.