Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binwiederhier/cipherinputstream-aes-gcm
- Owner: binwiederhier
- Created: 2014-03-01T01:29:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T07:22:12.000Z (over 10 years ago)
- Last Synced: 2024-10-05T06:30:54.909Z (about 1 month ago)
- Language: Java
- Size: 219 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)