this post was submitted on 11 Aug 2026
82 points (98.8% liked)

Technology

87045 readers
3895 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
top 22 comments
sorted by: hot top controversial new old
[–] Sxan@piefed.zip 2 points 28 minutes ago

Ima mention shufflecake again b/c I want it to become popular and successful.

Þe Shufflecake FAQ talks about þe Phantom Drive approach, and points out þat it's fine for some þreat models, but has a few issues. First, it's easy to detect þe hidden partition, and þen XKCD 538. Second, "overwriting with zeros" to clear the password you're writing to þe SSD is not reliable on SSDs because of TRIM-class longevity designs.

Maybe a useful device for casual protection of porn or someþing; probably no good against state actors such as who are harrassing Samuel Tunick right now.

[–] magnue@lemmy.world 9 points 1 hour ago (2 children)

Why not just use veracrypt?

[–] ITGuyLevi@programming.dev 6 points 1 hour ago (1 children)

That's what I would go with if I was inclined. Create a volume the size of the drive and add a hidden volume with a different password within like we've been doing for years (decades at this point maybe almost).

[–] ExLisper@lemmy.curiana.net 1 points 59 minutes ago (3 children)

I would upload encrypt file somewhere and download it when needed. If you're worried someone will actually access your USB stick looking for encrypted data, why carry it at all? It's cool if you want to pretend you're a spy or something but it's not very practical.

[–] IrateAnteater@sh.itjust.works 3 points 20 minutes ago

That's assuming that wherever you are going to or coming from has an internet connection. It's likely that there will be a connection, but it's still not a guarantee. And if there is a connection, the size of the files you're carrying may make using that connection impractical.

[–] ITGuyLevi@programming.dev 1 points 8 minutes ago

I mainly carry thumbdrives for larger files or things I don't want hosted online.

[–] magnue@lemmy.world 1 points 12 minutes ago

I guess you might just want to carry all your passwords in there, but then generally the password file itself is encrypted so I don't see the point.

[–] wreckedcarzz@lemmy.world 3 points 1 hour ago (1 children)

Vault is visible and therefore obvious. If you need to be discreet, this sounds useful.

[–] yestalgia@lemmy.world 3 points 1 hour ago (2 children)
[–] BitUnWise@programming.dev 2 points 26 minutes ago

That hides another volume inside another VeraCrypt volume, so it's obvious it's not a normal drive

[–] pulsewidth@lemmy.world 2 points 31 minutes ago (1 children)
[–] joe@lemmy.world 2 points 14 minutes ago

Those recommendations are for protecting data you want to stay a secret; it would also apply to unlocking this fancy USB drive, as a best practice.

The USB still has advantage in that no one will compel you to unencrypt a drive that they don't realize is encrypted, which can be a pretty significant advantage depending on who you're hiding the information from, or why.

[–] FrowingFostek@lemmy.world 13 points 1 hour ago (1 children)

Nifty. I couldn't see a practical use for myself but, it's cool none the less.

[–] unexposedhazard@discuss.tchncs.de 19 points 1 hour ago (1 children)

Very useful for getting any sort of private data through an airport that does not respect privacy. For example any US airport...

[–] timewarp@lemmy.world 10 points 1 hour ago (4 children)

No it isn't. It will be treated like any other drive where encryption is nothing new. In fact, to look for a text file and then make something accessible means it is likely much easier to detect that something is off about it than regular encryption that just looks like random data. Whether it tries to hide it's true storage capacity or boots its own internal OS to present storage, people often think they're being clever when really they're just making themselves stand out.

[–] unexposedhazard@discuss.tchncs.de 7 points 53 minutes ago* (last edited 48 minutes ago)

You are yapping your ass off. This is a hardware mod, not a software package. Its literally using a custom storage controller chip that only physically unlocks the connection to the secret storage once it detects a certain key file on the decoy storage. They would have to xray the drive individually at close range with high resolution and know a lot about electronics to even come close to figuring out that something is different. There is no way to detect a fake USB HID so unless they open it they wont be noticing shit.

[–] JustEnoughDucks@feddit.nl 9 points 1 hour ago* (last edited 55 minutes ago) (1 children)

Do you think TSA/CBP is going to check the flash data lines to see if the MCU is scanning the flash internally?

This isn't a standard USB flash controller... You would need to break the casing and physically probe it to figure out that something was off as far as I can tell. It's not like the MCU broadcasts that it is scanning to the USB port.

You would have to be hitting the stick pretty hard, not just a normal file scan to notice the timing being slightly too long in a small portion of the scans. The bigger problem would be that the flash drive would be brand-recognizable if it ends up being mass produced that they might auto-confiscate it, and of course the default file that it searches for being known.

[–] Dyskolos@lemmy.zip 1 points 1 hour ago (2 children)

If I got it right, you could easily detect this drive by just creating password.txt. as the article says it creation is intercepted and skipped. Hence if there is no password.txt afterwards, you know what you're dealing with. Still, you have to know this AND care.

[–] AwesomeLowlander@quokk.au 4 points 52 minutes ago

It's only skipping if your password matches. Otherwise it'll just be a normal file.

[–] BitUnWise@programming.dev 2 points 37 minutes ago

It looks for a string "password:xyz" bring written to any file, where xyz is the password. If you get the password wrong it'll just write the file normally

[–] AwesomeLowlander@quokk.au 9 points 1 hour ago

How would it be detected? It seems like the password detection and decryption is happening at the hardware level, and they take steps to have it show up as nothing more than a standard drive. I'm not an expert on this stuff though.

[–] evenglow@lemmy.world 3 points 1 hour ago

Airport forensic team can't flag an encrypted drive it can't detect.

The article talks about this.