encfs4j icon indicating copy to clipboard operation
encfs4j copied to clipboard

Encrypted File System for Java: transparent encryption of files with e.g. AES by a java.nio.file.FileSystem implementation

Results 1 encfs4j issues
Sort by recently updated
recently updated
newest added

https://github.com/usrflo/encfs4j/blob/2ae3cc665dba4e95404b74bf9e50eea05af81321/src/main/java/de/agitos/encfs4j/CipherFileChannel.java#L132 This line of code suggests that `CipherFileChannel` always requires sub file system to implement toFile() method. This method links very versatile java nio file system framework with legacy java...