RE: XML Encryption strawman proposal

Ed,

I can give a sample for our demonstrator-1. I hope that folks back
home in the Netherlands will comment on demonstrator-II. They are
still working on it.

Please remember: it's a running demonstrator that
-	Has not a full and / or rich syntax
-	Assumes that passing on the decryption keys for the, in this case,
two 'encrypted classes' or target audiences, is somehow solved
-	It's a text node demonstrator only
-	Works on the consumer side, in this case IE. So there is no author
side demonstrator

Then ...
the encrypted XML example follows hereafter
and .... 
the decrypted XML example does not exist because that information in
only available in the display process. That's why our demonstrator-I
comes really close to Information Bound Security.

Dick

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="confistyle.xsl"?>

<demo>
<catalog>
<cat_name>		Sample EHCR			</cat_name>
<cat_item1>			Subject			</cat_item1>
<cat_item2>			Doctor/Departm.	</cat_item2>
<table>

<record> 	
	<extractX>	Flu in left arm			</extractX>
	<source>	Dr Smith			</source> 	    
</record>
 
<record> 	
	<extract>	Treatment xydoplaqs		</extract>
	<source> 	X-Clinic/GH			</source> 	    
</record>

<record> 	
     <extract>  <EncryptedClassA> Qbznfou!pwfsevf! </EncryptedClassA>
</extract>
	<source> 	Acc. Dpt/GH			</source> 	    
</record>

<EncryptedClassA>
<record> 	
	<extract>	Dbmm!jo!dpmmfdujoh!bhfou!</extract>
	<source> 	Bdd/!Equ!UD!	</source> 	    
</record>
</EncryptedClassA>

<record> 	
	<extract>	Payment received		</extract>
	<source> 	Acc. Dpt <EncryptedClassA> UD </EncryptedClassA>
</source> 	    
</record>

<EncryptedClassB>
<record>
 	<extract>	Fqoguvke"rtqdngou"" 	</extract>
    	<source>    <signature>	IR"Uok"""  </signature>	</source>	
</record>
</EncryptedClassB>

</demo>

Received on Thursday, 24 August 2000 02:33:32 UTC