Output of PBEwithMD5andDES
843810May 27 2003 — edited May 29 2003Hi 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