• 1 Post
  • 53 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle





  • koper@feddit.nl
    cake
    toPrivacy@lemmy.ml[Deleted]
    link
    fedilink
    arrow-up
    28
    ·
    24 days ago

    If you’re upset that your hacked-to-bits, rooted, unlocked and/or unencrypted device is failing checks: I’d say, tough luck. Until we can create provably untampered app-containers, that level of access genuinely breaks TOS on apps and regulations on handling personal data.

    Hard disagree. If you own the device, you should be in full control of what’s going on. Sure, attestation can give some extra security, but that decision should be up to the user. Everything else is just excuses for user hostile DRM: platforms levaraging technology to secure their own profit margin against the interests of user.






  • koper@feddit.nl
    cake
    toProgramming@programming.devSelf-documenting Code
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    8 months ago

    Why the password.trim()? Silently removing parts of the password can lead to dangerous bugs and tells me the developer didn’t peoperly consider how to sanitize input.

    I remember once my password for a particular organization had a space at the end. I could log in to all LDAP-connected applications, except for one that would insist my password was wrong. A trim() or similar was likely the culprit.