I constantly think about encryption, and how safe it might be. The general information I have tends to be secured by passwords that range in the hundreds with random key combinations in between random words and such. That's just for the general stuff, the more sensitive stuff is secured with keyfile's.
How safe would luks (Linux Unified Key Setup) be against government investigation. Lets say I'm in the US, or another country and the government decides to confiscate my drives. I read about the powerful computers the government buys. I just imagine throwing my drive in one of these and brute forcing the partitions. Imagining how long it would take. I know key-file's are more secure against such attacks. I imagine getting a key-file on a small partitioned USB and putting it in a live rasberry pi to carry around and have a push button to activate a crypto-graphically secure wipe/overwrite of the key file if I feel its in danger of being taken. How safe would you say Luks is against such an attack? 8192kB is the Max Keyfile size, I dont like this.
I use dd if=/dev/urandom of=/key bs=8192KB count=1
to generate keyfiles. What are your honest thoughts about the security of this kind of encryption against government or powerful computers?
Any true crypt alternatives that offer ultra encryption like true crypt could? I'm a tor/tails user, a Faraday cage enthusiast and a blanket wielding password typer. Thank you for your thoughts.