BlogsConfluentCryptographic Stream Integrity Verification

Cryptographic Stream Integrity Verification

Cryptographic Stream Integrity Verification

1
posts
2020

This post introduces a modified Python producer that adds cryptographic hashes and digital signatures to message headers, allowing consumers to cryptographically prove the integrity of streamed data. This enhances security and trust in data pipelines by enabling verification against tampering.

2020

Confluent Hack Day 2020: Hack from Home Highlights

6/10/2020

Introduced a modified Python producer that generates cryptographic hashes and digital signatures, storing them in message headers. Consumers can use these to validate data integrity, throwing a VerificationError if tampering is detected.