• moxOP
    link
    English
    10
    edit-2
    7 days ago

    Its trivial to defeat

    Maybe, depending on the algorithm used. Some are designed to produce the same output given similar inputs.

    It’s also easy to abuse systems like that in order to get someone falsely flagged, by generating a file with the same checksum as known CSAM.

    It’s also easy for someone in power (or with the right access) to add checksums of anything they don’t like, such as documents associated with opposing political or religious views.

    In other words, still invasive and dangerous.

    More thoughts here: https://www.eff.org/deeplinks/2019/11/why-adding-client-side-scanning-breaks-end-end-encryption

    • @MSids@lemmy.world
      link
      fedilink
      English
      2
      edit-2
      7 days ago

      Checksums wouldnt work well for their purposes if they could easily be made to match any desired checksum. It’s one way math.

      • moxOP
        link
        English
        3
        edit-2
        7 days ago

        One-way math doesn’t preclude finding a collision.

        (And just to be clear, checksum in the context of this conversation is a generic term that includes cryptographic hashes and perceptual hashes.)

        Also, since we’re talking about a list of checksums, an attacker wouldn’t even have to find a collision with a specific one to get someone in trouble. This makes an attack far easier. See also: the birthday problem.