If I create a TrueCrypt container and use a keyfile(s) instead of a typical password could someone looking at the container knowing nothing about it know that it uses a keyfile instead of a password?
|
feedback
|
migrated from stackoverflow.com Feb 8 '11 at 20:05
This question came from our site for professional and enthusiast programmers.
|
Short answer: No Long answer: Check out the documentation at truecrypt.org, in particular: http://www.truecrypt.org/docs/?s=volume-format-specification for details on how the volumes are built. As I understand it from reading that, only the first 64 bytes are unencrypted and they're simply a salt & random. Absolutely no information in that and the rest is encrypted, requiring you to know the password. I'm afraid you're not getting anything out of it. | |||||
feedback
|
|
TrueCrypt containers are designed to look like white noise: if you don't know what it is, there's no information to see. | |||||||||||
feedback
|