What is the best approach for Digital Signing a CSV file?

980 Views Asked by At

I am a newbie to Digital Signing and would like some advice on the best approach for this. I have an application in VB.net that does data logging to a CSV file. I need to provide a digital signature to the CSV file and from my research, it looks like converting the CSV file to an XML document would allow me to use the SignedXML class and its properties. The other option would be to sign the CSV document, but I am not sure what .Net tools are available for this. If I sign the CSV file, would it make sense to give it a new extension like .sif instead of .csv? Any advice would be appreciated!

0

There are 0 best solutions below