Thanks, it works :)

One modeling question:
I want to encrypt server data sets with two attributes: Name and Password. The name *must* be human readable but the password *must* be encrypted. Example:

<Servers>
        <Server>
                <Name>String</Name>
                <Password>String</Password>
        </Server>
        <Server>
                <Name>String</Name>
                <Password>String</Password>
        </Server>
...
</Servers>

1. Is there a chance that I only encrypt the Password nodes without the big overhead of the encryption tags for every password occurence? Or must I create two server nodes. One that holds the passwords and one that holds the names.

2. If I want to encrypt all occurences of node password, what option I must give to the command line? (At this moment only the first password would be encrypted.)

3. What means id in option "--node-id <id>"? Is ID a number? How are the (nested) nodes numbered?


Best wishes

Mike

_________________________________________________________________
Find sales, coupons, and free shipping, all in one place!  MSN Shopping Sales & Deals http://shopping.msn.com/content/shp/?ctid=198,ptnrid=176,ptnrdata=200639

_______________________________________________
xmlsec mailing list
[email protected]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to