Thread: [Solved] CRC-Check?
View Single Post
  #3  
Old 20.05.2012, 00:17
drbits's Avatar
drbits drbits is offline
JD English Support (inactive)
 
Join Date: Sep 2009
Location: Physically in Los Angeles, CA, USA
Posts: 4,434
Default

Ursprünglich geschrieben auf englisch und übersetzt
Originally written in English and translated.

Es ist richtig gesagt eine Hash-Prüfung oder eine Prüfsumme. Sie werden feststellen, dass es oft CRC-Check (MD5) sagt, was bedeutet, dass es eine Prüfung gegen die MD5-Prüfsumme (Signatur) ist. CRC selbst ist nicht ein Prüfsumme, aber eine Familie (CRC32 dient zum Überprüfen von Daten auf Festplatten und Internetverbindungen an Paketebene). JD des Gebrauches die Prüfsumme von den Bedienern.

Das Entwickler-Team über das Problem kennt, aber wurden nicht behoben, weil CRC weniger erfahrene Benutzern hilft.

CRC32 ist stark genug, um zufällige Fehler in Dateien finden. MD5 und SHAx werden verwendet, um vorsätzliche Manipulationen zu finden.
_____________

In English, it is more correctly a "Hash check" or a "Checksum". You will notice that it often says CRC-check (MD5), meaning that it is a check against the MD5 checksum (signature). "CRC" itself is not a check, but a family of checks (CRC32 is used to check data on hard drives and internet connections at the packet level). JD uses the "Checksum" from the server.

The development team knows about the problem, but have not fixed it because "CRC" helps less experienced users.

By the way, CRC32 is strong enough to find accidental errors in files. MD5 and SHAx are used to find deliberate tampering.