cryptomator / cryptofs

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

Mechanism to read files with authentication errors #4

Closed markuskreusch closed 5 years ago

markuskreusch commented 7 years ago

To allow reading of files with authentication errors - e.g. for data recovery - a feasible interface must be added to CryptoFS.

I currently prefer a specific OpenOption which allows passing in a handler for authentication errors.

overheadhunter commented 5 years ago

Eventually we will migrate to GCM. This feature will not be implemented.