Closed
Bug 195128
Opened 22 years ago
Closed 3 years ago
Need to support PBE cipher algorithms
Categories
(JSS Graveyard :: Library, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jamie-bugzilla, Unassigned)
Details
The PBE algorithms are supported by SecretKeyFactory, but not by Cipher. Cipher
needs to support them to, because they describe how to compute the IV for
CBC-chaining from the password, salt, and IV. See PKCS #5 and the sample code at
http://java.sun.com/j2se/1.4/docs/guide/security/jce/JCERefGuide.html
Reporter | ||
Comment 1•22 years ago
|
||
Reassign to Glen.
Assignee: nicolson → glen.beasley
Target Milestone: --- → 4.0
Updated•18 years ago
|
Status: NEW → ASSIGNED
Target Milestone: 4.0 → ---
Updated•17 years ago
|
QA Contact: jamie-bugzilla → jss-qa
Updated•15 years ago
|
Assignee: gbmozilla → nobody
Updated•11 years ago
|
Status: ASSIGNED → NEW
Comment 2•3 years ago
|
||
JSS development has moved from the Mozilla community to the Dogtag PKI community. Please re-file this bug at https://github.com/dogtagpki/jss if it is still relevant. Thank you!
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•