• @ZarkleFarkle@sh.itjust.works
    link
    fedilink
    English
    11610 months ago

    I put all my passwords in a text document, then print it on a little strip of paper and shove it up my ass. Whenever I take a crap, I dig it out from the turds and try to memorise some of them again. Then I shove it back up there where noone else can find my data and I won’t lose it.

  • @daddy32@lemmy.world
    link
    fedilink
    English
    6710 months ago

    “Chrome users” or “Chrome under windows users” would be closer to the truth. Still, quite a screw up.

    • DreamButt
      link
      fedilink
      English
      1010 months ago

      Something like 2/3rds of the world uses chrome for desktop. I’d bet that number is higher for windows specifically. If you’re the rare person who doesn’t use chrome then you’re savy enough to know this doesn’t apply to you

  • @rekabis@lemmy.ca
    link
    fedilink
    English
    4810 months ago

    No-one should be using any password manager built into any browser, neither Chromium-based nor Firefox-based. Browser password databases are almost trivially easy for malware to harvest.

    Go with something external, BitWarden or 1Password, or if you are entirely within the Apple ecosystem their new password system built into iOS 18 is apparently really good.

      • JackbyDev
        link
        fedilink
        English
        410 months ago

        That’s what I used before 1password. The UI is a bit finicky but it works great. Plus you can shove it into DropBox or other various cloud sync things to get a “cloud” version lol.

      • @rekabis@lemmy.ca
        link
        fedilink
        English
        110 months ago

        I have that as an offline DB. Holds 100% of all creds that can go offline (no 2FA, unfortunately) and a bunch of extra stuff that most other managers aren’t flexible enough to do.

      • @rekabis@lemmy.ca
        link
        fedilink
        English
        3
        edit-2
        10 months ago

        What makes the built-in database easier to attack than a separate one?

        For performance reasons, early versions weren’t even encrypted, and later versions were encrypted with easily-cracked encryption. Most malware broke the encryption on the password DB using the user’s own hardware resources before it was even uploaded to the mothership. And not everyone has skookum GPUs, so that bit was particularly damning.

        Plus, the built-in password managers operated within the context of the browser to do things like auto-fill, which meant only the browser needed to be compromised in order to expose the password DB.

        Modern password managers like BitWarden can be configured with truly crazy levels of encryption, such that it would be very difficult for even nation-states to break into a backed-up or offline vault.

      • @Telorand@reddthat.com
        link
        fedilink
        English
        1
        edit-2
        10 months ago

        It’s protected by the user’s login password. If an attacker can steal that or knows it already, the passwords are all there for them to see.

        Bitwarden (on the other hand, for example) has 2FA options to unlock the database.

        • orbitalmayo
          link
          fedilink
          English
          110 months ago

          How does this work if accessing Bitwarden via the browser extension? I don’t like needing to type my master password in all the time as it’s long, so I have the setting turned on that times the vault out periodically, but so it’s also unlockable with a pin rather than requiring the master password every time. I understand the pin is shorter, but does the protection of the vault still stand?

          • @Telorand@reddthat.com
            link
            fedilink
            English
            210 months ago

            That’s a good question. I don’t actually know the answer to that. I know the passwords are hashed locally when your vault is locked and before being synced, but I’m not sure whether it’s in plaintext when it’s unlocked or if it uses some kind of on-demand decryption. It’s probably in their docs, I should think.

        • @howrar@lemmy.ca
          link
          fedilink
          English
          110 months ago

          Oh, so you mean local vs external, not browser-based vs other local solutions.

  • Sid
    link
    fedilink
    English
    4410 months ago

    Keepass has been working with no issues

        • @dorythefish@discuss.online
          link
          fedilink
          English
          610 months ago

          One of the mobile clients corrupted all passwords for me. I ended up losing only 2 passwords, and only 1 I wasn’t able to restore. Good lesson on why backups are important though :)

          • @PrettyFlyForAFatGuy@feddit.uk
            link
            fedilink
            English
            310 months ago

            One of the reasons i use Mega to sync my keepass db across devices where it’s needed. They have version control, so if it gets corrupted then i can restore from a previous version

        • @Feathercrown@lemmy.world
          link
          fedilink
          English
          210 months ago

          If he knew, do you think he’d be wasting time talking here about it instead of, I don’t know, ransoming millions of user passwords?

          • @communism@lemmy.ml
            link
            fedilink
            English
            410 months ago

            I like to think that most people would just contact the devs privately to get a fix pushed asap instead of ransoming everyone’s passwords.

            • @Feathercrown@lemmy.world
              link
              fedilink
              English
              010 months ago

              Right, but my point was that there aren’t public bugs in encryption algorithms just hanging around. Asking for those is categorically bad faith.

  • @krimson@lemmy.world
    link
    fedilink
    English
    3910 months ago

    Recently started using Bitwarden and it works really well. You can even ditch authenticator because it has OTP built in too.

    I selfhost it though because I trust nobody with this type of sensitive data, encrypted or not.

    • @WarlordSdocy@lemmy.world
      link
      fedilink
      English
      810 months ago

      I was thinking about self hosting but I was worried it would be less secure. I don’t really know a lot about setting that kind of thing up (I do have programming experience but don’t have a lot of server hosting experience outside of doing it for games like Minecraft) and I feel like I’d mess it up and it would be a lot easier to get into than a hardened server. Especially cause the odds I get a virus or something is probably higher then the odds someone breaks into bitwarden’s server. Idk if I’m wrong about this, would love to be corrected if I am, was just my initial thoughts when I switched over from a different password manager to bitwarden.

      • @subtext@lemmy.world
        link
        fedilink
        English
        510 months ago

        If you don’t trust yourself 110%, don’t host it yourself. Too risky. I self-host everything, but I leave email and passwords to someone else because it’s just too important.

      • @SkyeStarfall@lemmy.blahaj.zone
        link
        fedilink
        English
        210 months ago

        I think the bigger thing to worry about is, what would happen if your server fails or is destroyed? Would you have a backup of all your passwords? And if yes, are those backups updated regularly and stored in a safe place that also won’t get destroyed if the server gets destroyed (like, say, a house fire)?

        Then, yes, you got the cybersecurity angle too

        It’s a lot to think about for something as important and fundamental to everything you do on the internet as passwords (and accounts)

      • @krimson@lemmy.world
        link
        fedilink
        English
        110 months ago

        It’s pretty easy to setup using docker, you do need to know that ofcourse and how to setup dns and stuff.

        I have it firewalled so my vault is not accessible from the internet, only from home or vpn to home.

    • YTG123
      link
      fedilink
      English
      1
      edit-2
      10 months ago

      And it can also store passkeys to effortlessly sync between desktop/Android/iOS

    • Yggstyle
      link
      fedilink
      English
      3610 months ago

      A better statement should be: you should remain vigilant and light on attachment to any banner. If an ill wind blows and you don’t like it, it’s time to move. Control your data- aspire to be a digital nomad.

      Firefox isn’t without it’s own issues, recently. Google used to be viewed as a paragon once, too.

    • @BearOfaTime@lemm.ee
      link
      fedilink
      English
      -1410 months ago

      I don’t use the password manager in Firefox, what a terrible idea.

      Use an independent password manager, something purpose-built.

      And using Linux? Hahaha, right, right. Call me when there’s a serious OneNote, or even more importantly, Excel competitor. (Or even a standard shell on Linux, or the same set of tools built in).

      • ᗪᗩᗰᑎ
        link
        fedilink
        English
        1110 months ago

        Call me when there’s a serious OneNote…

        OneNote works on the web, but there’s also Notenook if someone is looking for similar features with an app for offline access + End-to-end encryption and open source alternative. I’ve got it syncing to my Android, Windows, Linux and Mac clients without issue.

        …or even more importantly, Excel competitor.

        There’s OnlyOffice which has a spreadsheet. Yeah it’s not Excel which has existed for a million years, but it should work for the vast majority of users’ basic needs. It may not work for your specific use case, but it is a viable alternative that exists today. If you want more online collaborative features (like the o365 version has) you can use CryptPad, which provides an end-to-end encrypted and open-source collaboration suite, including the web version of OnlyOffice Spreadsheets.

        Or even a standard shell on Linux…

        What does this even mean? Nearly every major Linux distro sets bash as the default shell, and if not the default, is probably already installed and called if needed. Not sure I understand the problem here.

        …or the same set of tools built in

        Stick to a single OS and you get the same set of tools built in? This is a strange statement to be making against a system that not only thrives on diversity but has lots of niche systems that require a myriad of default tools.


        I do completely agree about not using any browser’s built-in password manager.

      • lemmyvore
        link
        fedilink
        English
        410 months ago

        Firefox Sync was purposefully built too, they didn’t wake up one day to find it on the porch in a basket.

        It syncs passwords, works on desktop and mobile and can do some other cool stuff — syncs tabs and bookmarks, alerts you to password breaches, send tabs from one device to another, lets you export your passwords etc. It’s a good password manager.

      • @tabular@lemmy.world
        link
        fedilink
        English
        0
        edit-2
        10 months ago

        It is not the software which can lack seriousness, but the developer and the user. One is proprietary where the developer controls the user’s computing - the other is free software where the user is in control (free as in freedom).

  • @MrsDoyle@lemmy.world
    link
    fedilink
    English
    2310 months ago

    A friend has a notebook next to her computer with all her passwords in it. Initially I was horrified - what if you’re burgled? - but actually it’s genius. Much more secure than letting a browser remember them, and she doesn’t even need to memorise a Bitwarden password.

  • Chaotic Entropy
    link
    fedilink
    English
    2210 months ago

    Premium Bitwarden is so cheap and effective that I find it difficult to justify using an alternative.

      • @ikidd@lemmy.world
        link
        fedilink
        English
        610 months ago

        Not a bad idea to back up to a json, but every computer you’ve used has a local encrypted copy you can export from using the app or extension.

      • Chaotic Entropy
        link
        fedilink
        English
        510 months ago

        Well sure… I have a local offline encrypted copy, rather than a whole separate password manager.

    • @boyi@lemmy.sdf.org
      link
      fedilink
      English
      110 months ago

      I use encfs and sync it to dropbox etc. Then use gopass password manager to store password in the encfs folders. Not fully auto-integrated but good enough for me.

  • FauxPseudo
    link
    fedilink
    English
    1010 months ago

    That’s definitely a change from companies just leaving passwords around for anyone to find.

  • @communism@lemmy.ml
    link
    fedilink
    English
    1010 months ago

    Me when I don’t use Chrome, I don’t use Windows, and I don’t use browser password saving either