• 0 Posts
  • 29 Comments
Joined 3 years ago
cake
Cake day: September 5th, 2023

help-circle



  • nate3d@lemmy.worldtoPrivacy@lemmy.mlPasskeys
    link
    fedilink
    arrow-up
    12
    ·
    1 month ago

    I think your problem is more to do with how shitty google is anymore more than the technology of passkeys. From a cryptography perspective passkeys are much more secure than simple username/password authentication as there’s no effective way to brute force or acquire through tools like key-loggers. Like another commenter said, start looking at self hosting your own services like Vaultwarden or the like and de-Google first and foremost. One other massive benefit with passkeys is the fact that they are cryptographically unique so even if an attacker acquires one, it’s only able to be used to access a single site/account.













  • Python is one of the more forgiving and extremely versatile.

    I highly recommend checking out the game “The Farmer Was Replaced” on Steam as it might be the best way to introduce yourself to programming concepts outside of a classroom. (Not affiliated, just love the game XD)

    Then in no particular order:

    • Rust (and understand C++ and all interops)
    • Typescript
    • Bash
    • DotNet (Java that works)

    And as always - learning the anti patterns is more important than learning the patterns.