Avatar of kunjachan_
kunjachan_

asked on 

how to implement file checksum ?

Guyz,

My application uses a .xml file as input, and I need to make sure nobody has edited the file. Can we implement a checksum for this file? If so,
1.Where do I specify the file checksum in the .xml file
2.How to calculate the checksum for the .xml file and compare with the checksum found in the .xml file.

Any ideas?
Thnx!
C#

Avatar of undefined
Last Comment
TheAvenger

8/22/2022 - Mon