ai-coin / KafkaBlockchain

A java library for tamper-evidence using Kafka. Messages are optionally encrypted and hashed sequentially.
Apache License 2.0
28 stars 9 forks source link

Add the optional encryption of messages feature. #1

Closed StephenLReed closed 5 years ago

StephenLReed commented 5 years ago

Enhance the methods the methods for producing and consuming the tamper-evident objects to accept an optional symmetric encryption key.

https://www.mytechnotes.biz/2012/08/aes-256-symmetric-encryption-with.html

StephenLReed commented 5 years ago

Added a sample program KafkaBlockchainEncryptionDemo that shows how to encrypt tamper-evident payloads.