I mean those ones with a pin entry keypad/touchscreen built onto the device and has limits on number of attempts.

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    9 days ago

    I have a related question: Isn’t hardware-based encryption faster than software-based? Or is that just an assumption on my art?

    • Dran@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      9 days ago

      The short answer is that: all other things being equal, it will always be faster and cheaper to do things dedicated in hardware. Comparing one implementation to another, however, is always going to be an “it depends”

      • Dran@lemmy.world
        link
        fedilink
        arrow-up
        7
        ·
        edit-2
        9 days ago

        An example of this:

        Bitcoin mining started on cpus, then moved to gpus, and now exists on dedicated asics.

        A $200 GPU vs a $200 ASIC, the ASIC is going to be a faster sha256 calculator

        A $2000 GPU vs a $200 ASIC, the GPU is going to be a faster sha256 calculator

        A $200 GPU from today vs a $200 ASIC from 10 years ago vs a $200 CPU from today?.. You get the idea.

        There’s no way to know without specific details which will be faster. You could be running software encryption on a raspberry pi from 5 years ago or the drive could be running an encryption ASIC from 10 years ago, etc

        • I liked your explanation; you said it better than I ever could have.

          You know what Lemmy needs? Some sort of reward… something… we could call it “Lemmy Gold.” Then monetize it.

          Kidding about the second part, sincere about the first. I will, however, repeat: Lemmy Needs Comment Emoji Reactions.

            • What client are you using? I don’t see that in Voyager, or on the Lemmy web interface

              Edit: Oh. You’re saying you can put emojis in replies? That’s not the same thing. Think github reactions: they don’t pollute the comment thread with noise; they just annotate a given comment with emoji reactions and counts.

              I want to be able to give a comment a thumbs up, not reply to a comment and type a single-glyph response.

              • Avatar of Vengeance@lemmy.ml
                link
                fedilink
                English
                arrow-up
                1
                ·
                19 hours ago

                Use one of the crazier ActivityPub platforms if you want funny reacts. A lot of them are like an unholy mix of Twitter and Discord

                  • Avatar of Vengeance@lemmy.ml
                    link
                    fedilink
                    English
                    arrow-up
                    2
                    ·
                    4 hours ago

                    Well, Mastodon seems designed to have people give up on it. Austere interface, short charlimit, no federation of reactions, no search bar. I hate it so much. I recommend one of the Misskey forks. It’s more “modern” than any mainstream social media website now.

    • catloaf@lemm.ee
      link
      fedilink
      English
      arrow-up
      5
      ·
      9 days ago

      Most software has hardware acceleration. AES has been in Intel processors for over a decade, for example.

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      9 days ago

      Probably not by much, since CPUs have had hardware acceleration for AES encryption for a long time now.

      I always prefer software over hardware for encryption, RAID, etc… Because it’s portable and not tied to a specific piece of hardware.

    • TXL@sopuli.xyz
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      That’s almost always false unless the hardware is faster and thus more power hungry and hot than your CPU. That’s rarely true. Some fpga accelerator? Maybe. GPU/TPU? Sure. Your hard drive? Not a chance that it would have even remotely competitive processor.

      The point of hardware acceleration is usually that your CPU doesn’t need to do a task so there’s less CPU load and it can spend that time running applications or respond faster.