Questions tagged [data-integrity]

taking steps to ensure that data will not be accidentally or maliciously changed or altered, or verifying whether data has already been changed in such a way. Use this tag for questions about checking whether data has been tampered with; keeping data safe and unchanged; keeping data in sync; or properly cleaning up after data changes.

333 questions
-2
votes
2 answers

Does LibGit2Sharp ensures that the data being cloned from the Repository is the same as what we receive on our end?

I am working on an application that uses LibGit2Sharp to clone the data from Git Repositories. I want to know that whether LibGit2Sharp does any data integrity checks like SHA-1 after the clone is finished(successful or not) to ensure that no data…
-2
votes
2 answers

How do I choose the right checksum for a simple C++ program, and how do I implement it?

I'm very new to checksums, and fairly new to programming. I have a fairly simple C++ program (measuring psi) that I'm transferring to an Arduino board. Would crc16 be OK or should I go with crc32 or would that be overkill?
-3
votes
2 answers

SQL; How to insure data integrity in complex situations

I have three tables named, Customer , Product , Sale . I need to know which products has been presented in which Sales and which customers have been attended to which Sales. So here is what we have so far: Customer (Id, Name) Product (Id,…
Hossein Narimani Rad
  • 31,361
  • 18
  • 86
  • 116
1 2 3
22
23