Sebastian Stenzel

Results 307 comments of Sebastian Stenzel
trafficstars

Ok, to be more precise: The file key doesn't necesarrily change, but it must be able to change. Consider concurrent access by multiple devices or if the _full file_ gets...

> As far as I know, directory ids are cached. Since you're re-creating the folder (in step 5), the directory gets a new id and the respective directory path is...

@BeyerMart Any chance you can fix the diff of `CryptoFileSystemImpl.java`? Maybe there is some whitespace or newline reformatting involved here? I can hardly review this line by line manually 🙈

On OS X, this is blocked by [JDK-8030048](https://bugs.openjdk.java.net/browse/JDK-8030048) which doesn't seem like it's going to be resolved soon. We might need a different way of storing xattr.

We can now start implementing this using [JDK 17 early access builds](https://jdk.java.net/17/). :tada:

Unlike classical server-side 2FA (which only need to check one-time passwords for correctness) we need to feed such additional factors into the key derivation function. Just checking the correctness of...

@jellemdekker Thanks for your interest in helping us here! To be honest, I no longer prefer a multi-platform solution. Instead I want to get rid of the update check within...

> AppImage is unchanged after the update Ummm not sure how this is supposed to work... The log suggests that it does not update the original file, but rather creates...

> I bet that means that we can rule out `AppImageUpdate`. Maybe not, when combined with [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher#update-management), which integrates the update process into the context menu of the application launcher....

We might be able to facilitate [this API](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/awt/desktop/UserSessionListener.html), but need to make some tests to see whether this is actually supported. @infeo @SailReal Can you try this in JShell for...