Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/binwiederhier/cipherinputstream-aes-gcm

CipherInputStream does not protect integrity for AEAD modes
https://github.com/binwiederhier/cipherinputstream-aes-gcm

Last synced: 24 days ago
JSON representation

CipherInputStream does not protect integrity for AEAD modes

Awesome Lists containing this project

README

        

This is the code for **[this blog post](http://blog.philippheckel.com/2014/03/01/cipherinputstream-for-aead-modes-is-broken-in-jdk7-gcm/)**.
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)