H
H
holyorb22011-02-24 14:25:00
TrueCrypt
holyorb2, 2011-02-24 14:25:00

encrypted disks - What?

It is necessary to encrypt the entire partition so that it can be accessed both from Windows (XP and higher) and from Linux.

At the moment I'm using TrueCrypt, which allows you to make encrypted disks both from entire partitions and from files (which are used as containers).

What are the alternatives?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
G
gjf, 2011-02-24
@gjf

DiskCryptor

D
darkslesh, 2011-02-24
@darkslesh

No matter how much I searched for normal alternatives, I did not find it. And Grub2 is not friendly in TrueCryptLoader, so as an option:
1) abandon Grub2 and use something else that the bootloader writes to the Boot partition and not the MBR
2) Buy a second screw and don't worry. I did just that.

M
michs, 2011-02-24
@michs

en.wikipedia.org/wiki/LUKS
It is very easy to create and mount under Linux.
To create
cryptsetup luksFormat /dev/sdb
cryptsetup luksOpen /dev/sdb crypto
mkfs.xfs /dev/mapper/crypto
mount /dev/mapper/crypto /home
To mount
cryptsetup luksOpen /dev/sdb crypto
mount /dev/mapper/crypto / home -o noatime,nodiratime,osyncisdsync,logbufs=8

S
Saleytrue, 2014-09-04
@Saleytrue

Good programs for Windows are Rohos Disk, BestCrypt, Decart Privat disk.
Under Linux, you run them, but through Wine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question