Replying to @⁨unexposedhazard@discuss.tchncs.de⁩

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.

Replying to @⁨timewarp@lemmy.world⁩

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.

Replying to @⁨JustEnoughDucks@feddit.nl⁩

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.

You’re proving my point. The device actually fails both ends of the threat model.

If it’s a casual check, custom hardware is total overkill. You take a standard 1 TB off-the-shelf drive formatted to its full 1 TB capacity as a single partition. You put normal files on it and hide the encrypted header—plus a lightweight host-side decryption utility/bootloader—inside a single JPEG using steganography. To any border agent, OS, or disk tool, the drive is just a healthy 1 TB partition containing readable files and residual random data from a quick format. There are no custom drivers installed, no modified media file sizes, and no missing drive space to trigger software or system flags. Once at your destination, you simply extract the utility from the JPEG on a trusted machine to mount the hidden sectors.

If it’s a high-scrutiny check, this custom hardware actively guarantees you stand out. CBP doesn’t need software checks—non-destructive X-ray imaging is standard screening. Under a scan, a mass-produced thumb drive shows a single integrated ASIC on NAND. The Phantom Drive immediately reveals a generic CH569 microcontroller, buck regulators, UART test points, etc.

It visually stands out like a neon sign under basic physical imaging. It doesn’t defeat the threat model—it actively creates the physical hardware anomaly.

Replying to @⁨timewarp@lemmy.world⁩

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.

Replying to @⁨unexposedhazard@discuss.tchncs.de⁩

You’re completely confusing device classes and how forensic acquisition works.

First, it’s a USB Mass Storage device, not a USB HID (Human Interface Device). Mass Storage operates via SCSI block commands wrapped in USB packets.

Second, even if the custom firmware successfully fakes the LBA table to report 8 GB, it fails at the protocol level. Forensic tools don’t just read files—they issue low-level SCSI INQUIRY and MODE SENSE commands. Commercial flash controllers (Phison, Silicon Motion) have hardcoded ASIC signatures and proprietary descriptors. A generic CH569 MCU running C code trying to fake these descriptors or pass off software-bridged microSD reads introduces packet latency, timing jitter, and missing SCSI pages that log protocol anomalies during raw acquisition.

Finally, software doesn’t matter if they look at the hardware. Modern 3D CT/X-ray baggage scanners visually isolate silicon footprints instantly without opening the casing. A standard commercial drive is a single integrated ASIC on NAND. A board with a generic CH569 MCU, voltage regulators, UART test points, and a physical microSD socket stands out.

Replying to @⁨wreckedcarzz@lemmy.world⁩

veracrypt.ioVeraCrypt - Free Open source disk encryption with strong security for the ParanoidVeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files.

Replying to @⁨yestalgia@lemmy.world⁩

Ah yes, certainly easier and more convenient to boot into a live OS or hidden OS every time you need to mount a hidden volume (per VeraCrypt’s recommended guideline), instead of just using the hardware from OPs post.

veracrypt.ioVeraCrypt - Free Open source disk encryption with strong security for the ParanoidVeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files.

Replying to @⁨IrateAnteater@sh.itjust.works⁩

Yes, but you can just carry encrypted hard drive with you. Hiding encrypted data is useful pretty much only for legal reasons. You want to take it across border and are worried TSA agent will force you to decrypt it or something. What is safer in that case? Carrying a USB stick with hidden encrypted partition or not carrying anything at all and downloading the data later? I would say the latter. Smuggling encrypted data through custom checks into a war zone with limited internet access is the cool but unlikely spy games scenario I was talking about. Encrypted microSD card would be even more secure in that case.

Replying to an earlier post

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.

shufflecake.netShufflecake

Replying to @⁨StealthLizardDrop@piefed.social⁩

I mean, presumably this is all device-side on the stick.

It mounts the two partitions separately, and presents them separately. It doesn’t need to pass through the actual SD card to the host system at all.

If you dd the decoy partition you only ever see the decoy partition. Because the decoy partition is presented as a complete device, not just a partition, to the host system.

Why would this be incompatible with linux? If this is done the way it seems it is done, it’s not a filesystem trick.

It’s two partitions on one SD card being presented as two separate devices by the microcontroller that has actual direct access.

The real vulnerability would be that you could just crack it open to find the SD card.

Replying to @⁨Passerby6497@lemmy.world⁩

PSA: Veracrypt recommends against using hidden volumes on USB flash drives (source)

veracrypt.ioVeraCrypt - Free Open source disk encryption with strong security for the ParanoidVeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files.

Replying to an earlier post

A VeraCrypt volume resides on a device/filesystem that utilizes a wear-leveling mechanism (e.g. a flash-memory SSD or USB flash drive). A copy of (a fragment of) the VeraCrypt volume may remain on the device. Therefore, do not store hidden volumes on such devices/filesystems.

I understand that page is a bit dense, so I’m quoting the relevant text from the above source.

Replying to @⁨Fmstrat@lemmy.world⁩

IIRC Veracrypt is easier to detect since it does some trickery with the filesystem and software while this has 2 memory chips and one is phisically disconnected then it scan for a string that looks like “password:1234” inside a file called “password.txt” at every write and if the password is correct it will connect the chip again, so it’s virtually undetectable unless you crack open the USB stick and know what you are looking at (which is an highly unrealistic scenario for an airport unless you are in a country that’s in a war period)

Replying to @⁨Axolotl_cpp@feddit.it⁩

Not true. Veracrypt’s hidden file system is random data on a preexisting partition that uses no software. You can only detect it if you install Veracrypt and guess the password.

veracrypt.io/en/Hidden Volume.html

veracrypt.ioVeraCrypt - Free Open source disk encryption with strong security for the ParanoidVeraCrypt is free open-source disk encryption software for Windows, Mac OS X and Linux. In case an attacker forces you to reveal the password, VeraCrypt provides plausible deniability. In contrast to file encryption, data encryption performed by VeraCrypt is real-time (on-the-fly), automatic, transparent, needs very little memory, and does not involve temporary unencrypted files.