Zawód.Programista.NET() Profession, passion, appointment – notes about my adventures with. net

22Feb/110

Verification of the signed XML document

Previous post move issues related to the signing of documents. This entry, however, did not close topic, because it does not show how to verify a signed document. This subject will try to move in this entry.

15Feb/112

Signing XML documents

By creating different types of programs, sometimes there is a problem to ensure the authenticity of the file. This situation occurs, when these files are very important data, change which could lead to generate different types of losses. Such files can be license files, containing financial data, and medical data, etc. This problem can be solved very easily using XML files. Just, sign that the XML file and check the signature before re-use file. If it is correct then we will have confidence, that the file has not been any unauthorized modifications. In the event of any change, signature of the document will not respond to the information, which appear in the document.