Hello Everyone,
Does anyone know how to filter out (ie. ignore) 'Digital Signatures' that are appended to text files.
I have two directories which contain the same files.
The files in Directory 1 have a different 'signature' from directory 2.
The signature component is appended to the content of the file (see below for format). How can I ignore this signateure, when the contents of the signature may change; note: the heading etc are the same.
Any assistance would be appreciated..
<Signature>
<SignatureValue>FdVeWtvRjBeNqxC7rAN/Zp6AcgOIi6NWn0XL99vbXoOYp6Pd2qTWMclv9Ll6n+yXv2B9M2 a/49SvCxpW7JexHQ==</SignatureValue>
<Digest>oYvSt49X5tLT6Ntx6jy3D5Knrvg=</Digest>
<ClientId>810404E9-E1D5-4121-BF34-C8B807F014AD</ClientId>
</Signature>
Does anyone know how to filter out (ie. ignore) 'Digital Signatures' that are appended to text files.
I have two directories which contain the same files.
The files in Directory 1 have a different 'signature' from directory 2.
The signature component is appended to the content of the file (see below for format). How can I ignore this signateure, when the contents of the signature may change; note: the heading etc are the same.
Any assistance would be appreciated..
<Signature>
<SignatureValue>FdVeWtvRjBeNqxC7rAN/Zp6AcgOIi6NWn0XL99vbXoOYp6Pd2qTWMclv9Ll6n+yXv2B9M2 a/49SvCxpW7JexHQ==</SignatureValue>
<Digest>oYvSt49X5tLT6Ntx6jy3D5Knrvg=</Digest>
<ClientId>810404E9-E1D5-4121-BF34-C8B807F014AD</ClientId>
</Signature>
Comment