Here is the text of the NIST sp800-63b Digital Identity Guidelines.

  • VantaBrandon@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 days ago

    How about making it illegal to block copying and pasting on website forms. I’m literally more likely to make a mistake by typing a routing number than copying and pasting it. The penalty for should be death by firing into the sun to anyone caught implementing any such stupidity.

    • a2part2@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      Think of the environment!

      Less Delta-V to eject them from the solar system.

    • Daemon Silverstein@thelemmy.club
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 days ago

      I circumvent that by right-clicking, then choosing “Inspect element”, then switching to the tab “Console”, then typing $0.value = “TheValueIWantToPaste”. If right-clicking is also disabled, I use either F12 or Tools menu > DevTools.

        • Daemon Silverstein@thelemmy.club
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 days ago

          Sometimes it’s not “readonly”, but a Javascript thing that “event.preventDefault()” and “return false” during the “onpaste” event. As the event is generally set using elm.addEventListener instead of setting elm.onpaste, it’s not possible to remove the listener, as it’d need the reference for the handler function that was set to handle the mentioned JS event. So simply setting the value directly using elm.value bypasses the onpaste event.

          • xthexder@l.sw0.com
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 days ago

            And here I wrote an AutoHotKey script to type out my clipboard a character at a time so I can paste stuff into this remote desktop software I’m using that doesn’t support paste…

            It’s kinda necessary when the server’s unlock password is 256 characters long and completely random.