Checksums are well known and can be gotten by dividing message into 32 bit groups and anding these groups together.
-
This is designed for fault tolerance and ensures that data was not garbled in transmission
-
hashes (designed properly) cannot be inverted and represent a unique fingerprint of original message.
|
A secret checksum combines this process with a secret key and produces a MIC (message integrity code) which can be decoded and checked
|
This can be used with either a ciphertext or plaintext message and guarantees that information is stored or transmitted faithfully
|
Note encrypting a message does not guarantee that it is not changed!
|
MIC with plaintext is used by bank electronic fund transfer
|