Hiding files into empty space in a FDE system. #26
Replies: 5 comments
-
|
The same: use FAT32 or exFAT and embed with a sufficient offset. ext4 is probably bad for this because it does not write data sequentially.
|
Beta Was this translation helpful? Give feedback.
-
Not by default. It depends. |
Beta Was this translation helpful? Give feedback.
-
Embed it in a separate partition, not in the system partition. |
Beta Was this translation helpful? Give feedback.
-
Gnome Disks uses checkbox for this. Test entropy with binwalk: |
Beta Was this translation helpful? Give feedback.
-
|
Best practices have not yet been established. Further research is needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's take the following situation : I am using a Linux system encrypted with
LUKS. AsLUKS(correct me if I am wrong) fill all the empty space with random data, I could embed easily a file into this empty space in a truly undetectable way. The question is : where to embed the file if I want to ensure filesystem integrity? Also, is it bad to embed file into empty space from a ext4 filesystem, like aLUKSencrypted Linux system?Beta Was this translation helpful? Give feedback.
All reactions