Comment on Ask HN: Should I implement my own integrity checks on my fileserver?parentComments−jacobwilliamroyOP1yI am only trying to ensure the data on the local system is the same as the data on the server. There is no adversary in the middle modifying data; so this is strictly about detecting corruption.
Comments
I am only trying to ensure the data on the local system is the same as the data on the server. There is no adversary in the middle modifying data; so this is strictly about detecting corruption.