Re: Encrypting parts of a Text-Node

--On Dienstag, 14. November 2000 08:21 -0500 
aaron.j.ferguson@us.pwcglobal.com wrote:
> I'm not sure I understand your question. Can you rephrase?

Plaintext (text node):

<element>This is very much text, and absolut secret parts of it are 
encrypted</element>

Ciphertext:

<element>This is very much text, and 
<encrypted>tztz7s6d7ttuas2gh==</encrypted> parts of it are 
encrypted</element>

From the ciphertext only, I can't determine whether there is text or 
element content within the ciphertext:

Plaintext 2 (element node):

<element>This is very much text, and <em>absolut secret</em> parts of it 
are encrypted</element>

I did split a text node into 3 text nodes, and the middle one was 
encrypted. Should we forbid things like that ?

Christian

Received on Tuesday, 14 November 2000 09:15:05 UTC