Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Output of PBEwithMD5andDES

843810May 27 2003 — edited May 29 2003
Hi all!

In what form is the encrypted message? I wonder if it is ASCII subset or is it random bytes and I have to encode it somehow to send it over in XML?

The problem: I'd like to encode something and send that wihtin XML document. Obviously, if there are bytes with values like 0 and below 32, I might have problems and would need to encode ti in base64 or similar.


BTW, does SunJCE provide implementation for PBE v2.0 (PBEWithHMACSHA1andDESede?)

Thanks,
Miha
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2003
Added on May 27 2003
8 comments
791 views