I was taking a look at the Naomi Wu situation (A Chinese DIY tech youtuber who went missing after being watched by the government) and in one part they mentioned that she was concerned about her privacy, so started using Signal, but had a default chinese keyboard that had a keylogger and the police had looked into what she was talking on there.

I’m not sure if it was a mobile only thing, but it was mentioned that the keyboard app was used in like 70% por chinese smarthphones.

Now, I use AnySoftKey and refuse to use default keyboard apps, but how far can we reach on the keyboard security thing? Is typing on a computer or using a physical keyboard on a mobile device 100% safe? I think the keyboard issue is often overlooked and would like to know what recommendations your have? Or what should be known more?

  • LainOfTheWired@lemy.lol
    link
    fedilink
    English
    arrow-up
    44
    ·
    11 months ago

    It is very wise to use a FOSS keyboard app, because if you think about it a keyboard app would probably be the thing on your phone that knows the most about you. I don’t mean that to fear monger, it’s just a thought. Plus if you look at events in the past few years like swiftkey’s little user data error it gives you an idea of how privacy invasive they could or could already be.

  • Damage@feddit.it
    link
    fedilink
    arrow-up
    45
    arrow-down
    1
    ·
    11 months ago

    Holy shit I didn’t know she was missing.

    I guess advocating open source is enough to be imprisoned.

  • Syrup@lemmy.world
    link
    fedilink
    arrow-up
    30
    ·
    11 months ago

    Keyboard is absolutely a thing to be careful with. On Android mobile, use OpenBoard for example. On computer, if you use Linux, also install kloak [https://github.com/Whonix/kloak], a tool that slightly delays randomly your keystrokes to help you hide your typing pattern that can definitively identify you

  • Asudox@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    11 months ago

    I used to use Gboard with a firewall that isolates the app so that it can never connect to the internet. Though that was in the past and I’m not sure if that is even effective. So I just switched to a open source keyboard in FDroid

  • null@slrpnk.net
    link
    fedilink
    arrow-up
    20
    ·
    11 months ago

    Probably a good place to ask. Are there any FOSS keyboard apps for Android with swipe typing?

    • glacier@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      12
      ·
      11 months ago

      AnySoftKeyboard is FOSS and supports gesture typing. It has not been updated in a while and I find it buggy.

      Helium314’s OpenBoard fork is FOSS but supports Google’s proprietary gesture typing library.

      FlorisBoard is FOSS and supports gesture typing, but does not have word predictions. It is being worked on.

    • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      I use FlorisBoard - but it’s under heavy development at the moment, as the dev is doing a complete rewrite… autocorrect isn’t implemented yet, but swipe/gesture typing is.

      There is another one that has swipe typing and autocorrect but can’t recall the name at the moment

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    11 months ago

    Florisboard on FDroid.

    And dont ever use any Stock Android, its all spyware. Thats simply the truth. At best its “only” Google. Samsung was the worst of the ones I tried, regarding bloatware, but Huawei and Xiami are also horrible and you dont need anything fancy but a keylogger keyboard.

    • BananaTrifleViolin@kbin.social
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      11 months ago

      If you go to the Florisboard git hub their is an easy route to install it via Google play, if you can’t use fdroid or side load apps for any reason. It basically involves signing up to “beta test” the app which you then get in Google Play as normal.

      This may be an important route on some parts of the world.

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        11 months ago

        I think in these parts of the world you need the Huawei app gallery. And I hope all Androids allow sideloading?

        • 𝒍𝒆𝒎𝒂𝒏𝒏@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          I’m rooted using an FP3 (essentially stock, only a single preinstalled manufacturer app).

          Revoking location permissions from Play Services reboots the device immediately (previously this didn’t happen - the permissions would be revoked as expected, and things dependent on Google’s location API would fail as expected) so I assume a GMS update was pushed via play store resulting in this reboot problem

  • 🦄🦄🦄@feddit.de
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    11 months ago

    A while ago I read about a study where they showed how they recreated typed text on a computer keyboard based on the sound the keys made, using AI. I can’t seem to find the post right now tho.

  • 7heo@lemmy.ml
    link
    fedilink
    arrow-up
    8
    arrow-down
    3
    ·
    11 months ago

    So, the keyboard is important, and is one thing; but one must not overlook that on touch devices, software keyboards run on top of operating systems, and hardware, too.

    Actual keyboards made of physical keys/domes/switches, embedded controllers, and USB chips/cables, even if they seemingly present a similar attack surface (after all, they are also connected to hardware with an operating system), are practically harder to compromise.

    Yes, in both cases, the operating system has access to the information (be it via the USB subsystem, or via the touch/input subsystem, etc), and the hardware too; but computer hardware is more heterogeneous, more modular and standardized, and “auditable” operating systems are much more common, and readily deployable. Heck, it is entirely possible to run open hardware and open software (including the toolchain to build said software) with a computer; but the same for mobile devices is very much uncharted territory.

    The result is that even with our best effort, a mobile device is at the very best a black box, with an unlocked bootloader, a community provided recovery and operating system, often downloaded from random file hosting services, and built with toolchains of variable quality with several proprietary components.

    This is not ideal, and it is the best case scenario. In many cases, people run the stock recovery/operating system, and simply sideload software on a device they do not even have root access to.

    The takeaway here, is that while nothing is perfect, and there is always an attack surface, using unpredictable components (e.g. standardized, modular), with unpredictable software (e.g. dozen of different operating system families, each with their own version and qwirks), while also having a community of technologists auditing the code (even if only a handful of developers, there is much less risk of them all organizing towards a harmful goal than with a team of employees from a company ultimately led by a single person), practically provides a significantly different environment.
    And unless you’re an embedded engineer/genius able to design bug-free (g’luck) PCBs from open hardware ICs (so you can have them made via your vendor of choice) and simple components, and then use software you, or people you trust, audited, you have to recognize that you can only do “less bad”.

    Less bad being a dev-friendly device (old Google pixels come to mind, not sure if they’re still like that), installing lineage, /e/ or another alternative system on it, and using software from f-droid (like AnySoftKeyboard - the one I am actually using for typing this).

    That, or you decide to trust the reputable (YMMV) company of your choice with your digital life, identity, and data. Many pros I know in infosec go for Apple. It is true that, at least for professional use cases, with companies in the US or in western Europe, it arguably makes sense.

  • Lee Duna@lemmy.nz
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    11 months ago

    I think the keyboard issue is often overlooked and would like to know what recommendations your have? Or what should be known more?

    Overlooked? Not really, for years I have never used built-in keyboard from stock rom, keyboards from goolag store or goolag board.

    Most people stick with non-foss keyboards just because it’s convenient

    • strawberry@artemis.camp
      link
      fedilink
      arrow-up
      5
      ·
      11 months ago

      I can’t lie, gboard is incredible, especially since I use two languages, and I don’t have to switch the language every time, it just figures out which language to autocorrect to. switched to open board either way, but I do miss the convenience of gboard

      • L3ft_F13ld!@links.hackliberty.org
        link
        fedilink
        arrow-up
        1
        ·
        11 months ago

        This was my experience with SwiftKey. Used it since before Microsoft got it, but recently switched to Simple Keyboard and I really do miss how SwiftKey worked.