ianw1974, on Mar 9 2009, 08:25 AM, said:
I then encrypted my USB sticks too and it's really nice because when you plug them in, the system then asks you for the password to gain access. Of course, if you're in X and udev is working, etc. If you're in a console then you'll have to do it manually.
From what I remember, the default encryption is AES so I know when I did it, I didn't specify any additional parameters like the howto, and the end result was the same - same encryption level as this howto.
Interesting, I assume that's on your Ubuntu install? Can you maybe figure out what packages are involved in the prompting of the password under X, as I wonder if that is maybe available in Mandriva too by installing the right packages.
I decided for Twofish instead of AES because Twofish is slightly faster according to all benchmarks I found (and it's a completely free algorithm, unencumbered by patents, while still being at least as good as AES).
BTW, better make sure that your GUI tool uses 'essiv' by default, as without ESSIV your system will be vulnerable to very serious watermark and known plaintext attacks according to:
http://www.shimari.c...-crypt-on-raid/ (it's mentioned on other sites, too).
That's actually one reason why I prefer CLI tools for encryption, GUI tools add another layer of abstraction that might introduce unwanted weaknesses.
ianw1974, on Mar 9 2009, 08:25 AM, said:
One other thing, you can add multiple passwords to the USB stick, so that other users can use them if you share them at work - and they can even be used in Windows if you have the relevant app to use it. Another good idea about the password thing is that you can leave an admin password, so that if someone left your company, you'd still have access to the data on the stick/machine if they didn't give you their password.
Yeah, I know the multiple passwords is a feature of LUKS/dm-crypt, for which "cryptsetup" can act as a front-end.
I assume you refer to this, when you say it can be used in Windws, too:
http://www.freeotfe.org/
This post has been edited by tux99: 12 March 2009 - 01:40 AM