I've used cryptsetup with luks options, saved new data, rebooted my
system, asked about passphrase in the boot level, and now I have mounted
my crypto partition with saved data.
That's what I did step by step:
1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules
2. Created the cryptog
Hi Cassiano!
You've written:
"a far as I know the mapping should be recreated each time you reboot
using /sbin/cryptsetup. We are using luks extension and at each reboot
we need to issue cryptsetup luksOpen .
/etc/crypttab should make the use of this command unecessary. The
passphrase will th
I was trying to encrypt my ext3 partition /dev/hda6, that's what I did:
1. I've added modules: aes, dm_mod, dm_crypt, to /etc/modules
2. Created the cryptographic device mapper: cryptsetup -y create crypt
/dev/hda6 (entered passphrase twice)
3. Changed this options:
echo "crypt /dev/hda6" >> /
Thanks for the answer,
I think, I don't have that kind of hardware, you right. I hope all will
be right, but I'm making my backups before run my encrypted harddrive
anyway.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I've tryed to load modules for my partition encryption, and had an
error:
#modprobe sha256
WARNING: Error inserting padlock_sha
(/lib/modules/2.6.26-1-686/kernel/drivers/crypto/padlock-sha.ko): No such device
Is it very important error for this module work? Can I work with this
module with
5 matches
Mail list logo