Not sure is this is the best place to post this question, but wondering what is the best way to encrypt a usb drive?

Want to be able to carry an encrypted flash drive with me but also be able to unlock it, if possible, on various OSes. Preferably with some kind of portable software. Something similar to the method that comes with the Kingston Data Traveler USB drives.

Edit: Seems like Veracrypt and Cryptomator are the best options to check out. Thank everyone!

  • Extras@lemmy.today
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    16 days ago

    Yup Veracrypt is great even has a portable version that can be kept on the drive (might still need admin privileges though) so you won’t have to install it on the system iirc . Would also go with cryptomator if you plan on using it with mobile systems but it has a one time payment for mobile.

  • kali@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    17 days ago

    Probably far from the best option; but you could use 7zip? Put a 7zip portable exe & linux binary on the usb, put the regular contents in an encrypted .zip file, anyone with the password can decrypt. I assume there are much more secure options though.

    • delirious_owl@discuss.online
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      7zip encryption is solid, but the problem with this is that you don’t Mount 7zip, so you have to extract it. Once you extract encrypted files into a drive thats not encrypted, they may as well never have been encrypted in the first place.

      Its better to use a tool that creates an encrypted filesystem that you can mount and read-write directly without copying the files onto another disk

      • Hirom@beehaw.org
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        14 days ago

        ZIP isn’t a good way to encrypt, but what Microsoft is doing is simply reading the email, and decrypting zips with the password found in the email body.

        All encryptions schemes can be trivially broken if you have the key. It’s not even breaking, it’s just normal decryption.

          • Hirom@beehaw.org
            link
            fedilink
            arrow-up
            0
            ·
            edit-2
            14 days ago

            While that’s true, but there’s no indication of Microsoft brute forcing with million of combinations.

            The article you link says Microsoft is only trying a few obvious passwords: the filename, and words found in the plaintext message.

            Proper encryption isn’t just about using a strong algorithm. It’s also about proper key management, ie not sending the password in the clear via the same channel as the encrypted files.

  • Novi@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    Veracrypt. Make a file on your disk.

    Don’t want a storage file?

    Make 2 partitions, put veracrypt portable exe on the first normal storage partition. (fat32 is likely ideal here) Second partition formatted with veracrypt.

      • Novi@sh.itjust.works
        link
        fedilink
        arrow-up
        0
        ·
        16 days ago

        I would not just default to exfat because it is “newer,” it does have compatibility issues on non-windows systems. The implementations differ wildly.

        • Deconceptualist@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          16 days ago

          Back when I used Windows, it worked fine for me out of the box between Win7 and both Ubuntu-based and Arch-based Linux distros 🤷

    • curry@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      I make 1 single partition for the entire drive and encrypt it with veracrypt. Veracrypt has portable executables for windows and if I lose the flash drive in the worst case people will think it’s a corrupted disk (unrecognized partition) and reformat them probably.

    • PM_Your_Nudes_Please@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      15 days ago

      This was my immediate thought as well. Portable launchers for the various OS’es on a tiny (just large enough to store the launchers) FAT32 partition, then a large FAT32 partition (the majority of the drive) encrypted by VeraCrypt. As long as it can read FAT32 and run VeraCrypt, it’ll be compatible. And that covers Windows, Linux, Raspberry Pi, and Mac ecosystems. It’s not as simple as just plugging it in and getting a password prompt, but it’s going to be the most compatible while still allowing for (nearly) the entire drive to be encrypted.

  • subpar_nsfw@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    Get a Kingston IronKey. I have personally used the D500S. This is an off the shelf solution so it is a bit pricy. But it does look like they have lower versions in the same product line. Maybe you will find something that fits your budget.

  • rmtworks@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    16 days ago

    Cryptomator might be a good option. They have clients for Windows, macOS, and Linux. It’s designed around encrypting your cloud storage but nothing should stop you from using it on a USB drive.

    • m-p{3}@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      16 days ago

      That what I use, the key itself is formatted using ExFAT for compatibility with all major OSes, and using Cryptomator to encrypt the files.

  • lostinasea@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    16 days ago

    The best option is going to be a USB drive that has an external key entry feature. Kingston IronKey has these and its as simple as enter a key and plug in. I use them at work and it works on all the major OSes. They’re not cheap though so if you want or are looking for a free solution then something like VeraCrypt portable and an encrypted container will be your next best option.

        • delirious_owl@discuss.online
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          15 days ago

          Because historically when FDE is done in hardware there’s been massive compromises. FDE is better done in software. Its more secure.

          But, sure, there’s no shortage of companies trying to sell you shitty hardware thats “100% secure” (which is a major red flag)

          • lostinasea@lemmy.world
            link
            fedilink
            arrow-up
            0
            ·
            15 days ago

            Nothing is 100% fool proof. Hardware or software encryption both have their issues. Case in point, Truecrypt (on which VeraCrypt is based) had a few issues that ultimately led to its demise. Hardware devices (I saw mention of one SSD maker) a few or years ago would store keys on the device that could be read off. So you’re going to have to give me a source for “FDE is better done in software. It’s more secure” beyond “just trust me bro.”

            • delirious_owl@discuss.online
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              15 days ago

              Lol wut. What was the issue with TrueCrypt? I don’t think we ever found out. The anon dev just bailed and hilariously told people to use bitlocker. Personally I think they were just trying to be funny. Fortunately veracrypt took over development.