• Deebster@infosec.pub
      link
      fedilink
      arrow-up
      15
      ·
      16 hours ago

      It does not capture the actual keys being pressed, according to the company. It studies the timing and rhythm instead.

      That is addressed in the article. Because it’s JavaScript, we can verify this, and I’m sure that people will be scrutinising every revision of the code to check.

      • treadful@lemmy.zip
        link
        fedilink
        English
        arrow-up
        16
        ·
        15 hours ago

        Because it’s JavaScript, we can verify this, and I’m sure that people will be scrutinising every revision of the code to check.

        Have you ever seen obfuscated JS? I’m not saying it’s impossible, but de-transpiling it into something for a human then analyzing it is not trivial work.

        Don’t bet on something not being terrible just because someone with the skill could maybe spend a lot of time doing the work.

        • canihasaccount@lemmy.world
          link
          fedilink
          arrow-up
          6
          ·
          12 hours ago

          Deobfuscators are fairly good IME. I haven’t checked this code in particular, but I’ve never seen obfuscated JavaScript that was uninterpretable following deobfuscation

      • pelespirit@sh.itjust.works
        link
        fedilink
        arrow-up
        9
        ·
        16 hours ago

        But you can tell what a person is typing by their timing and rhythm. I don’t have time right now, but there are articles on that.

        • Deebster@infosec.pub
          link
          fedilink
          arrow-up
          10
          ·
          edit-2
          15 hours ago

          True, people should search for “keystroke timing attacks”. It’s more effective if you include things like accelerometer data and audio.

          We can see what Cloudflare’s code is measuring and reporting to find out if those attacks would be possible.