cryptomator / cryptofs

Java Filesystem Provider with integrated encryption
GNU Affero General Public License v3.0
94 stars 35 forks source link

Encrypt file contents using GCM #94

Closed overheadhunter closed 3 years ago

overheadhunter commented 3 years ago

As an alternative to CTR+HMAC for file content encryption, we should offer GCM with 96 bit IV and 128 bit tag size.

This issue replaces #54, as it is its last missing piece. The rest has already been implemented in #64.