tsipo / cipherinputstream-aes-gcm

CipherInputStream does not protect integrity for AEAD modes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the code for this blog post.
Without it, it doesn't make much sense.

Compile and run the code:

git clone https://github.com/binwiederhier/cipherinputstream-aes-gcm
cd cipherinputstream-aes-gcm
./gradlew run                 (on Linux)
gradle run                    (on Windows)

About

CipherInputStream does not protect integrity for AEAD modes


Languages

Language:Java 100.0%