Claus-Justus Heine
Claus-Justus Heine
Hi, of course, this is not a PHP lesson, so my apologies if I am doing something obviously wrong. Out of curiosity: I am not able to use openssl_seal()/openssl_open() with...
> Any move here? This is becoming a problem with recent OS (Ubuntu 22.04, Fedora 36...) shipping OpenSSL v3 which removes RC4 cipher by default. See #32003 As I have...
> A potential solution could be to reimplement the `openssl_seal()` functionality which is nothing more than encrypting `$data` with a random `$key` and then encrypting `$key` with the provided public...
This is related to rotdrop/nextcloud-app-files-archive#22. As the files-archive app just wraps this nice library into a Nextcloud app I have pointed @NextGenerationcloud to this project. @NextGenerationcloud may I ask what...
@wagiminator Do you have any hints where a suitable usb power connector could be found? Not critical, as VIN is also available at the "pin-header-edge" of the board, but would...
Hi there, I have setup a fork tuned to work -- **please note: for me** -- with Python 3.12 on a RPI 4b using Ubuntu Mantic (i.e. 23.10). This is...
Some other related issues: #313 #322 #340
By the way, the title of this thread "How to compile on newer Debian versions (like jammy)" is already going to be outdated soon as the current Ubuntu (not Debian...
I have the same problem. Actually, I think the point is here that the file actually **is** saved by the app although it has not been modified. So the bug...
... I actually just read that my issue seems to be different as NC actually does save the unmodified file and generates new versions. @RodSeq: can you verify that in...