this post was submitted on 19 Oct 2025
166 points (100.0% liked)
Privacy
49143 readers
632 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Isn't there some information theory that says you can't have two pieces of unique information inside one ?
the way it works is that the veracrypt container basically contains 2 encrypted partitions. if it can't decrypt the first one with the password, it will try the second one, but always pretend to try both so that the time it takes to unlock it does not give it away. by writing to either, you risk overwriting data in the other one (except that you can input both the hidden and main partition passwords and it will make sure to keep the hidden partition unaffected), but otherwise both partitions are fully functional
But if two different messages are encrypted with the same key, doesn't it by nature produce two different ~~'plaintext'~~ ciphertext? Unless the real secret is much smaller than the decoy message as in the example of the ww2 artist
plaintext is the unencrypted form of data. encryption produces ciphertext. encrypting the same data with the same key twice results in the same ciphertext, unless additional steps were taken to insert additional data that does not match (like a nonce) to the plaintext
Sorry. Got the terms mixed up. Ciphertext is it. Thanks
Not sure about that, but this is basically a few clever tricks where you have two file systems in one volume. Obviously if the volume is, say, 10 gigs, you can only store 10 gigs in total on those filesystems, as they share the space.
You also, likely, wouldn't want to fill up the drive too much
I don't know what happened to it, I recall that, years ago, they found various weaknesses in the system but instead of fixing it, it seemed to be abandoned. I'll start looking around if he there are updated open source versions
Wouldn't it then be a simple matter to notice that a 10gb for only yielded 5gb of "innocent" data after decryption?
Especially since it would be (I assume) simple to 'predict' the size of the ("unnested") plaintext if the cipher and key is known
Found it: https://www.truecrypt.org/
All the questions you have can be answered there. I haven't used it for over 5 years, so honestly I don't recall what it can ans can't do, but I do remember that you could have a hidden volume somewhere