The best way to install them is through the F-Droid store, which is a catalogue of FOSS software for Android. It’s installable by downloading the .apk file linked on the front page of the F-Droid projec’ts website. The mentioned apps from the Karlsruhe Institute of Technology can then be found by searching for “SECUSO”, which is the name of the research project behind them all.

Alternatively, you can also get them through the Google Play Store under this link or again by searching for “SECUSO”.

In particular, I recommend getting the QR code reader, because many of the free-to-use scanners route everything you scan through their servers, so they’re obviously collecting your data on their servers, wherever these may be located.

  • thevoidzero@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    5 days ago

    Didn’t even know about the org, but that’s the QR scanner I have been using.

    Many people accept ad, or online website to do simple things like QR code, file conversion etc way too easily.

    • Novocirab@feddit.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      5 days ago

      Yeah, and I get it: It’s absurd how difficult it is under Linux (or Windows I guess) to do find reliable programs to do basic things like rearranging PDF files (PDF Arranger is good) or compressing PDF files (haven’t yet found something better than the Ghostscript command from StackOverflow, even though there should be stuff out there?) or converting stuff to and from PDF.

      • thevoidzero@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        5 days ago

        Wait poppler-utils can do a lot of pdf related things. Haven’t tried rearranging but it has tools for separating pages and uniting them. And pandoc can covert between a lot of document formats. But it doesn’t do it from pdf, can use pdftext, inkscape, graphicsmagick etc based on what you want to extract (text, vector graphics, raster graphics) etc.