On Jan 18, 2008 7:17 PM, Jose Luis Alba <[EMAIL PROTECTED]> wrote: > Hi All, > > It's possible to encrypt a message using an embedded key (for symmetric > encryption) and send that key using the transport key encryption?
I don't think we can do this in the context of WS-Sec* specifications. However the standard way is to create a one time key (K) that is encrypted by the recipient's public key and that key (K) is used to encrypt the payload. Encrypted K will be included in the security header for extraction at the recipient. Thanks, Ruchith > > I have tried to do it with Rampart configuration using > <encryptionKeyIdentifier>EmbeddedKeyName</encryptionKeyIdentifier> but the > key is not sent. > > Send and embedded key goes against specification? > > Thanks all, > > Jose Luis > > > > ________________________________ > > Web Revelación Yahoo! 2007: > Premio Favorita del Público - ¡Vota tu preferida! -- http://blog.ruchith.org http://wso2.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
