Checksums
Fun Class Activities:
- What is the parity bit of each of:
- 01010111
- 01001000 01101001
- 01001100 01001111 01001100
- What is the ASCII-byte checksum of each of the messages:
- Hi
- LOL
[Hint: Find the decimal ASCII value of each of the letters in the data, and sum the values up.]
- What is the ASCII-byte checksum of each of the messages:
- 2KB
- 6GB
What are their SHA-256 digests?